chore: regenerate umbrella crate, fix feature propagation

This commit is contained in:
2025-12-16 11:28:32 +03:00
parent ee6e42c461
commit 193f6b9294
1358 changed files with 9464 additions and 7656 deletions
@@ -31,9 +31,6 @@ use pezkuwi_node_network_protocol::{
v3::{self as protocol_v3, StatementFilter},
IfDisconnected, PeerId, UnifiedReputationChange as Rep, ValidationProtocols, View,
};
use pezkuwi_pez_node_primitives::{
SignedFullStatementWithPVD, StatementWithPVD as FullStatementWithPVD,
};
use pezkuwi_node_subsystem::{
messages::{
network_bridge_event::NewGossipTopology, CandidateBackingMessage, HypotheticalCandidate,
@@ -46,6 +43,9 @@ use pezkuwi_node_subsystem_util::{
backing_implicit_view::View as ImplicitView, reputation::ReputationAggregator,
request_min_backing_votes, request_node_features, runtime::ClaimQueueSnapshot,
};
use pezkuwi_pez_node_primitives::{
SignedFullStatementWithPVD, StatementWithPVD as FullStatementWithPVD,
};
use pezkuwi_primitives::{
node_features::FeatureIndex, transpose_claim_queue, AuthorityDiscoveryId,
CandidateDescriptorVersion, CandidateHash, CompactStatement, CoreIndex, GroupIndex,
@@ -24,7 +24,6 @@ use pezkuwi_node_network_protocol::{
v3::{BackedCandidateAcknowledgement, BackedCandidateManifest},
view, ObservedRole,
};
use pezkuwi_pez_node_primitives::{Statement, StatementWithPVD};
use pezkuwi_node_subsystem::messages::{
network_bridge_event::NewGossipTopology, AllMessages, ChainApiMessage, HypotheticalCandidate,
HypotheticalMembership, NetworkBridgeEvent, ProspectiveTeyrchainsMessage, ReportPeerMessage,
@@ -32,6 +31,7 @@ use pezkuwi_node_subsystem::messages::{
};
use pezkuwi_node_subsystem_test_helpers as test_helpers;
use pezkuwi_node_subsystem_util::TimeoutExt;
use pezkuwi_pez_node_primitives::{Statement, StatementWithPVD};
use pezkuwi_primitives::{
AssignmentPair, Block, BlockNumber, CommittedCandidateReceiptV2 as CommittedCandidateReceipt,
GroupRotationInfo, HeadData, Header, IndexedVec, NodeFeatures, PersistedValidationData,