mirror of
https://github.com/pezkuwichain/pezframe-metadata.git
synced 2026-04-22 07:48:00 +00:00
d241ab9c1b
* Release v14.3.0 * Add a release checklist * Edition 2021 * Update CHANGELOG * Update CHANGELOG.md Co-authored-by: Andronik <write@reusable.software> * It's a breaking change: 15.0.0 Co-authored-by: Andronik <write@reusable.software>
14 lines
602 B
Markdown
14 lines
602 B
Markdown
# 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.
|