mirror of
https://github.com/pezkuwichain/pezframe-metadata.git
synced 2026-04-22 14:47:56 +00:00
b5aceed422b7a361ce0bab00e18427d6c35c7607
* add v11 metadata * add v10 metadata * add v8/v9 metadata * add version and legacy features * add debug impl for legacy metadata * any for features in RuntimeMetadata enum * revert codec version change * spaces * add v8-v13 test metadata * remove runtime version from meta bin name * move test_data outside of src/ * add tests for v9-v14 metadata * remove println * Update frame-metadata/src/lib.rs Co-authored-by: David <dvdplm@gmail.com> * add docs per meta version upto 13 * cargo fmt Co-authored-by: David <dvdplm@gmail.com>
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 v12, all historical metadata type definitions are retained. These can be enabled via features e.g. v13. The latest version is enabled by default.
Tooling
The intention is to provide tooling here in the future to handle the different versions of metadata.
Description
Languages
Rust
100%