mirror of
https://github.com/pezkuwichain/pezframe-metadata.git
synced 2026-04-25 05:37:59 +00:00
Add metadata versions v8-v11 (#28)
* 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>
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//! Metadata Version 13. Networks like Kusama contain this version on-chain.
|
||||
//! Chains old enough to contain this metadata need a way to decode it.
|
||||
|
||||
use crate::decode_different::*;
|
||||
use codec::{Encode, Output};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user