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
+1 -1
View File
@@ -29,8 +29,8 @@ use pezsp_core::traits::SpawnNamed;
use pezsp_runtime::traits::{Block as BlockT, Header as HeaderT};
use pezcumulus_relay_chain_interface::RelayChainInterface;
use pezkuwi_pez_node_primitives::{CollationSecondedSignal, Statement};
use pezkuwi_node_subsystem::messages::RuntimeApiRequest;
use pezkuwi_pez_node_primitives::{CollationSecondedSignal, Statement};
use pezkuwi_primitives::{
CandidateReceiptV2 as CandidateReceipt, CompactStatement, Hash as PHash, Id as ParaId,
OccupiedCoreAssumption, SigningContext, UncheckedSigned,
+3 -3
View File
@@ -17,14 +17,14 @@
use super::*;
use async_trait::async_trait;
use futures::{executor::block_on, poll, task::Poll, FutureExt, Stream, StreamExt};
use parking_lot::Mutex;
use pezcumulus_primitives_core::relay_chain::{BlockId, CoreIndex};
use pezcumulus_relay_chain_inprocess_interface::{check_block_in_chain, BlockCheckStatus};
use pezcumulus_relay_chain_interface::{
OverseerHandle, PHeader, ParaId, RelayChainError, RelayChainResult,
};
use pezcumulus_test_service::runtime::{Block, Hash, Header};
use futures::{executor::block_on, poll, task::Poll, FutureExt, Stream, StreamExt};
use parking_lot::Mutex;
use pezkuwi_pez_node_primitives::{SignedFullStatement, Statement};
use pezkuwi_primitives::{
BlockNumber, CandidateCommitments, CandidateDescriptorV2, CandidateEvent, CollatorPair,
@@ -37,7 +37,6 @@ use pezkuwi_test_client::{
Client as PClient, ClientBlockImportExt, DefaultTestClientBuilderExt, FullBackend as PBackend,
InitPezkuwiBlockBuilder, TestClientBuilder, TestClientBuilderExt,
};
use rstest::rstest;
use pezsc_client_api::{Backend, BlockchainEvents};
use pezsp_blockchain::HeaderBackend;
use pezsp_consensus::BlockOrigin;
@@ -47,6 +46,7 @@ use pezsp_keystore::{testing::MemoryKeystore, Keystore, KeystorePtr};
use pezsp_runtime::RuntimeAppPublic;
use pezsp_state_machine::StorageValue;
use pezsp_version::RuntimeVersion;
use rstest::rstest;
use std::{
borrow::Cow,
collections::{BTreeMap, VecDeque},