Skip to content

Releases: polkadot-js/api

v14.0.1

02 Oct 20:51
Compare
Choose a tag to compare

Changes:

  • TransactionExtension, ExtrinsicV5 (#5995)
    • This is a very large feature that gives support for Extrinsic V5. This is not a breaking change, but because of the impact it has it is a Major bump.
    • This PR acts as a forward compatible feature that still focuses on v4, but allows for the use of v5 when:
      a: The metadata extrinsic version is set to 5
      b: The extrinsic version is set to 5 when manually constructing transactions.
    • The PR allows the decoding of all v4, and v5 extrinsics including {bare, signed, general} transactions.
  • Address parsing issues for H160 accounts in api.derive.accounts.{*} (#5991)

v13.2.1

23 Sep 13:34
Compare
Choose a tag to compare

Changes:

  • Generate Runtime Apis Dynamically (#5986)
  • Fix logging for older runtimes for runtime-api decoration (#5988)

v13.1.1

18 Sep 01:08
Compare
Choose a tag to compare

Changes:

  • Upgrade polkadot/common to 13.1.1 (#5982)
  • Implement xcm dryRunApi (#5970)
  • Initialize the API with metadata V15 (#5941)
  • Bump yarn to 4.5.0 (#5983)

v13.0.1

10 Sep 22:20
Compare
Choose a tag to compare

Breaking Changes:

  • Change assetId type in SignerPayloadJSON to HexString (#5967)
  • Keep assetId hex as an Option for toPayload (#5968)

NOTE: This is part of the current change to generalize the SignerPayloadJSON in order to simplify its integration across other tools. The return value of assetId field with toPayload will always be its true type now, which in this case is Option<TAssetConversion> where TAssetConversion is equal to MultiLocation | AssetId.

Changes:

  • Bump dev and typescript (#5964)
  • Bump yarn to 4.1.1 (#5978)
  • Add kusama types-known v1.3.0 upgrade (#5971)
  • Update Kusama augmented types to 1.3.0 (#5972)
    • Please reference the PR above to view any changes in the runtime types

v12.4.2

21 Aug 12:23
Compare
Choose a tag to compare

Changes:

  • Fix derive.balances.all when data is undefined (#5961)

v12.4.1

19 Aug 18:53
Compare
Choose a tag to compare

Contributed:

Changes:

  • Bump yarn to 4.4.0 (#5952)
  • Update General Deps (patch only) (#5954)
  • Rework api.derive.balance.{account, all} to work with the new frame account data (#5955)
    • Adds transferable and frameSystemAccountInfo to the output of api.derive.balance.all
  • Revise api.derive.balances.all to include ED when necessary (#5957)
    • Fixes the formula used for transferable balance

v12.3.1

05 Aug 19:09
Compare
Choose a tag to compare

Contributed:

Changes:

  • Upgrade known Polkadot and Westend CodeUpdated blocks (#5948)
  • Update substrate types via metadata (#5949)
    • Note: Please review the above PR for any changes to the augmented types.
  • Support for BeefyApi v4 (#5950)

v12.2.3

29 Jul 19:48
Compare
Choose a tag to compare

Contributed:

v12.2.2

25 Jul 10:20
Compare
Choose a tag to compare

Changes:

  • Fix toHuman error on mode

v12.2.1

13 Jul 20:03
Compare
Choose a tag to compare

Changes:

  • Bump polkadot/common to 13.0.2
    • This contains the latest changes to the Ledger interface in @polkadot/hw-ledger. For more info please see (13.0.1)
  • Bump Substrate Metadata to Latest
    • This includes additions and removals to the api's type augmentation. For more info please see (#5936)
  • Update Polkadot 1002006 types-known
  • Bump yarn to 4.3.1