mirror of
https://github.com/pezkuwichain/pezframe-metadata.git
synced 2026-04-25 13:47:57 +00:00
547bd14146f922d9715ffe6c6d75857824a83471
* 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>
frame-metadata
Defines FRAME metadata types for Substrate runtimes.
Originally part of the substrate repository, it was extracted here as part of https://github.com/paritytech/substrate/pull/8615.
Versioning
Starting from v8, all historical metadata type definitions are retained. These can be enabled via features e.g. v13. The latest version is enabled by default. All legacy versions are available under the legacy feature.
Tooling
The intention is to provide tooling here in the future to handle the different versions of metadata.
Description
Languages
Rust
100%