Skip to content

v2.0.0

Choose a tag to compare

@TarikGul TarikGul released this 06 Apr 23:31
· 228 commits to main since this release
596eddd

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 in OptionsWithMeta called isImmortalTx.

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