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
+3 -3
View File
@@ -57,7 +57,7 @@ pezpallet-timestamp = { workspace = true }
pezpallet-transaction-payment = { workspace = true }
pezpallet-transaction-payment-rpc-runtime-api = { workspace = true }
pezpallet-vesting = { workspace = true }
test-runtime-constants = { workspace = true }
peztest-runtime-constants = { workspace = true }
pezpallet-xcm = { workspace = true }
pezkuwi-primitives = { workspace = true }
@@ -122,7 +122,7 @@ std = [
"pezsp-staking/std",
"pezsp-transaction-pool/std",
"pezsp-version/std",
"test-runtime-constants/std",
"peztest-runtime-constants/std",
"xcm-builder/std",
"xcm-executor/std",
"xcm/std",
@@ -168,7 +168,7 @@ runtime-benchmarks = [
"pezsp-transaction-pool/runtime-benchmarks",
"pezsp-version/runtime-benchmarks",
"bizinikiwi-wasm-builder/runtime-benchmarks",
"test-runtime-constants/runtime-benchmarks",
"peztest-runtime-constants/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"xcm/runtime-benchmarks",
@@ -1,12 +1,12 @@
[package]
name = "test-runtime-constants"
name = "peztest-runtime-constants"
publish = false
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
description = "Pezkuwi SDK component: test runtime constants"
documentation = "https://docs.rs/test-runtime-constants"
documentation = "https://docs.rs/peztest-runtime-constants"
repository = { workspace = true }
homepage = { workspace = true }
+2 -2
View File
@@ -104,10 +104,10 @@ pub use pezsp_runtime::BuildStorage;
pub use teyrchains_paras::Call as ParasCall;
/// Constant values used within the runtime.
use test_runtime_constants::{currency::*, fee::*, time::*};
use peztest_runtime_constants::{currency::*, fee::*, time::*};
pub mod xcm_config;
impl_runtime_weights!(test_runtime_constants);
impl_runtime_weights!(peztest_runtime_constants);
// Make the WASM binary available.
#[cfg(feature = "std")]