Skip to content

Latest commit

 

History

History
368 lines (102 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

368 lines (102 loc) · 10.2 KB

Change Log

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

1.5.2 (2022-02-10)

Note: Version bump only for package @substrate/txwrapper-polkadot

1.5.1 (2022-01-18)

Note: Version bump only for package @substrate/txwrapper-polkadot

1.5.0 (2022-01-18)

Bug Fixes

Features

  • support for signedExtentions, and userExtensions (#170) (121909b)

1.4.0 (2022-01-06)

Bug Fixes

1.3.2 (2021-12-08)

Note: Version bump only for package @substrate/txwrapper-polkadot

1.3.1 (2021-12-07)

Note: Version bump only for package @substrate/txwrapper-polkadot

1.3.0 (2021-12-02)

Note: Version bump only for package @substrate/txwrapper-polkadot

1.2.21 (2021-11-16)

Note: Version bump only for package @substrate/txwrapper-polkadot

1.2.20 (2021-11-09)

Note: Version bump only for package @substrate/txwrapper-polkadot

1.2.19 (2021-10-28)

Note: Version bump only for package @substrate/txwrapper-polkadot

1.2.18 (2021-10-20)

Note: Version bump only for package @substrate/txwrapper-polkadot

1.2.17 (2021-09-30)

Note: Version bump only for package @substrate/txwrapper-polkadot

1.2.16 (2021-09-22)

Note: Version bump only for package @substrate/txwrapper-polkadot

1.2.14 (2021-09-13)

Note: Version bump only for package @substrate/txwrapper-polkadot

1.2.13 (2021-08-31)

Note: Version bump only for package @substrate/txwrapper-polkadot

1.2.12 (2021-08-23)

Note: Version bump only for package @substrate/txwrapper-polkadot

1.2.11 (2021-08-17)

Note: Version bump only for package @substrate/txwrapper-polkadot

1.2.10 (2021-08-02)

Note: Version bump only for package @substrate/txwrapper-polkadot

1.2.9 (2021-07-27)

Note: Version bump only for package @substrate/txwrapper-polkadot

1.2.8 (2021-07-19)

Note: Version bump only for package @substrate/txwrapper-polkadot

1.2.7 (2021-07-13)

Note: Version bump only for package @substrate/txwrapper-polkadot

1.2.6 (2021-07-07)

Note: Version bump only for package @substrate/txwrapper-polkadot

1.2.5 (2021-06-29)

Note: Version bump only for package @substrate/txwrapper-polkadot

1.2.4 (2021-06-28)

Note: Version bump only for package @substrate/txwrapper-polkadot

1.2.3 (2021-06-21)

Note: Version bump only for package @substrate/txwrapper-polkadot

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)

Note: Version bump only for package @substrate/txwrapper-polkadot

1.2.0 (2021-06-02)

Features

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

1.1.3 (2021-05-31)

Note: Version bump only for package @substrate/txwrapper-polkadot

1.1.2 (2021-05-26)

Note: Version bump only for package @substrate/txwrapper-polkadot

1.1.1 (2021-05-18)

Note: Version bump only for package @substrate/txwrapper-polkadot

1.1.0 (2021-05-11)

Features

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

1.0.0 (2021-05-03)

Bug Fixes

0.5.1 (2021-04-19)

Note: Version bump only for package @substrate/txwrapper-polkadot

0.5.0 (2021-04-05)

Note: Version bump only for package @substrate/txwrapper-polkadot

0.4.1 (2021-03-29)

Note: Version bump only for package @substrate/txwrapper-polkadot

0.4.0 (2021-03-22)

Features

  • polkadot: Add pallet methods crowdloan.{contribute, withdraw} (#64) (09542bd), closes #63

0.3.0 (2021-03-15)

Note: Version bump only for package @substrate/txwrapper-polkadot

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)

Features

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

0.1.0 (2021-02-15)

Features

  • Add methods multisig.{asMulti, approveAsMulti, cancelAsMulti} (#52) (6476a74)
  • Add proxy methods to txwrapper-{substrate, polkadot} (#21) (1c09a0e)
  • 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