Refactoring Checkpoint: (WIP)
This commit is contained in:
@@ -19,7 +19,7 @@ fatality = { workspace = true }
|
||||
futures = { workspace = true }
|
||||
orchestra = { features = ["futures_channel"], workspace = true }
|
||||
pezkuwi-node-network-protocol = { 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 }
|
||||
pezkuwi-statement-table = { workspace = true, default-features = true }
|
||||
prometheus-endpoint = { workspace = true, default-features = true }
|
||||
@@ -38,7 +38,7 @@ thiserror = { workspace = true }
|
||||
[features]
|
||||
runtime-benchmarks = [
|
||||
"pezkuwi-node-network-protocol/runtime-benchmarks",
|
||||
"pezkuwi-node-primitives/runtime-benchmarks",
|
||||
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
||||
"pezkuwi-primitives/runtime-benchmarks",
|
||||
"pezkuwi-statement-table/runtime-benchmarks",
|
||||
"pezsc-client-api/runtime-benchmarks",
|
||||
|
||||
@@ -31,7 +31,7 @@ pub use pezsc_network::IfDisconnected;
|
||||
use pezkuwi_node_network_protocol::{
|
||||
self as net_protocol, peer_set::PeerSet, request_response::Requests, PeerId,
|
||||
};
|
||||
use pezkuwi_node_primitives::{
|
||||
use pezkuwi_pez_node_primitives::{
|
||||
approval::{
|
||||
v1::{BlockApprovalMeta, DelayTranche},
|
||||
v2::{CandidateBitfield, IndirectAssignmentCertV2, IndirectSignedApprovalVoteV2},
|
||||
|
||||
Reference in New Issue
Block a user