Skip to content

Releases: polkadot-js/api

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

v12.1.1

03 Jul 12:17
Compare
Choose a tag to compare

Contributed:

Changes:

  • Update Augmented types for polkadot 1002005
  • Update Augmented types for kusama 1002006
    • Note: This removes type support for the Identity pallet for Kusama, and stateTrieMigration
  • Update upgrade blocks for {Kusama, Polkadot}