Skip to content

Latest commit

 

History

History
258 lines (89 loc) · 11.6 KB

CHANGELOG.md

File metadata and controls

258 lines (89 loc) · 11.6 KB

Change Log

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

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