Releases: polkadot-js/api
Releases · polkadot-js/api
v14.0.1
Changes:
- TransactionExtension, ExtrinsicV5 (#5976)
- 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
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