Releases: polkadot-js/api
Releases · polkadot-js/api
v13.2.1
v13.1.1
v13.0.1
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:
v12.4.2
v12.4.1
Contributed:
- Add a check for tip in Submittable (Thanks to https://github.com/gupnik) (#5953)
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
andframeSystemAccountInfo
to the output ofapi.derive.balance.all
- Adds
- Revise api.derive.balances.all to include ED when necessary (#5957)
- Fixes the formula used for transferable balance
v12.3.1
Contributed:
- Revert alias for Noir types (Thanks to https://github.com/conr2d) (#5946)
- Increase Vec Max Length (Thanks to https://github.com/rzadp) (#5947)
Changes:
v12.2.3
Contributed:
- Fix Fungible Api (Thanks to https://github.com/bkontur)
v12.2.2
Changes:
- Fix toHuman error on mode
v12.2.1
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)
- This contains the latest changes to the Ledger interface in
- 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
Contributed:
- Implement xcm payment api (Thanks to https://github.com/girazoki)
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}