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
+4 -4
View File
@@ -20,7 +20,7 @@ serde_json = { workspace = true, default-features = true }
tokio = { workspace = true, default-features = true }
# Pezkuwi dependencies
pezkuwi-node-primitives = { workspace = true, default-features = true }
pezkuwi-pez-node-primitives = { workspace = true, default-features = true }
pezkuwi-node-subsystem = { workspace = true, default-features = true }
pezkuwi-overseer = { workspace = true, default-features = true }
pezkuwi-primitives = { workspace = true, default-features = true }
@@ -29,7 +29,7 @@ pezkuwi-runtime-teyrchains = { workspace = true, default-features = true }
pezkuwi-service = { workspace = true, default-features = true }
pezkuwi-test-runtime = { workspace = true }
pezkuwi-teyrchain-primitives = { workspace = true, default-features = true }
test-runtime-constants = { workspace = true, default-features = true }
peztest-runtime-constants = { workspace = true, default-features = true }
# Bizinikiwi dependencies
pezframe-system = { workspace = true, default-features = true }
@@ -66,7 +66,7 @@ runtime-benchmarks = [
"pezpallet-balances/runtime-benchmarks",
"pezpallet-staking/runtime-benchmarks",
"pezpallet-transaction-payment/runtime-benchmarks",
"pezkuwi-node-primitives/runtime-benchmarks",
"pezkuwi-pez-node-primitives/runtime-benchmarks",
"pezkuwi-node-subsystem/runtime-benchmarks",
"pezkuwi-overseer/runtime-benchmarks",
"pezkuwi-primitives/runtime-benchmarks",
@@ -91,5 +91,5 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
"pezsp-state-machine/runtime-benchmarks",
"bizinikiwi-test-client/runtime-benchmarks",
"test-runtime-constants/runtime-benchmarks",
"peztest-runtime-constants/runtime-benchmarks",
]
+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};