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
+1 -1
View File
@@ -30,7 +30,7 @@ use pezsp_consensus_babe::AuthorityId as BabeId;
use pezsp_core::{crypto::get_public_from_string_or_panic, sr25519};
use pezsp_keyring::Sr25519Keyring;
use pezsp_runtime::Perbill;
use test_runtime_constants::currency::DOTS;
use peztest_runtime_constants::currency::DOTS;
const DEFAULT_PROTOCOL_ID: &str = "hez";
+1 -1
View File
@@ -22,7 +22,7 @@ pub mod chain_spec;
pub use chain_spec::*;
use futures::{future::Future, stream::StreamExt};
use pezkuwi_node_primitives::{CollationGenerationConfig, CollatorFn};
use pezkuwi_pez_node_primitives::{CollationGenerationConfig, CollatorFn};
use pezkuwi_node_subsystem::messages::{CollationGenerationMessage, CollatorProtocolMessage};
use pezkuwi_overseer::Handle;
use pezkuwi_primitives::{Balance, CollatorPair, HeadData, Id as ParaId, ValidationCode};