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
@@ -32,7 +32,6 @@ use codec::{Decode, Encode};
use futures::{prelude::*, stream::FuturesUnordered};
use log::{debug, trace, warn};
use prometheus_endpoint::{register, Counter, PrometheusError, Registry, U64};
use pezsc_network::{
config::{NonReservedPeerMode, ProtocolId, SetConfig},
error, multiaddr,
@@ -50,6 +49,7 @@ use pezsc_network_sync::{SyncEvent, SyncEventStream};
use pezsc_network_types::PeerId;
use pezsc_utils::mpsc::{tracing_unbounded, TracingUnboundedReceiver, TracingUnboundedSender};
use pezsp_runtime::traits::Block as BlockT;
use prometheus_endpoint::{register, Counter, PrometheusError, Registry, U64};
use std::{
collections::{hash_map::Entry, HashMap},