All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.2.6 (2021-07-07)
1.2.5 (2021-06-29)
Note: Version bump only for package txwrapper-core
1.2.4 (2021-06-28)
- txwrapper-acala: Mandala example (#103) (e484877)
- types: Update polkadot-js deps to get the latest types (#107) (6cc53e1)
1.2.3 (2021-06-21)
1.2.2 (2021-06-14)
1.2.1 (2021-06-07)
1.2.0 (2021-06-02)
1.1.3 (2021-05-31)
1.1.2 (2021-05-26)
- 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)
1.1.0 (2021-05-11)
- Bump polkadot-js/api; Remove deprecated createType log option (#89) (989cd7d)
- Update polkadot scoped deps to latest types (#90) (60b9e23)
1.0.0 (2021-05-03)
- update deps for latest types (#82) (fa89090)
- update polkadot-js deps; update
decorateConstants
usage (#88) (d6176b8) - workspace script sharing (#86) (207d0bb)
0.5.1 (2021-04-19)
Note: Version bump only for package txwrapper-core
0.5.0 (2021-04-05)
0.4.1 (2021-03-29)
0.4.0 (2021-03-22)
- 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)
0.2.0-beta.0 (2021-02-23)
- 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)
- 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
andknownChainProperties
; Lerna (#26) (731a943) - txwrapper-template & CHAIN_BUILDER guide (#35) (427ea8c)
- Use local
getRegistry
functions (#48) (4c430ba), closes #47 #46 #45