Releases: paritytech/txwrapper-core
Releases · paritytech/txwrapper-core
v0.1.1-beta.0
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
andknownChainProperties
; Lerna (#26) (731a943) - txwrapper-template & CHAIN_BUILDER guide (#35) (427ea8c)
- Use local
getRegistry
functions (#48) (4c430ba), closes #47 #46 #45