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 -3
View File
@@ -34,13 +34,13 @@ pub use pezsp_runtime::{Storage, StorageChild};
use futures::{future::Future, stream::StreamExt};
use pezsc_client_api::BlockchainEvents;
use pezsc_service::client::{ClientConfig, LocalCallExecutor};
use serde::Deserialize;
use pezsp_core::{storage::ChildInfo, testing::TaskExecutor};
use pezsp_runtime::{
codec::Encode,
traits::{Block as BlockT, Header},
OpaqueExtrinsic,
};
use serde::Deserialize;
use std::{
collections::{HashMap, HashSet},
pin::Pin,
@@ -186,8 +186,10 @@ impl<Block: BlockT, ExecutorDispatch, Backend, G: GenesisInit>
pezsc_consensus::LongestChain<Backend, Block>,
)
where
ExecutorDispatch:
pezsc_client_api::CallExecutor<Block> + pezsc_executor::RuntimeVersionOf + Clone + 'static,
ExecutorDispatch: pezsc_client_api::CallExecutor<Block>
+ pezsc_executor::RuntimeVersionOf
+ Clone
+ 'static,
Backend: pezsc_client_api::backend::Backend<Block>,
<Backend as pezsc_client_api::backend::Backend<Block>>::OffchainStorage: 'static,
{