mirror of
https://github.com/pezkuwichain/pezframe-metadata.git
synced 2026-04-22 06:37:56 +00:00
fc36bec2cb917b8e57c0751362d8dcb44aa42c5c
* Add common types between v14 and v15 Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Use common types Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Guard common types by feature flags Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Use feature flags on the imports Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Revert "Use feature flags on the imports" This reverts commit 5988d8a221c4f8bb8b9dd095fc703d1e5e99d7ef. Revert "Guard common types by feature flags" This reverts commit f12cdc650765da455bf29f1eca0205662a039267. Revert "Use common types" This reverts commit a012d1ce2b0ff83039a8ecd7097d66fa96d62b1a. Revert "Add common types between v14 and v15" This reverts commit 718c9d39e9c53c5ba51ed249595f8263b8604605. * Adjust feature flags Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Use v14 types for v15 Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Rename `module_error_ty` to be consisten with `event`/`call` Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Mark V15 as unstable Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> * Adjust feature flags Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> --------- Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
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%