Skip to content

Releases: paritytech/txwrapper-core

v1.7.0

06 Apr 16:25
cf75d2b
Compare
Choose a tag to compare

1.7.0 (2022-04-06)

WARNING: Deprecated, this release was moved to 2.0.0 as it contains breaking changes!

BREAKING CHANGES

  • feat!: add isImmortalEra option for decoding and encoding era periods (#201) (ab5873f)
    • When creating unsigned transactions, execution will fail when the eraPeriod passed in is less than 4 or greater than 65536. If you dont pass anything in it will default to 64. For those who would like to create immortal transactions, use the option in OptionsWithMeta called isImmortalTx.

Bug Fixes

  • deps: update polkadot-js api, apps-config, networks (#203) (088c6ca)
    "@polkadot/api": "7.15.1",
    "@polkadot/keyring": "8.7.1",
    "@polkadot/networks": "8.7.1",
    "@polkadot/types": "7.15.1",
    "@polkadot/types-known": "7.15.1",
    "@polkadot/util": "8.7.1",
    "@polkadot/util-crypto": "8.7.1",
    "@polkadot/wasm-crypto": "5.1.1",
    "@polkadot/apps-config": "0.111.1"

Features

v1.5.9

30 Mar 16:45
445ea1f
Compare
Choose a tag to compare

1.5.9 (2022-03-30)

Bug Fixes

  • deps: update polkadot-js deps (#199) (14c4cc8)
    • @polkadot/api: 7.14.3,
    • @polkadot/keyring: 8.7.1,
    • @polkadot/networks: 8.7.1,
    • @polkadot/types: 7.14.3,
    • @polkadot/types-known: 7.14.3,
    • @polkadot/util: 8.7.1,
    • @polkadot/util-crypto: 8.7.1,
    • @polkadot/wasm-crypto: 5.1.1,
    • @polkadot/apps-config: 0.110.1

v1.5.8

24 Mar 16:02
5790ef4
Compare
Choose a tag to compare

1.5.8 (2022-03-24)

Bug Fixes

  • bug: fix handling eraPeriod when it is equal to zero (#195) (3cc7bf3)
  • bump yarn to 3.2.0 (#190) (ac27dd3)
  • deps: Update polkadot-js deps (#192) (faf8956)
    "@polkadot/api": "7.13.1",
    "@polkadot/keyring": "8.6.1",
    "@polkadot/networks": "8.6.1",
    "@polkadot/types": "7.13.1",
    "@polkadot/types-known": "7.13.1",
    "@polkadot/util": "8.6.1",
    "@polkadot/util-crypto": "8.6.1",
    "@polkadot/wasm-crypto": "5.0.1",
    "@polkadot/apps-config": "0.110.1"

v1.5.7

15 Mar 14:17
Compare
Choose a tag to compare

1.5.7 (2022-03-15)

Bug Fixes

  • deps: Update polkadot deps (#189) (640799f)
    • @polkadot/api: 7.12.1,
    • @polkadot/keyring: 8.5.1,
    • @polkadot/networks: 8.5.1,
    • @polkadot/types: 7.12.1,
    • @polkadot/types-known: 7.12.1,
    • @polkadot/util: 8.5.1,
    • @polkadot/util-crypto: 8.5.1,
    • @polkadot/wasm-crypto: 4.6.1,
    • @polkadot/apps-config: 0.109.1

v1.5.6

09 Mar 13:55
Compare
Choose a tag to compare

1.5.6 (2022-03-09)

Bug Fixes

  • deps: Update polkadot deps (#188) (e1d219e)
    • @polkadot/api 7.11.1
    • @polkadot/types 7.11.1
    • @polkadot/types-known 7.11.1

v1.5.5

08 Mar 18:21
Compare
Choose a tag to compare

1.5.5 (2022-03-08)

Bug Fixes

  • deps: Update polkadot deps (#186) (e1d219e)
    • @polkadot/api 7.10.1
    • @polkadot/types 7.10.1
    • @polkadot/types-known 7.10.1

v1.5.4

08 Mar 18:15
Compare
Choose a tag to compare

1.5.4 (2022-02-26)

Bug Fixes

  • deps: Update polkadot deps (#184) (e1d219e)
    • @polkadot/api 7.9.1
    • @polkadot/types 7.9.1
    • @polkadot/types-known 7.9.1

v1.5.3

22 Feb 15:47
d314b97
Compare
Choose a tag to compare

1.5.3 (2022-02-22)

Upgrade Priority High (For users who leverage decode which uses toTxMethod)

Bug Fixes

  • bug: toTxMethod sanitizing (#183) (c7f8e12)
  • deps: Update polkadotjs (#181) (9adcea3)
    • @polkadot/api 7.8.1
    • @polkadot/networks 8.4.1
    • @polkadot/apps-config 0.106.1

v1.5.2

10 Feb 09:15
8af2797
Compare
Choose a tag to compare

1.5.2 (2022-02-10)

Bug Fixes

v1.5.1

18 Jan 20:10
1c9b857
Compare
Choose a tag to compare

1.5.1 (2022-01-18)

Bug Fixes