Refactoring Checkpoint: (WIP)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user