mirror of
https://github.com/pezkuwichain/pezframe-metadata.git
synced 2026-04-22 04:17:58 +00:00
b5aceed422
* 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>
Decodable variant of the RuntimeMetadata.
This really doesn't belong here, but is necessary for the moment. In the future it should be removed entirely to an external module for shimming on to the codec-encoded metadata.
License: Apache-2.0