Skip to content

Releases: paritytech/txwrapper-core

v3.1.1

07 Jun 18:43
Compare
Choose a tag to compare

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)

v3.1.0

31 May 15:23
Compare
Choose a tag to compare

3.1.0 (2022-05-31)

Bug Fixes

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

Features

v3.0.4

24 May 06:15
Compare
Choose a tag to compare

3.0.4 (2022-05-24)

Bug Fixes

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

v3.0.3

17 May 10:32
Compare
Choose a tag to compare

3.0.3 (2022-05-17)

Bug Fixes

  • types: Update p-js deps to get the latest types (#225) (3e94ce8)
    "@polkadot/api": "8.4.2",
    "@polkadot/apps-config": "0.115.1",
    "@polkadot/networks": "9.2.1",

v3.0.2

09 May 21:24
Compare
Choose a tag to compare

3.0.2 (2022-05-09)

Bug Fixes

  • deps: Update pjs deps(#217) (247ce58)
    "@polkadot/api": "8.3.2"

v3.0.1

04 May 16:09
f0923fb
Compare
Choose a tag to compare

3.0.1 (2022-05-04)

Bug Fixes

v3.0.0

04 May 15:36
f245c7a
Compare
Choose a tag to compare

3.0.0 (2022-05-04)

Warning: use 3.0.1, as it fixes the binary build error.

Feature

  • BREAKING CHANGE: create txwrapper-dev, and remove test-helpers from txwrapper-core (#208) (4b06a21)
    • All test-helpers such as metadata, and utility functions, mock data are now exported from @substrate/txwrapper-dev.

Bug Fixes

  • deps: update pjs api (#212) (e876a42)
    "@polkadot/api": "8.3.1",
    "@polkadot/util": "9.1.1",
    "@polkadot/apps-config": "0.113.1"
  • deps: update pjs deps (#214) (43753e6)
  • example: add a multisig example (#196) (17f766f)
  • update substrate-js-dev, add update-pjs-script (#211) (0fe1ed4)

v2.0.3

21 Apr 15:31
f9e8aa2
Compare
Choose a tag to compare

2.0.3 (2022-04-21)

Bug Fixes

v2.0.2

13 Apr 15:22
56aa015
Compare
Choose a tag to compare

2.0.2 (2022-04-13)

Bug Fixes

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

v2.0.1

07 Apr 12:31
6ff300b
Compare
Choose a tag to compare

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)