chore: regenerate umbrella crate, fix feature propagation

This commit is contained in:
2025-12-16 11:28:32 +03:00
parent ee6e42c461
commit 193f6b9294
1358 changed files with 9464 additions and 7656 deletions
@@ -271,7 +271,11 @@ impl pezsp_externalities::Externalities for ValidationExternalities {
panic!("storage_root: unsupported feature for teyrchain validation")
}
fn child_storage_root(&mut self, _: &ChildInfo, _: pezsp_core::storage::StateVersion) -> Vec<u8> {
fn child_storage_root(
&mut self,
_: &ChildInfo,
_: pezsp_core::storage::StateVersion,
) -> Vec<u8> {
panic!("child_storage_root: unsupported feature for teyrchain validation")
}