https://github.com/paritytech/frame-metadata
A set of tools to parse FRAME metadata retrieved from Substrate-based nodes.
https://github.com/paritytech/frame-metadata
Last synced: 9 months ago
JSON representation
A set of tools to parse FRAME metadata retrieved from Substrate-based nodes.
- Host: GitHub
- URL: https://github.com/paritytech/frame-metadata
- Owner: paritytech
- License: apache-2.0
- Created: 2020-12-10T11:35:17.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T21:52:29.000Z (9 months ago)
- Last Synced: 2025-03-28T12:04:13.213Z (9 months ago)
- Language: Rust
- Size: 439 KB
- Stars: 24
- Watchers: 33
- Forks: 10
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE2
Awesome Lists containing this project
README
# frame-metadata
Defines FRAME metadata types for [Substrate](https://github.com/paritytech/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.