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
+1 -1
View File
@@ -20,9 +20,9 @@ use codec::Encode;
use futures::{channel::oneshot, future::BoxFuture};
use std::collections::BTreeMap;
use pezkuwi_pez_node_primitives::BlockWeight;
use pezkuwi_node_subsystem_test_helpers::{make_subsystem_context, TestSubsystemContextHandle};
use pezkuwi_node_subsystem_types::ChainApiBackend;
use pezkuwi_pez_node_primitives::BlockWeight;
use pezkuwi_primitives::{Block, BlockNumber, Hash, Header};
use pezsp_blockchain::Info as BlockInfo;
use pezsp_core::testing::TaskExecutor;