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: