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
@@ -17,6 +17,7 @@
use async_trait::async_trait;
use core::time::Duration;
use futures::{FutureExt, Stream, StreamExt};
use pezcumulus_primitives_core::{
relay_chain::{
CandidateEvent, CommittedCandidateReceiptV2 as CommittedCandidateReceipt,
@@ -28,7 +29,6 @@ use pezcumulus_primitives_core::{
use pezcumulus_relay_chain_interface::{
BlockNumber, CoreState, PHeader, RelayChainError, RelayChainInterface, RelayChainResult,
};
use futures::{FutureExt, Stream, StreamExt};
use pezkuwi_overseer::Handle;
use pezsc_client_api::StorageProof;
@@ -15,9 +15,6 @@
// You should have received a copy of the GNU General Public License
// along with Pezcumulus. If not, see <https://www.gnu.org/licenses/>.
use pezcumulus_primitives_core::relay_chain::{
Block as RelayBlock, BlockNumber as RelayNumber, Hash as RelayHash, Header as RelayHeader,
};
use futures::{
channel::{mpsc::Sender, oneshot::Sender as OneshotSender},
future::BoxFuture,
@@ -32,9 +29,12 @@ use jsonrpsee::{
},
ws_client::WsClientBuilder,
};
use pezcumulus_primitives_core::relay_chain::{
Block as RelayBlock, BlockNumber as RelayNumber, Hash as RelayHash, Header as RelayHeader,
};
use pezsc_rpc_api::chain::ChainApiClient;
use schnellru::{ByLength, LruMap};
use pezsp_runtime::generic::SignedBlock;
use schnellru::{ByLength, LruMap};
use std::{sync::Arc, time::Duration};
use tokio::sync::mpsc::{
channel as tokio_channel, Receiver as TokioReceiver, Sender as TokioSender,