chore(deps): bump frame-metadata from 16 to 17 (#1836)

* chore(deps): bump frame-metadata from 16 to 17

* fix substrate test build

* revert test fix

---------

Co-authored-by: James Wilson <james@jsdw.me>
This commit is contained in:
Niklas Adolfsson
2024-10-23 17:57:06 +02:00
committed by GitHub
parent 50fc73a2a5
commit 2f7ea3ff64
3 changed files with 27 additions and 12 deletions
+3
View File
@@ -108,6 +108,9 @@ impl TryFrom<frame_metadata::RuntimeMetadataPrefixed> for crate::Metadata {
}
frame_metadata::RuntimeMetadata::V14(m) => m.try_into(),
frame_metadata::RuntimeMetadata::V15(m) => m.try_into(),
frame_metadata::RuntimeMetadata::V16(_opaque) => {
Err(TryFromError::UnsupportedMetadataVersion(16))
}
}
}
}