Refactoring Checkpoint: (WIP)

This commit is contained in:
2025-12-14 10:29:31 +03:00
parent 09735eb97a
commit c89d7cac55
1424 changed files with 6415 additions and 6064 deletions
+3 -3
View File
@@ -471,7 +471,7 @@ pub mod v1 {
use pezkuwi_primitives::{CollatorId, CollatorSignature, Hash, Id as ParaId};
use pezkuwi_node_primitives::UncheckedSignedFullStatement;
use pezkuwi_pez_node_primitives::UncheckedSignedFullStatement;
/// Network messages used by the collator protocol subsystem
#[derive(Debug, Clone, Encode, Decode, PartialEq, Eq)]
@@ -515,7 +515,7 @@ pub mod v2 {
use pezkuwi_primitives::{CandidateHash, CollatorId, CollatorSignature, Hash, Id as ParaId};
use pezkuwi_node_primitives::UncheckedSignedFullStatement;
use pezkuwi_pez_node_primitives::UncheckedSignedFullStatement;
/// This parts of the protocol did not change from v1, so just alias them in v2.
pub use super::v1::declare_signature_payload;
@@ -565,7 +565,7 @@ pub mod v3 {
UncheckedSignedStatement,
};
use pezkuwi_node_primitives::approval::v2::{
use pezkuwi_pez_node_primitives::approval::v2::{
CandidateBitfield, IndirectAssignmentCertV2, IndirectSignedApprovalVoteV2,
};
@@ -18,7 +18,7 @@
use codec::{Decode, Encode};
use pezkuwi_node_primitives::{
use pezkuwi_pez_node_primitives::{
AvailableData, DisputeMessage, ErasureChunk, PoV, Proof, UncheckedDisputeMessage,
};
use pezkuwi_primitives::{
@@ -18,7 +18,7 @@
use codec::{Decode, Encode};
use pezkuwi_node_primitives::ErasureChunk;
use pezkuwi_pez_node_primitives::ErasureChunk;
use pezkuwi_primitives::{
CandidateHash, CommittedCandidateReceiptV2 as CommittedCandidateReceipt, Hash, Id as ParaId,
PersistedValidationData, UncheckedSignedStatement, ValidatorIndex,