chore: regenerate umbrella crate, fix feature propagation

This commit is contained in:
2025-12-16 11:28:32 +03:00
parent dd6d48f528
commit 620b0e3aa0
1358 changed files with 9464 additions and 7656 deletions
+5 -2
View File
@@ -24,18 +24,21 @@ use pezkuwi_primitives::Block;
use pezsp_runtime::BuildStorage;
use std::sync::Arc;
pub use bizinikiwi_test_client::*;
pub use block_builder::*;
pub use pezkuwi_test_runtime as runtime;
pub use pezkuwi_test_service::{
construct_extrinsic, construct_transfer_extrinsic, Client, FullBackend,
};
pub use bizinikiwi_test_client::*;
/// Test client executor.
pub type Executor = client::LocalCallExecutor<
Block,
FullBackend,
WasmExecutor<(pezsp_io::BizinikiwiHostFunctions, pezframe_benchmarking::benchmarking::HostFunctions)>,
WasmExecutor<(
pezsp_io::BizinikiwiHostFunctions,
pezframe_benchmarking::benchmarking::HostFunctions,
)>,
>;
/// Test client builder for Pezkuwi.