Refactoring Checkpoint: (WIP)
This commit is contained in:
@@ -22,7 +22,7 @@ fatality = { workspace = true }
|
||||
futures = { workspace = true }
|
||||
gum = { workspace = true, default-features = true }
|
||||
hex = { workspace = true, default-features = true }
|
||||
pezkuwi-node-primitives = { workspace = true, default-features = true }
|
||||
pezkuwi-pez-node-primitives = { workspace = true, default-features = true }
|
||||
pezkuwi-primitives = { workspace = true, default-features = true }
|
||||
rand = { workspace = true, default-features = true }
|
||||
pezsc-authority-discovery = { workspace = true, default-features = true }
|
||||
@@ -38,7 +38,7 @@ rand_chacha = { workspace = true, default-features = true }
|
||||
[features]
|
||||
runtime-benchmarks = [
|
||||
"gum/runtime-benchmarks",
|
||||
"pezkuwi-node-primitives/runtime-benchmarks",
|
||||
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
||||
"pezkuwi-primitives/runtime-benchmarks",
|
||||
"pezsc-authority-discovery/runtime-benchmarks",
|
||||
"pezsc-network/runtime-benchmarks",
|
||||
|
||||
@@ -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