Releases: polkadot-js/api
Releases · polkadot-js/api
v16.4.2
v16.4.1
v16.3.1
- Update Substrate types to Polkadot stable2503-5 (#6172)
- Update Polkadot types to polkadot-fellows/runtimes release 1.6.0 (#6173)
- Update AssetHub Polkadot types to 1.6.0 (#6174)
- Update AssetHub Kusama types to 1.6.0 (#6176)
- Fix signature issue in signAsync + send flow #6177
- Bump @polkadot/common to 13.5.2 (#6179)
v16.2.2
v16.2.1
v16.1.2
v16.1.1
v16.0.1
Breaking Changes:
- With the upgrade to Metadata v16, several fields have been removed or replaced. The following fields no longer exist in the updated metadata definitions:
type
: This field has been completely removed in Metadata.version
: Previously part ofExtrinsicMetadata
. Replaced byversions
, which now holds an arrayVec<u8>
of supported extrinsic versions instead of a single value.extraType
: This field has been completely removed inExtrinsicMetadata
.signedExtensions
: Previously part ofExtrinsicMetadata
. Replaced bytransactionExtensions
, which provides a more structured definition of extensions, andtransactionExtensionsByVersion
, mapping versions to active extensions.
Changes: