Releases: paritytech/txwrapper-core
Releases · paritytech/txwrapper-core
v2.0.0
2.0.0 (2022-04-06)
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 inOptionsWithMeta
calledisImmortalTx
.
- When creating unsigned transactions, execution will fail when the
Bug Fixes
- changelog: deprecate 1.7.0, and remove 1.6.0 (#205) (cec26b1)
- 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.7.0
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 inOptionsWithMeta
calledisImmortalTx
.
- When creating unsigned transactions, execution will fail when the
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
1.5.9 (2022-03-30)
Bug Fixes
v1.5.8
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"