Skip to content

Latest commit

 

History

History
1099 lines (362 loc) · 44 KB

CHANGELOG.md

File metadata and controls

1099 lines (362 loc) · 44 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

7.4.0 (2024-04-25)

Features

7.3.0 (2024-03-19)

Features

  • add support for foreignAssets pallet (#362) (2fa941e)

7.2.1 (2024-02-29)

Bug Fixes

7.2.0 (2023-12-19)

Features

  • added support for large tip (#343) (bb9e677)
  • modified types to support new ChargeAssetTxPayment (#340) (fb79142)

7.1.1 (2023-10-23)

Note: Version bump only for package txwrapper-core

7.1.0 (2023-10-16)

Bug Fixes

  • txwrapper-dev: Add @polkadot/api dependency (#315) (2e19ac5)
  • txwrapper-polkadot: export xcmPallet as part of methods (#326) (d68ddd2)

Features

  • txwrapper-polkadot: Add limited xcm calls for reserve and teleport (#327) (44594f5)
  • txwrapper-substrate: Add nominationPools calls (#330) (856262a)

7.0.1 (2023-07-04)

Bug Fixes

  • export balances.transferAllowDeath (#312) (6a72939)
  • rename state{mint, mine} to asset-hub-* (#307) (3a1822a)
  • txwrapper-dev: fix tokenDecimals and ss58Format value of westend registry (#311) (5ced6d3)

7.0.0 (2023-07-03)

Features

6.0.1 (2023-05-25)

Bug Fixes

6.0.0 (2023-05-08)

Bug Fixes

  • add detectOpenHandles flag in tests (jest) (#285) (90a231e)

  • adjust memoization and cache (#298) (a0ae8c7)

  • rework deriveAddress to have all schemes support (#293) (5b99d23)

  • fix!: refactor the whole testing system with metadata, remove old calls, and fix some types (#295) (58d026a), closes #295

Features

  • add additionalTypes, and typesBundle to getRegistryBase (#294) (671a2d1)

BREAKING CHANGES

  • fix balances

  • metadata and decode

  • method

  • remove constants

  • remove a large amount of bloat

  • ensure setKets kets type is correct

5.0.1 (2023-02-28)

Note: Version bump only for package txwrapper-core

5.0.0 (2023-01-13)

Bug Fixes

4.1.0 (2022-12-29)

Features

  • Add create pure and kill pure transaction for version > 0.9.30 (#276) (8af876e)

4.0.3 (2022-12-07)

Bug Fixes

  • bug: give WeightsV2 support for multisig (#269) (82150bb)
  • types: Update polkadot-js deps to get the latest types (#272) (b78b085)

4.0.2 (2022-11-28)

Note: Version bump only for package txwrapper-core

4.0.1 (2022-10-03)

Bug Fixes

  • remove asSpecifiedCallsOnlyV14 from getRegistryBase (#249) (8d94be4)

4.0.0 (2022-09-21)

Bug Fixes

  • types: Update polkadot-js deps to get the latest types (#258) (141dfbe)

3.2.2 (2022-09-06)

Bug Fixes

  • types: Update polkadot-js deps to get the latest types (#252) (82a1177)
  • decodeSigningPayload for immortal era (#248) (58627f1)

3.2.1 (2022-08-30)

Bug Fixes

  • deps: correctly fix asSpecifiedCallsOnlyV14 with the polkadot-js update (#246) (12431c1)
  • types: Update polkadot-js deps to get the latest types (#250) (76be717)

3.2.0 (2022-08-16)

Features

3.2.0 (2022-08-02)

Features

3.1.7 (2022-07-26)

Bug Fixes

  • types: Update polkadot-js deps to get the latest types (#240) (813dfcb)

3.1.6 (2022-07-12)

Bug Fixes

  • types: Update polkadot-js deps to get the latest types (#238) (41a559b)

3.1.5 (2022-07-05)

Bug Fixes

  • types: Update polkadot-js deps to get the latest types (#237) (60dcd70)

3.1.4 (2022-06-27)

Bug Fixes

  • types: Update polkadot-js deps to get the latest types (#236) (71fb6ea)

3.1.3 (2022-06-20)

Bug Fixes

  • types: Update polkadot-js deps to get the latest types (#233) (5c55722)

3.1.2 (2022-06-15)

Bug Fixes

  • types: Update polkadot-js deps to get the latest types (#230) (bd057e2)

3.1.1 (2022-06-07)

Bug Fixes

  • example: polkadotbatchAll example & corrections in the README files of the examples (#228) (58c800d)
  • types: Update polkadot-js deps to get latest types (#229) (0f4cfc0)

3.1.0 (2022-05-31)

Bug Fixes

  • types: Update polkadot-js deps to get the latest types (#227) (e23f48a)

Features

3.0.4 (2022-05-24)

Bug Fixes

  • types: Update polkadot-js deps to get the latest types (#226) (5b90006)

3.0.3 (2022-05-17)

Bug Fixes

  • types: Update p-js deps to get the latest types (#225) (3e94ce8)

3.0.2 (2022-05-09)

Bug Fixes

3.0.1 (2022-05-04)

Bug Fixes

3.0.0 (2022-05-04)

Bug Fixes

2.0.3 (2022-04-21)

Bug Fixes

2.0.2 (2022-04-13)

Bug Fixes

  • deps: update pjs common, api, expand resolutions, adjust polkadot js example value (#209) (9f57e18)

2.0.1 (2022-04-07)

Bug Fixes

  • export for transferAll (#207) (fb8ccf1)
  • readme-changelog: update correct 2.0.0 release notes, and instructions in the readme (#206) (d3d0df0)

2.0.0 (2022-04-06)

BREAKING CHANGES

  • feat!: add isImmortalEra option for decoding and encoding era periods (#201) (ab5873f)
    • When creating unsigned transactions, execution will fail when the eraPeriod passed in is less than 4 or greater than 65536. If you dont pass anything in it will default to 64. For those who would like to create immortal transactions, use the option in OptionsWithMeta called isImmortalTx.

Bug Fixes

  • changelog: deprecate 1.7.0, and remove 1.6.0 (#205) (cec26b1)
  • deps: update polkadot-js api, apps-config, networks (#203) (088c6ca) "@polkadot/api": "7.15.1", "@polkadot/keyring": "8.7.1", "@polkadot/networks": "8.7.1", "@polkadot/types": "7.15.1", "@polkadot/types-known": "7.15.1", "@polkadot/util": "8.7.1", "@polkadot/util-crypto": "8.7.1", "@polkadot/wasm-crypto": "5.1.1", "@polkadot/apps-config": "0.111.1"

Features

1.7.0 (2022-04-06)

!Warning Deprecated: Please refer to v2.0.0 for this release

Bug Fixes

  • deps: update polkadot-js api, apps-config, networks (#203) (088c6ca)

Features

1.5.9 (2022-03-30)

Bug Fixes

1.5.8 (2022-03-24)

Bug Fixes

1.5.7 (2022-03-15)

Note: Version bump only for package txwrapper-core

1.5.6 (2022-03-09)

Note: Version bump only for package txwrapper-core

1.5.5 (2022-03-08)

Note: Version bump only for package txwrapper-core

1.5.4 (2022-02-25)

Bug Fixes

1.5.3 (2022-02-22)

Bug Fixes

1.5.2 (2022-02-10)

Bug Fixes

1.5.1 (2022-01-18)

Bug Fixes

1.5.0 (2022-01-18)

Bug Fixes

  • update shelljs according to security advisory (#173) (275faaf)
  • tests: warning generated by orml package tests (#171) (da67ce2)
  • decrease npm build, bundle size (#169) (1a16cfa)

Features

1.4.0 (2022-01-06)

Bug Fixes

Features

1.3.2 (2021-12-08)

Bug Fixes

1.3.1 (2021-12-07)

Note: Version bump only for package txwrapper-core

1.3.0 (2021-12-02)

Bug Fixes

Features

  • add asCallsOnlyArg to reduce size of metadata (#149) (d590b09)

1.2.21 (2021-11-16)

Bug Fixes

1.2.20 (2021-11-09)

Bug Fixes

1.2.19 (2021-10-28)

Bug Fixes

1.2.18 (2021-10-20)

Bug Fixes

1.2.17 (2021-09-30)

Bug Fixes

  • deps: bump deps, import(apps-config) (#137) (ad72aa6)

1.2.16 (2021-09-22)

Bug Fixes

Reverts

  • Revert "chore(release): publish (#135)" (#136) (3e76f88), closes #135 #136

1.2.15 (2021-09-14)

Bug Fixes

  • apps-config version for lodash downstream (#132) (fa400b0)

1.2.14 (2021-09-13)

Bug Fixes

  • types: Update polkadot-js deps to get the latest types (#131) (f77876a)

1.2.13 (2021-08-31)

Bug Fixes

1.2.12 (2021-08-23)

Bug Fixes

  • types: Update polkadot-js deps to get the latest types (#127) (0b703cf)

1.2.11 (2021-08-17)

Bug Fixes

  • types: Update polkadot-js deps to get the latest types (#124) (060ae47)

1.2.10 (2021-08-02)

Bug Fixes

  • types: Update polkadot-js deps to get the latest types (#121) (30bed94)

1.2.9 (2021-07-27)

Bug Fixes

  • types: Update polkadot-js deps to get the latest types (#120) (5a81ab2)

1.2.8 (2021-07-19)

Bug Fixes

  • types: Update polkadot-js deps to get the latest types (#118) (70854a3)

1.2.7 (2021-07-13)

Bug Fixes

1.2.6 (2021-07-07)

Bug Fixes

  • types: Update polkadot-js deps to get the latest types (#112) (6a9d724)

1.2.5 (2021-06-29)

Note: Version bump only for package txwrapper-core

1.2.4 (2021-06-28)

Bug Fixes

  • txwrapper-acala: Mandala example (#103) (e484877)
  • types: Update polkadot-js deps to get the latest types (#107) (6cc53e1)

1.2.3 (2021-06-21)

Bug Fixes

  • types: Update polkadot-js deps to get the latest types, update substrate/dev (#104) (4671ca3)

1.2.2 (2021-06-14)

Bug Fixes

  • types: Update polkadot-js deps to get the latest types (#102) (541822b)

1.2.1 (2021-06-07)

Bug Fixes

  • types: Update polkadot-js deps to get the latest types (#100) (137c35b)

1.2.0 (2021-06-02)

Features

  • txwrapper-polkadot: Add crowdloan.addMemo (#99) (0b305ec)

1.1.3 (2021-05-31)

Bug Fixes

  • types: Update polkadot-js deps to get the latest types (#96) (07a1ecd)

1.1.2 (2021-05-26)

Bug Fixes

  • types: Bump polkadot-js deps to get latest types (#91) (a99b024)
  • types: Update polkadot-js deps to get latest types (#93) (bc5d7ea)

1.1.1 (2021-05-18)

Bug Fixes

  • types: Bump polkadot-js deps to get latest types (#91) (a99b024)

1.1.0 (2021-05-11)

Bug Fixes

  • Bump polkadot-js/api; Remove deprecated createType log option (#89) (989cd7d)
  • Update polkadot scoped deps to latest types (#90) (60b9e23)

Features

  • txwrapper-polkadot: Add support for Statemint & Statemine (#75) (8958d30)

1.0.0 (2021-05-03)

Bug Fixes

  • update deps for latest types (#82) (fa89090)
  • update polkadot-js deps; update decorateConstants usage (#88) (d6176b8)
  • workspace script sharing (#86) (207d0bb)

Features

  • txwrapper-substrate: Add proxy.anonymous (#83) (9c081a0)

0.5.1 (2021-04-19)

Note: Version bump only for package txwrapper-core

0.5.0 (2021-04-05)

Bug Fixes

  • types: Bump deps to get latest types (#76) (e02b47e)

Features

  • assets: add assets to txwrapper-substrate package (#71) (e72b012)

0.4.1 (2021-03-29)

Bug Fixes

  • types: Update deps to get latest polkadot-js types (#70) (ead28d7)

0.4.0 (2021-03-22)

Bug Fixes

Features

  • polkadot: Add pallet methods crowdloan.{contribute, withdraw} (#64) (09542bd), closes #63
  • substrate: Add pallet method utility.batchAll + example (#65) (a89bd5a)

0.3.0 (2021-03-15)

Note: Version bump only for package txwrapper-core

0.2.1 (2021-03-02)

Bug Fixes

  • types: Bump deps to get latest type definitions (#59) (76b5e55)

0.2.0-beta.0 (2021-02-23)

Bug Fixes

  • Update RewardDestination argument type for staking.setPayee (#57) (23e4218)

Features

  • migrate system, and session txwrapper methods (#51) (3f0ed07)

(2021-02-15)

Bug Fixes

  • Adjust for polkadot-js/api update (#39) (e6b0aed)
  • Align ChainProperties with polkadot-js def (#54) (5ee2d7d)
  • Silence misleading warning when decoding a signed tx (#22) (c2459c6)

Features

  • add democracy methods to txwrapper-substrate (#49) (8fe141c)
  • Add methods multisig.{asMulti, approveAsMulti, cancelAsMulti} (#52) (6476a74)
  • Add proxy methods to txwrapper-{substrate, polkadot} (#21) (1c09a0e)
  • add staking module for txwrapper-substrate (tests included) (#42) (dd547ce)
  • add vesting methods to txwrapper-substrate (#50) (1664620)
  • Always decode AbstractInt to integer as a string (#12) (19b6ddf)
  • create initial substrate, polkadot, and example packages (#10) (0f0824e)
  • ORML methods; Acala pkg; More dynamic getRegistry and knownChainProperties; Lerna (#26) (731a943)
  • txwrapper-template & CHAIN_BUILDER guide (#35) (427ea8c)
  • Use local getRegistry functions (#48) (4c430ba), closes #47 #46 #45