mirror of
https://github.com/pezkuwichain/pezframe-metadata.git
synced 2026-04-29 11:28:04 +00:00
547bd14146
* v16: Remove extrinsic extra_ty Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * v16: Extrinsic call_ty can be found in OuterEnums Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Fix typo Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * v16: Rename additional_signed to implicit Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * v16: Add extension version Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * v16: Change extrinsic versions to support multiple extensions Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * v16: Rename versions to transaction_extensions_by_version Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * v16: Fix build Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * v16: ExtrinsicMetadata still needs a Vec<u8> for versions Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * v16: Adjust comment Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Update frame-metadata/src/v16.rs Co-authored-by: James Wilson <james@jsdw.me> --------- Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> Co-authored-by: James Wilson <james@jsdw.me>
Decodable variant of the RuntimeMetadata.
This really doesn't belong here, but is necessary for the moment. In the future it should be removed entirely to an external module for shimming on to the codec-encoded metadata.
License: Apache-2.0