fix: restore dev-dependencies for clippy --all-targets --all-features
Uncomment dev-dependencies that were previously commented out to break circular dependencies. These dependencies are needed for tests to compile when running clippy with --all-targets --all-features. Changes include: - pezkuwi/node/*: Add pezkuwi-node-subsystem-test-helpers, pezkuwi-primitives-test-helpers - pezkuwi/xcm/*: Add pezpallet-xcm, xcm-pez-simulator - pezcumulus/client/*: Add test client, runtime, and sproof builder deps - bizinikiwi/pezframe/*: Add bizinikiwi-test-utils, pezframe-support-test, pezpallet-transaction-payment, pezpallet-example-basic, etc. - vendor/pezkuwi-zombienet-sdk: Fix imports from zombienet_sdk to pezkuwi_zombienet_sdk All runtime-benchmarks feature flags have been updated accordingly. cargo clippy --all-targets --all-features --workspace now passes.
This commit is contained in:
Generated
+584
-481
File diff suppressed because it is too large
Load Diff
@@ -994,6 +994,7 @@ pezframe-election-provider-support = { path = "bizinikiwi/pezframe/election-prov
|
|||||||
pezframe-executive = { path = "bizinikiwi/pezframe/executive", version = "28.0.0", default-features = false }
|
pezframe-executive = { path = "bizinikiwi/pezframe/executive", version = "28.0.0", default-features = false }
|
||||||
pezframe-metadata = { path = "bizinikiwi/pezframe/pezframe-metadata", version = "23.0.1", default-features = false }
|
pezframe-metadata = { path = "bizinikiwi/pezframe/pezframe-metadata", version = "23.0.1", default-features = false }
|
||||||
pezframe-metadata-hash-extension = { path = "bizinikiwi/pezframe/metadata-hash-extension", version = "0.1.0", default-features = false }
|
pezframe-metadata-hash-extension = { path = "bizinikiwi/pezframe/metadata-hash-extension", version = "0.1.0", default-features = false }
|
||||||
|
pezframe-storage-access-test-runtime = { path = "bizinikiwi/utils/pezframe/storage-access-test-runtime", version = "0.1.0", default-features = true }
|
||||||
pezframe-support = { path = "bizinikiwi/pezframe/support", version = "28.0.0", default-features = false }
|
pezframe-support = { path = "bizinikiwi/pezframe/support", version = "28.0.0", default-features = false }
|
||||||
pezframe-support-procedural = { path = "bizinikiwi/pezframe/support/procedural", version = "23.0.0", default-features = false }
|
pezframe-support-procedural = { path = "bizinikiwi/pezframe/support/procedural", version = "23.0.0", default-features = false }
|
||||||
pezframe-support-procedural-tools = { path = "bizinikiwi/pezframe/support/procedural/tools", version = "10.0.1", default-features = false }
|
pezframe-support-procedural-tools = { path = "bizinikiwi/pezframe/support/procedural/tools", version = "10.0.1", default-features = false }
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ pezsp-mmr-primitives = { workspace = true, default-features = true }
|
|||||||
pezsp-runtime = { workspace = true, default-features = true }
|
pezsp-runtime = { workspace = true, default-features = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
# bizinikiwi-test-runtime-client = { workspace = true }
|
bizinikiwi-test-runtime-client = { workspace = true }
|
||||||
parking_lot = { workspace = true, default-features = true }
|
parking_lot = { workspace = true, default-features = true }
|
||||||
pezsc-block-builder = { workspace = true, default-features = true }
|
pezsc-block-builder = { workspace = true, default-features = true }
|
||||||
pezsp-tracing = { workspace = true, default-features = true }
|
pezsp-tracing = { workspace = true, default-features = true }
|
||||||
@@ -37,7 +37,7 @@ tokio = { workspace = true, default-features = true }
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
# "bizinikiwi-test-runtime-client/runtime-benchmarks",
|
"bizinikiwi-test-runtime-client/runtime-benchmarks",
|
||||||
"pezsc-block-builder/runtime-benchmarks",
|
"pezsc-block-builder/runtime-benchmarks",
|
||||||
"pezsc-client-api/runtime-benchmarks",
|
"pezsc-client-api/runtime-benchmarks",
|
||||||
"pezsc-offchain/runtime-benchmarks",
|
"pezsc-offchain/runtime-benchmarks",
|
||||||
|
|||||||
@@ -40,8 +40,8 @@ pezsp-core = { optional = true, workspace = true }
|
|||||||
pezsp-io = { optional = true, workspace = true }
|
pezsp-io = { optional = true, workspace = true }
|
||||||
pezsp-tracing = { optional = true, workspace = true }
|
pezsp-tracing = { optional = true, workspace = true }
|
||||||
|
|
||||||
# bizinikiwi-test-utils moved to integration tests to break circular dependency
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
bizinikiwi-test-utils = { workspace = true }
|
||||||
pezframe-benchmarking = { workspace = true, default-features = true }
|
pezframe-benchmarking = { workspace = true, default-features = true }
|
||||||
pezframe-election-provider-support = { workspace = true, default-features = true }
|
pezframe-election-provider-support = { workspace = true, default-features = true }
|
||||||
pezpallet-balances = { workspace = true, default-features = true }
|
pezpallet-balances = { workspace = true, default-features = true }
|
||||||
|
|||||||
@@ -27,12 +27,12 @@ pezsp-core = { workspace = true }
|
|||||||
pezsp-runtime = { workspace = true }
|
pezsp-runtime = { workspace = true }
|
||||||
scale-info = { features = ["derive"], workspace = true }
|
scale-info = { features = ["derive"], workspace = true }
|
||||||
|
|
||||||
# pezpallet-transaction-payment moved to integration tests to break circular dependency
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
paste = { workspace = true, default-features = true }
|
paste = { workspace = true, default-features = true }
|
||||||
pezframe-support = { features = [
|
pezframe-support = { features = [
|
||||||
"experimental",
|
"experimental",
|
||||||
], workspace = true, default-features = true }
|
], workspace = true, default-features = true }
|
||||||
|
pezpallet-transaction-payment = { workspace = true, default-features = true }
|
||||||
pezsp-io = { workspace = true, default-features = true }
|
pezsp-io = { workspace = true, default-features = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
@@ -54,6 +54,7 @@ runtime-benchmarks = [
|
|||||||
"pezframe-benchmarking/runtime-benchmarks",
|
"pezframe-benchmarking/runtime-benchmarks",
|
||||||
"pezframe-support/runtime-benchmarks",
|
"pezframe-support/runtime-benchmarks",
|
||||||
"pezframe-system/runtime-benchmarks",
|
"pezframe-system/runtime-benchmarks",
|
||||||
|
"pezpallet-transaction-payment/runtime-benchmarks",
|
||||||
"pezsp-io/runtime-benchmarks",
|
"pezsp-io/runtime-benchmarks",
|
||||||
"pezsp-runtime/runtime-benchmarks",
|
"pezsp-runtime/runtime-benchmarks",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -35,9 +35,10 @@ scale-info = { features = ["derive"], workspace = true }
|
|||||||
serde = { optional = true, workspace = true, default-features = true }
|
serde = { optional = true, workspace = true, default-features = true }
|
||||||
static_assertions = { workspace = true, default-features = true }
|
static_assertions = { workspace = true, default-features = true }
|
||||||
|
|
||||||
# Dev-dependencies with pezsc-client-db moved to integration tests to break circular dependency
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
array-bytes = { workspace = true, default-features = true }
|
array-bytes = { workspace = true, default-features = true }
|
||||||
|
pezpallet-example-basic = { workspace = true, default-features = true }
|
||||||
|
pezsc-client-db = { workspace = true, default-features = true }
|
||||||
pezsp-externalities = { workspace = true }
|
pezsp-externalities = { workspace = true }
|
||||||
pezsp-keystore = { workspace = true, default-features = true }
|
pezsp-keystore = { workspace = true, default-features = true }
|
||||||
pezsp-state-machine = { workspace = true }
|
pezsp-state-machine = { workspace = true }
|
||||||
@@ -69,6 +70,7 @@ runtime-benchmarks = [
|
|||||||
"pezframe-support-procedural/runtime-benchmarks",
|
"pezframe-support-procedural/runtime-benchmarks",
|
||||||
"pezframe-support/runtime-benchmarks",
|
"pezframe-support/runtime-benchmarks",
|
||||||
"pezframe-system/runtime-benchmarks",
|
"pezframe-system/runtime-benchmarks",
|
||||||
|
"pezpallet-example-basic/runtime-benchmarks",
|
||||||
"pezsp-api/runtime-benchmarks",
|
"pezsp-api/runtime-benchmarks",
|
||||||
"pezsp-application-crypto/runtime-benchmarks",
|
"pezsp-application-crypto/runtime-benchmarks",
|
||||||
"pezsp-io/runtime-benchmarks",
|
"pezsp-io/runtime-benchmarks",
|
||||||
|
|||||||
@@ -29,8 +29,8 @@ pezsp-runtime = { workspace = true }
|
|||||||
pezsp-staking = { workspace = true }
|
pezsp-staking = { workspace = true }
|
||||||
scale-info = { features = ["derive"], workspace = true }
|
scale-info = { features = ["derive"], workspace = true }
|
||||||
|
|
||||||
# bizinikiwi-test-utils moved to integration tests to break circular dependency
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
bizinikiwi-test-utils = { workspace = true }
|
||||||
pezpallet-balances = { workspace = true, default-features = true }
|
pezpallet-balances = { workspace = true, default-features = true }
|
||||||
pezsp-core = { workspace = true, default-features = true }
|
pezsp-core = { workspace = true, default-features = true }
|
||||||
pezsp-tracing = { workspace = true, default-features = true }
|
pezsp-tracing = { workspace = true, default-features = true }
|
||||||
|
|||||||
@@ -29,9 +29,11 @@ pezsp-runtime = { workspace = true }
|
|||||||
pezsp-tracing = { workspace = true }
|
pezsp-tracing = { workspace = true }
|
||||||
scale-info = { features = ["derive"], workspace = true }
|
scale-info = { features = ["derive"], workspace = true }
|
||||||
|
|
||||||
# Dev-dependencies with test-runtime-client and pallets moved to integration tests
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
array-bytes = { workspace = true, default-features = true }
|
array-bytes = { workspace = true, default-features = true }
|
||||||
|
bizinikiwi-test-runtime-client = { workspace = true }
|
||||||
|
pezpallet-balances = { workspace = true, default-features = true }
|
||||||
|
pezpallet-transaction-payment = { workspace = true, default-features = true }
|
||||||
pezsp-core = { workspace = true, default-features = true }
|
pezsp-core = { workspace = true, default-features = true }
|
||||||
pezsp-inherents = { workspace = true, default-features = true }
|
pezsp-inherents = { workspace = true, default-features = true }
|
||||||
pezsp-io = { workspace = true, default-features = true }
|
pezsp-io = { workspace = true, default-features = true }
|
||||||
@@ -67,9 +69,12 @@ try-runtime = [
|
|||||||
"pezsp-version/try-runtime",
|
"pezsp-version/try-runtime",
|
||||||
]
|
]
|
||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
|
"bizinikiwi-test-runtime-client/runtime-benchmarks",
|
||||||
"pezframe-support/runtime-benchmarks",
|
"pezframe-support/runtime-benchmarks",
|
||||||
"pezframe-system/runtime-benchmarks",
|
"pezframe-system/runtime-benchmarks",
|
||||||
"pezframe-try-runtime?/runtime-benchmarks",
|
"pezframe-try-runtime?/runtime-benchmarks",
|
||||||
|
"pezpallet-balances/runtime-benchmarks",
|
||||||
|
"pezpallet-transaction-payment/runtime-benchmarks",
|
||||||
"pezsp-inherents/runtime-benchmarks",
|
"pezsp-inherents/runtime-benchmarks",
|
||||||
"pezsp-io/runtime-benchmarks",
|
"pezsp-io/runtime-benchmarks",
|
||||||
"pezsp-runtime/runtime-benchmarks",
|
"pezsp-runtime/runtime-benchmarks",
|
||||||
|
|||||||
@@ -23,8 +23,8 @@ pezframe-system = { workspace = true }
|
|||||||
pezsp-runtime = { workspace = true }
|
pezsp-runtime = { workspace = true }
|
||||||
scale-info = { features = ["derive"], workspace = true }
|
scale-info = { features = ["derive"], workspace = true }
|
||||||
|
|
||||||
# pezframe-support-test moved to integration tests to break circular dependency
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
pezframe-support-test = { workspace = true }
|
||||||
pezpallet-balances = { workspace = true, default-features = true }
|
pezpallet-balances = { workspace = true, default-features = true }
|
||||||
pezsp-core = { workspace = true, default-features = true }
|
pezsp-core = { workspace = true, default-features = true }
|
||||||
pezsp-io = { workspace = true, default-features = true }
|
pezsp-io = { workspace = true, default-features = true }
|
||||||
|
|||||||
@@ -20,8 +20,9 @@ pezframe-system = { workspace = true }
|
|||||||
pezsp-runtime = { features = ["serde"], workspace = true }
|
pezsp-runtime = { features = ["serde"], workspace = true }
|
||||||
scale-info = { features = ["derive", "serde"], workspace = true }
|
scale-info = { features = ["derive", "serde"], workspace = true }
|
||||||
|
|
||||||
# Dev-dependencies with test-runtime-client and wasm-builder moved to integration tests
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
bizinikiwi-test-runtime-client = { workspace = true }
|
||||||
|
bizinikiwi-wasm-builder = { workspace = true, default-features = true }
|
||||||
frame-metadata = { features = [
|
frame-metadata = { features = [
|
||||||
"current",
|
"current",
|
||||||
"unstable",
|
"unstable",
|
||||||
@@ -29,6 +30,7 @@ frame-metadata = { features = [
|
|||||||
merkleized-metadata = { workspace = true }
|
merkleized-metadata = { workspace = true }
|
||||||
pezsp-api = { workspace = true, default-features = true }
|
pezsp-api = { workspace = true, default-features = true }
|
||||||
pezsp-tracing = { workspace = true, default-features = true }
|
pezsp-tracing = { workspace = true, default-features = true }
|
||||||
|
pezsp-transaction-pool = { workspace = true, default-features = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["std"]
|
default = ["std"]
|
||||||
@@ -42,10 +44,12 @@ std = [
|
|||||||
"scale-info/std",
|
"scale-info/std",
|
||||||
]
|
]
|
||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
|
"bizinikiwi-test-runtime-client/runtime-benchmarks",
|
||||||
"pezframe-support/runtime-benchmarks",
|
"pezframe-support/runtime-benchmarks",
|
||||||
"pezframe-system/runtime-benchmarks",
|
"pezframe-system/runtime-benchmarks",
|
||||||
"pezsp-api/runtime-benchmarks",
|
"pezsp-api/runtime-benchmarks",
|
||||||
"pezsp-runtime/runtime-benchmarks",
|
"pezsp-runtime/runtime-benchmarks",
|
||||||
|
"pezsp-transaction-pool/runtime-benchmarks",
|
||||||
]
|
]
|
||||||
try-runtime = [
|
try-runtime = [
|
||||||
"pezframe-support/try-runtime",
|
"pezframe-support/try-runtime",
|
||||||
|
|||||||
@@ -28,9 +28,9 @@ pezframe-system = { workspace = true }
|
|||||||
pezsp-core = { workspace = true }
|
pezsp-core = { workspace = true }
|
||||||
pezsp-runtime = { workspace = true }
|
pezsp-runtime = { workspace = true }
|
||||||
|
|
||||||
# pezpallet-example-basic moved to integration tests to break circular dependency
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pezpallet-balances = { workspace = true, default-features = true }
|
pezpallet-balances = { workspace = true, default-features = true }
|
||||||
|
pezpallet-example-basic = { workspace = true, default-features = true }
|
||||||
pezsp-io = { workspace = true, default-features = true }
|
pezsp-io = { workspace = true, default-features = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
@@ -50,6 +50,7 @@ runtime-benchmarks = [
|
|||||||
"pezframe-support/runtime-benchmarks",
|
"pezframe-support/runtime-benchmarks",
|
||||||
"pezframe-system/runtime-benchmarks",
|
"pezframe-system/runtime-benchmarks",
|
||||||
"pezpallet-balances/runtime-benchmarks",
|
"pezpallet-balances/runtime-benchmarks",
|
||||||
|
"pezpallet-example-basic/runtime-benchmarks",
|
||||||
"pezsp-io/runtime-benchmarks",
|
"pezsp-io/runtime-benchmarks",
|
||||||
"pezsp-runtime/runtime-benchmarks",
|
"pezsp-runtime/runtime-benchmarks",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -25,8 +25,8 @@ pezsp-runtime = { workspace = true }
|
|||||||
pezsp-weights = { workspace = true }
|
pezsp-weights = { workspace = true }
|
||||||
scale-info = { features = ["derive"], workspace = true }
|
scale-info = { features = ["derive"], workspace = true }
|
||||||
|
|
||||||
# bizinikiwi-test-utils moved to integration tests to break circular dependency
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
bizinikiwi-test-utils = { workspace = true }
|
||||||
pezpallet-preimage = { workspace = true, default-features = true }
|
pezpallet-preimage = { workspace = true, default-features = true }
|
||||||
pezsp-core = { workspace = true, default-features = true }
|
pezsp-core = { workspace = true, default-features = true }
|
||||||
|
|
||||||
|
|||||||
@@ -29,8 +29,8 @@ pezsp-arithmetic = { workspace = true }
|
|||||||
pezsp-io = { workspace = true }
|
pezsp-io = { workspace = true }
|
||||||
pezsp-runtime = { workspace = true }
|
pezsp-runtime = { workspace = true }
|
||||||
|
|
||||||
# pezframe-support-test moved to integration tests to break circular dependency
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
pezframe-support-test = { workspace = true }
|
||||||
pezpallet-balances = { workspace = true, default-features = true }
|
pezpallet-balances = { workspace = true, default-features = true }
|
||||||
pezsp-crypto-hashing = { workspace = true, default-features = true }
|
pezsp-crypto-hashing = { workspace = true, default-features = true }
|
||||||
|
|
||||||
|
|||||||
@@ -35,8 +35,8 @@ serde = { features = ["alloc", "derive"], workspace = true }
|
|||||||
pezframe-benchmarking = { optional = true, workspace = true }
|
pezframe-benchmarking = { optional = true, workspace = true }
|
||||||
rand_chacha = { optional = true, workspace = true }
|
rand_chacha = { optional = true, workspace = true }
|
||||||
|
|
||||||
# bizinikiwi-test-utils moved to integration tests to break circular dependency
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
bizinikiwi-test-utils = { workspace = true }
|
||||||
pezframe-benchmarking = { workspace = true, default-features = true }
|
pezframe-benchmarking = { workspace = true, default-features = true }
|
||||||
pezframe-election-provider-support = { workspace = true, default-features = true }
|
pezframe-election-provider-support = { workspace = true, default-features = true }
|
||||||
pezframe-support = { features = [
|
pezframe-support = { features = [
|
||||||
|
|||||||
@@ -53,9 +53,9 @@ tt-call = { workspace = true }
|
|||||||
|
|
||||||
aquamarine = { workspace = true }
|
aquamarine = { workspace = true }
|
||||||
|
|
||||||
# Dev-dependencies with pezframe-system moved to pezframe-support-test to break circular dependency
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
Inflector = { workspace = true }
|
Inflector = { workspace = true }
|
||||||
|
pezframe-system = { workspace = true, default-features = true }
|
||||||
pezsp-crypto-hashing = { workspace = true, default-features = true }
|
pezsp-crypto-hashing = { workspace = true, default-features = true }
|
||||||
pretty_assertions = { workspace = true }
|
pretty_assertions = { workspace = true }
|
||||||
|
|
||||||
@@ -92,6 +92,7 @@ std = [
|
|||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
"pez-binary-merkle-tree/runtime-benchmarks",
|
"pez-binary-merkle-tree/runtime-benchmarks",
|
||||||
"pezframe-support-procedural/runtime-benchmarks",
|
"pezframe-support-procedural/runtime-benchmarks",
|
||||||
|
"pezframe-system/runtime-benchmarks",
|
||||||
"pezsp-api/runtime-benchmarks",
|
"pezsp-api/runtime-benchmarks",
|
||||||
"pezsp-genesis-builder/runtime-benchmarks",
|
"pezsp-genesis-builder/runtime-benchmarks",
|
||||||
"pezsp-inherents/runtime-benchmarks",
|
"pezsp-inherents/runtime-benchmarks",
|
||||||
|
|||||||
@@ -34,8 +34,8 @@ pezsp-weights = { features = ["serde"], workspace = true }
|
|||||||
scale-info = { features = ["derive", "serde"], workspace = true }
|
scale-info = { features = ["derive", "serde"], workspace = true }
|
||||||
serde = { features = ["alloc", "derive"], workspace = true }
|
serde = { features = ["alloc", "derive"], workspace = true }
|
||||||
|
|
||||||
# Dev-dependencies with test-runtime-client moved to integration tests to break circular dependency
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
bizinikiwi-test-runtime-client = { workspace = true }
|
||||||
criterion = { workspace = true, default-features = true }
|
criterion = { workspace = true, default-features = true }
|
||||||
pezsp-externalities = { workspace = true, default-features = true }
|
pezsp-externalities = { workspace = true, default-features = true }
|
||||||
pezsp-tracing = { workspace = true, default-features = true }
|
pezsp-tracing = { workspace = true, default-features = true }
|
||||||
@@ -55,6 +55,7 @@ std = [
|
|||||||
"serde/std",
|
"serde/std",
|
||||||
]
|
]
|
||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
|
"bizinikiwi-test-runtime-client/runtime-benchmarks",
|
||||||
"pezframe-support/runtime-benchmarks",
|
"pezframe-support/runtime-benchmarks",
|
||||||
"pezsp-io/runtime-benchmarks",
|
"pezsp-io/runtime-benchmarks",
|
||||||
"pezsp-runtime/runtime-benchmarks",
|
"pezsp-runtime/runtime-benchmarks",
|
||||||
|
|||||||
@@ -26,10 +26,10 @@ pezsp-io = { workspace = true }
|
|||||||
pezsp-runtime = { workspace = true }
|
pezsp-runtime = { workspace = true }
|
||||||
scale-info = { features = ["derive"], workspace = true }
|
scale-info = { features = ["derive"], workspace = true }
|
||||||
|
|
||||||
# pezpallet-root-testing moved to integration tests to break circular dependency
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pezpallet-balances = { workspace = true, default-features = true }
|
pezpallet-balances = { workspace = true, default-features = true }
|
||||||
pezpallet-collective = { workspace = true, default-features = true }
|
pezpallet-collective = { workspace = true, default-features = true }
|
||||||
|
pezpallet-root-testing = { workspace = true, default-features = true }
|
||||||
pezpallet-timestamp = { workspace = true, default-features = true }
|
pezpallet-timestamp = { workspace = true, default-features = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
@@ -50,6 +50,7 @@ runtime-benchmarks = [
|
|||||||
"pezframe-system/runtime-benchmarks",
|
"pezframe-system/runtime-benchmarks",
|
||||||
"pezpallet-balances/runtime-benchmarks",
|
"pezpallet-balances/runtime-benchmarks",
|
||||||
"pezpallet-collective/runtime-benchmarks",
|
"pezpallet-collective/runtime-benchmarks",
|
||||||
|
"pezpallet-root-testing/runtime-benchmarks",
|
||||||
"pezpallet-timestamp/runtime-benchmarks",
|
"pezpallet-timestamp/runtime-benchmarks",
|
||||||
"pezsp-io/runtime-benchmarks",
|
"pezsp-io/runtime-benchmarks",
|
||||||
"pezsp-runtime/runtime-benchmarks",
|
"pezsp-runtime/runtime-benchmarks",
|
||||||
|
|||||||
@@ -24,6 +24,9 @@ pezsp-runtime = { workspace = true }
|
|||||||
scale-info = { features = ["derive"], workspace = true }
|
scale-info = { features = ["derive"], workspace = true }
|
||||||
serde = { features = ["alloc", "derive"], optional = true, workspace = true }
|
serde = { features = ["alloc", "derive"], optional = true, workspace = true }
|
||||||
|
|
||||||
|
[dev-dependencies]
|
||||||
|
bizinikiwi-test-utils = { workspace = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["std"]
|
default = ["std"]
|
||||||
bench = []
|
bench = []
|
||||||
|
|||||||
@@ -37,14 +37,14 @@ pezsp-runtime = { workspace = true, default-features = true }
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
assert_matches = { workspace = true }
|
assert_matches = { workspace = true }
|
||||||
# bizinikiwi-test-runtime-client = { workspace = true }
|
bizinikiwi-test-runtime-client = { workspace = true }
|
||||||
pezsc-transaction-pool = { workspace = true, default-features = true }
|
pezsc-transaction-pool = { workspace = true, default-features = true }
|
||||||
pezsp-tracing = { workspace = true, default-features = true }
|
pezsp-tracing = { workspace = true, default-features = true }
|
||||||
tokio = { workspace = true, default-features = true }
|
tokio = { workspace = true, default-features = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
# "bizinikiwi-test-runtime-client/runtime-benchmarks",
|
"bizinikiwi-test-runtime-client/runtime-benchmarks",
|
||||||
"pezframe-system-rpc-runtime-api/runtime-benchmarks",
|
"pezframe-system-rpc-runtime-api/runtime-benchmarks",
|
||||||
"pezsc-rpc-api/runtime-benchmarks",
|
"pezsc-rpc-api/runtime-benchmarks",
|
||||||
"pezsc-transaction-pool-api/runtime-benchmarks",
|
"pezsc-transaction-pool-api/runtime-benchmarks",
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ pezsp-runtime = { features = ["serde"], workspace = true }
|
|||||||
pezsp-std = { workspace = true }
|
pezsp-std = { workspace = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
# bp-test-utils = { workspace = true, default-features = true }
|
pezbp-test-utils = { workspace = true, default-features = true }
|
||||||
hex = { workspace = true, default-features = true }
|
hex = { workspace = true, default-features = true }
|
||||||
hex-literal = { workspace = true, default-features = true }
|
hex-literal = { workspace = true, default-features = true }
|
||||||
|
|
||||||
@@ -48,7 +48,7 @@ std = [
|
|||||||
"serde/std",
|
"serde/std",
|
||||||
]
|
]
|
||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
# "pezbp-test-utils/runtime-benchmarks",
|
"pezbp-test-utils/runtime-benchmarks",
|
||||||
"pezbp-runtime/runtime-benchmarks",
|
"pezbp-runtime/runtime-benchmarks",
|
||||||
"pezframe-support/runtime-benchmarks",
|
"pezframe-support/runtime-benchmarks",
|
||||||
"pezsp-consensus-grandpa/runtime-benchmarks",
|
"pezsp-consensus-grandpa/runtime-benchmarks",
|
||||||
|
|||||||
@@ -45,22 +45,22 @@ pezsp-state-machine = { workspace = true, default-features = true }
|
|||||||
pezsp-tracing = { workspace = true, default-features = true }
|
pezsp-tracing = { workspace = true, default-features = true }
|
||||||
|
|
||||||
# Pezkuwi
|
# Pezkuwi
|
||||||
# pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
||||||
|
|
||||||
# Pezcumulus
|
# Pezcumulus
|
||||||
# pezcumulus-test-client = { workspace = true }
|
pezcumulus-test-client = { workspace = true }
|
||||||
# pezcumulus-test-relay-sproof-builder = { workspace = true, default-features = true }
|
pezcumulus-test-relay-sproof-builder = { workspace = true, default-features = true }
|
||||||
# pezcumulus-test-runtime = { workspace = true }
|
pezcumulus-test-runtime = { workspace = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
"pezcumulus-client-consensus-common/runtime-benchmarks",
|
"pezcumulus-client-consensus-common/runtime-benchmarks",
|
||||||
"pezcumulus-client-network/runtime-benchmarks",
|
"pezcumulus-client-network/runtime-benchmarks",
|
||||||
"pezcumulus-primitives-core/runtime-benchmarks",
|
"pezcumulus-primitives-core/runtime-benchmarks",
|
||||||
# "pezcumulus-test-client/runtime-benchmarks",
|
"pezcumulus-test-client/runtime-benchmarks",
|
||||||
# "pezcumulus-test-relay-sproof-builder/runtime-benchmarks",
|
"pezcumulus-test-relay-sproof-builder/runtime-benchmarks",
|
||||||
# "pezcumulus-test-runtime/runtime-benchmarks",
|
"pezcumulus-test-runtime/runtime-benchmarks",
|
||||||
# "pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
"pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem/runtime-benchmarks",
|
"pezkuwi-node-subsystem/runtime-benchmarks",
|
||||||
"pezkuwi-overseer/runtime-benchmarks",
|
"pezkuwi-overseer/runtime-benchmarks",
|
||||||
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ pezsp-version = { workspace = true, default-features = true }
|
|||||||
pezkuwi-node-subsystem = { workspace = true, default-features = true }
|
pezkuwi-node-subsystem = { workspace = true, default-features = true }
|
||||||
pezkuwi-pez-node-primitives = { workspace = true, default-features = true }
|
pezkuwi-pez-node-primitives = { workspace = true, default-features = true }
|
||||||
pezkuwi-primitives = { workspace = true, default-features = true }
|
pezkuwi-primitives = { workspace = true, default-features = true }
|
||||||
# pezkuwi-primitives-test-helpers = { workspace = true, default-features = true }
|
pezkuwi-primitives-test-helpers = { workspace = true, default-features = true }
|
||||||
pezkuwi-teyrchain-primitives = { workspace = true, default-features = true }
|
pezkuwi-teyrchain-primitives = { workspace = true, default-features = true }
|
||||||
|
|
||||||
# Pezcumulus
|
# Pezcumulus
|
||||||
@@ -50,24 +50,24 @@ pezsp-keyring = { workspace = true, default-features = true }
|
|||||||
pezsp-keystore = { workspace = true, default-features = true }
|
pezsp-keystore = { workspace = true, default-features = true }
|
||||||
|
|
||||||
# Pezkuwi
|
# Pezkuwi
|
||||||
# pezkuwi-test-client = { workspace = true }
|
pezkuwi-test-client = { workspace = true }
|
||||||
|
|
||||||
# Pezcumulus
|
# Pezcumulus
|
||||||
pezcumulus-primitives-core = { workspace = true, default-features = true }
|
pezcumulus-primitives-core = { workspace = true, default-features = true }
|
||||||
# pezcumulus-relay-chain-inprocess-interface = { workspace = true, default-features = true }
|
pezcumulus-relay-chain-inprocess-interface = { workspace = true, default-features = true }
|
||||||
# pezcumulus-test-service = { workspace = true }
|
pezcumulus-test-service = { workspace = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
"pezcumulus-primitives-core/runtime-benchmarks",
|
"pezcumulus-primitives-core/runtime-benchmarks",
|
||||||
# "pezcumulus-relay-chain-inprocess-interface/runtime-benchmarks",
|
"pezcumulus-relay-chain-inprocess-interface/runtime-benchmarks",
|
||||||
"pezcumulus-relay-chain-interface/runtime-benchmarks",
|
"pezcumulus-relay-chain-interface/runtime-benchmarks",
|
||||||
# "pezcumulus-test-service/runtime-benchmarks",
|
"pezcumulus-test-service/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem/runtime-benchmarks",
|
"pezkuwi-node-subsystem/runtime-benchmarks",
|
||||||
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
||||||
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
"pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-primitives/runtime-benchmarks",
|
"pezkuwi-primitives/runtime-benchmarks",
|
||||||
# "pezkuwi-test-client/runtime-benchmarks",
|
"pezkuwi-test-client/runtime-benchmarks",
|
||||||
"pezkuwi-teyrchain-primitives/runtime-benchmarks",
|
"pezkuwi-teyrchain-primitives/runtime-benchmarks",
|
||||||
"pezsc-client-api/runtime-benchmarks",
|
"pezsc-client-api/runtime-benchmarks",
|
||||||
"pezsc-network/runtime-benchmarks",
|
"pezsc-network/runtime-benchmarks",
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ pezsp-core = { workspace = true, default-features = false, optional = true }
|
|||||||
pezsp-io = { workspace = true, default-features = false, optional = true }
|
pezsp-io = { workspace = true, default-features = false, optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
# pezpallet-sudo = { workspace = true, default-features = false }
|
pezpallet-sudo = { workspace = true, default-features = false }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["std"]
|
default = ["std"]
|
||||||
|
|||||||
@@ -27,9 +27,9 @@ thiserror = { workspace = true }
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
assert_matches = { workspace = true }
|
assert_matches = { workspace = true }
|
||||||
# pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
||||||
pezkuwi-primitives = { workspace = true, features = ["test"] }
|
pezkuwi-primitives = { workspace = true, features = ["test"] }
|
||||||
# pezkuwi-primitives-test-helpers = { workspace = true }
|
pezkuwi-primitives-test-helpers = { workspace = true }
|
||||||
pezsp-keyring = { workspace = true, default-features = true }
|
pezsp-keyring = { workspace = true, default-features = true }
|
||||||
rstest = { workspace = true }
|
rstest = { workspace = true }
|
||||||
|
|
||||||
@@ -37,11 +37,11 @@ rstest = { workspace = true }
|
|||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
"gum/runtime-benchmarks",
|
"gum/runtime-benchmarks",
|
||||||
"pezkuwi-erasure-coding/runtime-benchmarks",
|
"pezkuwi-erasure-coding/runtime-benchmarks",
|
||||||
# "pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
"pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem/runtime-benchmarks",
|
"pezkuwi-node-subsystem/runtime-benchmarks",
|
||||||
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
||||||
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
"pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-primitives/runtime-benchmarks",
|
"pezkuwi-primitives/runtime-benchmarks",
|
||||||
"pezsp-keyring/runtime-benchmarks",
|
"pezsp-keyring/runtime-benchmarks",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -33,8 +33,8 @@ kvdb-memorydb = { workspace = true }
|
|||||||
pezsp-tracing = { workspace = true }
|
pezsp-tracing = { workspace = true }
|
||||||
|
|
||||||
parking_lot = { workspace = true, default-features = true }
|
parking_lot = { workspace = true, default-features = true }
|
||||||
# pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
||||||
# pezkuwi-primitives-test-helpers = { workspace = true }
|
pezkuwi-primitives-test-helpers = { workspace = true }
|
||||||
pezsp-core = { workspace = true, default-features = true }
|
pezsp-core = { workspace = true, default-features = true }
|
||||||
pezsp-keyring = { workspace = true, default-features = true }
|
pezsp-keyring = { workspace = true, default-features = true }
|
||||||
|
|
||||||
@@ -42,11 +42,11 @@ pezsp-keyring = { workspace = true, default-features = true }
|
|||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
"gum/runtime-benchmarks",
|
"gum/runtime-benchmarks",
|
||||||
"pezkuwi-erasure-coding/runtime-benchmarks",
|
"pezkuwi-erasure-coding/runtime-benchmarks",
|
||||||
# "pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
"pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem/runtime-benchmarks",
|
"pezkuwi-node-subsystem/runtime-benchmarks",
|
||||||
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
||||||
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
"pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-primitives/runtime-benchmarks",
|
"pezkuwi-primitives/runtime-benchmarks",
|
||||||
"pezsp-consensus/runtime-benchmarks",
|
"pezsp-consensus/runtime-benchmarks",
|
||||||
"pezsp-keyring/runtime-benchmarks",
|
"pezsp-keyring/runtime-benchmarks",
|
||||||
|
|||||||
@@ -31,9 +31,9 @@ thiserror = { workspace = true }
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
assert_matches = { workspace = true }
|
assert_matches = { workspace = true }
|
||||||
futures = { features = ["thread-pool"], workspace = true }
|
futures = { features = ["thread-pool"], workspace = true }
|
||||||
# pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
||||||
pezkuwi-primitives = { workspace = true, features = ["test"] }
|
pezkuwi-primitives = { workspace = true, features = ["test"] }
|
||||||
# pezkuwi-primitives-test-helpers = { workspace = true }
|
pezkuwi-primitives-test-helpers = { workspace = true }
|
||||||
pezsc-keystore = { workspace = true, default-features = true }
|
pezsc-keystore = { workspace = true, default-features = true }
|
||||||
pezsp-application-crypto = { workspace = true, default-features = true }
|
pezsp-application-crypto = { workspace = true, default-features = true }
|
||||||
pezsp-core = { workspace = true, default-features = true }
|
pezsp-core = { workspace = true, default-features = true }
|
||||||
@@ -44,11 +44,11 @@ pezsp-tracing = { workspace = true, default-features = true }
|
|||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
"gum/runtime-benchmarks",
|
"gum/runtime-benchmarks",
|
||||||
"pezkuwi-erasure-coding/runtime-benchmarks",
|
"pezkuwi-erasure-coding/runtime-benchmarks",
|
||||||
# "pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
"pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem/runtime-benchmarks",
|
"pezkuwi-node-subsystem/runtime-benchmarks",
|
||||||
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
||||||
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
"pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-primitives/runtime-benchmarks",
|
"pezkuwi-primitives/runtime-benchmarks",
|
||||||
"pezkuwi-statement-table/runtime-benchmarks",
|
"pezkuwi-statement-table/runtime-benchmarks",
|
||||||
"pezkuwi-teyrchain-primitives/runtime-benchmarks",
|
"pezkuwi-teyrchain-primitives/runtime-benchmarks",
|
||||||
|
|||||||
@@ -23,16 +23,16 @@ thiserror = { workspace = true }
|
|||||||
wasm-timer = { workspace = true }
|
wasm-timer = { workspace = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
# pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
||||||
# pezkuwi-primitives-test-helpers = { workspace = true }
|
pezkuwi-primitives-test-helpers = { workspace = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
"gum/runtime-benchmarks",
|
"gum/runtime-benchmarks",
|
||||||
# "pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
"pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem/runtime-benchmarks",
|
"pezkuwi-node-subsystem/runtime-benchmarks",
|
||||||
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
"pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-primitives/runtime-benchmarks",
|
"pezkuwi-primitives/runtime-benchmarks",
|
||||||
]
|
]
|
||||||
std = [
|
std = [
|
||||||
|
|||||||
@@ -36,9 +36,9 @@ pezkuwi-node-core-pvf = { workspace = true, default-features = true }
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
assert_matches = { workspace = true }
|
assert_matches = { workspace = true }
|
||||||
futures = { features = ["thread-pool"], workspace = true }
|
futures = { features = ["thread-pool"], workspace = true }
|
||||||
# pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
||||||
pezkuwi-primitives = { workspace = true, features = ["test"] }
|
pezkuwi-primitives = { workspace = true, features = ["test"] }
|
||||||
# pezkuwi-primitives-test-helpers = { workspace = true }
|
pezkuwi-primitives-test-helpers = { workspace = true }
|
||||||
pezsp-core = { workspace = true, default-features = true }
|
pezsp-core = { workspace = true, default-features = true }
|
||||||
pezsp-keyring = { workspace = true, default-features = true }
|
pezsp-keyring = { workspace = true, default-features = true }
|
||||||
pezsp-maybe-compressed-blob = { workspace = true, default-features = true }
|
pezsp-maybe-compressed-blob = { workspace = true, default-features = true }
|
||||||
@@ -49,12 +49,12 @@ runtime-benchmarks = [
|
|||||||
"gum/runtime-benchmarks",
|
"gum/runtime-benchmarks",
|
||||||
"pezkuwi-node-core-pvf/runtime-benchmarks",
|
"pezkuwi-node-core-pvf/runtime-benchmarks",
|
||||||
"pezkuwi-node-metrics/runtime-benchmarks",
|
"pezkuwi-node-metrics/runtime-benchmarks",
|
||||||
# "pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
"pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem/runtime-benchmarks",
|
"pezkuwi-node-subsystem/runtime-benchmarks",
|
||||||
"pezkuwi-overseer/runtime-benchmarks",
|
"pezkuwi-overseer/runtime-benchmarks",
|
||||||
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
||||||
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
"pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-primitives/runtime-benchmarks",
|
"pezkuwi-primitives/runtime-benchmarks",
|
||||||
"pezkuwi-teyrchain-primitives/runtime-benchmarks",
|
"pezkuwi-teyrchain-primitives/runtime-benchmarks",
|
||||||
"pezsp-application-crypto/runtime-benchmarks",
|
"pezsp-application-crypto/runtime-benchmarks",
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ pezsc-consensus-babe = { workspace = true, default-features = true }
|
|||||||
codec = { workspace = true, default-features = true }
|
codec = { workspace = true, default-features = true }
|
||||||
futures = { features = ["thread-pool"], workspace = true }
|
futures = { features = ["thread-pool"], workspace = true }
|
||||||
maplit = { workspace = true }
|
maplit = { workspace = true }
|
||||||
# pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
||||||
pezkuwi-pez-node-primitives = { workspace = true, default-features = true }
|
pezkuwi-pez-node-primitives = { workspace = true, default-features = true }
|
||||||
pezkuwi-primitives = { workspace = true, default-features = true }
|
pezkuwi-primitives = { workspace = true, default-features = true }
|
||||||
pezsp-blockchain = { workspace = true, default-features = true }
|
pezsp-blockchain = { workspace = true, default-features = true }
|
||||||
@@ -35,7 +35,7 @@ pezsp-core = { workspace = true, default-features = true }
|
|||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
"gum/runtime-benchmarks",
|
"gum/runtime-benchmarks",
|
||||||
"pezkuwi-node-metrics/runtime-benchmarks",
|
"pezkuwi-node-metrics/runtime-benchmarks",
|
||||||
# "pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
"pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem-types/runtime-benchmarks",
|
"pezkuwi-node-subsystem-types/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem/runtime-benchmarks",
|
"pezkuwi-node-subsystem/runtime-benchmarks",
|
||||||
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
||||||
|
|||||||
@@ -27,13 +27,13 @@ thiserror = { workspace = true }
|
|||||||
assert_matches = { workspace = true }
|
assert_matches = { workspace = true }
|
||||||
kvdb-memorydb = { workspace = true }
|
kvdb-memorydb = { workspace = true }
|
||||||
parking_lot = { workspace = true, default-features = true }
|
parking_lot = { workspace = true, default-features = true }
|
||||||
# pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
||||||
pezsp-core = { workspace = true, default-features = true }
|
pezsp-core = { workspace = true, default-features = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
"gum/runtime-benchmarks",
|
"gum/runtime-benchmarks",
|
||||||
# "pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
"pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem/runtime-benchmarks",
|
"pezkuwi-node-subsystem/runtime-benchmarks",
|
||||||
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
||||||
|
|||||||
@@ -24,9 +24,9 @@ pezkuwi-primitives = { workspace = true, default-features = true }
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
assert_matches = { workspace = true }
|
assert_matches = { workspace = true }
|
||||||
# pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
||||||
pezkuwi-primitives = { workspace = true, features = ["test"] }
|
pezkuwi-primitives = { workspace = true, features = ["test"] }
|
||||||
# pezkuwi-primitives-test-helpers = { workspace = true }
|
pezkuwi-primitives-test-helpers = { workspace = true }
|
||||||
pezsp-core = { workspace = true, default-features = true }
|
pezsp-core = { workspace = true, default-features = true }
|
||||||
pezsp-tracing = { workspace = true }
|
pezsp-tracing = { workspace = true }
|
||||||
rand = { workspace = true }
|
rand = { workspace = true }
|
||||||
@@ -35,10 +35,10 @@ rstest = { workspace = true }
|
|||||||
[features]
|
[features]
|
||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
"gum/runtime-benchmarks",
|
"gum/runtime-benchmarks",
|
||||||
# "pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
"pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem/runtime-benchmarks",
|
"pezkuwi-node-subsystem/runtime-benchmarks",
|
||||||
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
"pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-primitives/runtime-benchmarks",
|
"pezkuwi-primitives/runtime-benchmarks",
|
||||||
]
|
]
|
||||||
std = [
|
std = [
|
||||||
|
|||||||
@@ -27,20 +27,20 @@ schnellru = { workspace = true }
|
|||||||
thiserror = { workspace = true }
|
thiserror = { workspace = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
# pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
||||||
pezkuwi-primitives = { workspace = true, features = ["test"] }
|
pezkuwi-primitives = { workspace = true, features = ["test"] }
|
||||||
# pezkuwi-primitives-test-helpers = { workspace = true }
|
pezkuwi-primitives-test-helpers = { workspace = true }
|
||||||
pezsp-application-crypto = { workspace = true, default-features = true }
|
pezsp-application-crypto = { workspace = true, default-features = true }
|
||||||
pezsp-keystore = { workspace = true, default-features = true }
|
pezsp-keystore = { workspace = true, default-features = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
"gum/runtime-benchmarks",
|
"gum/runtime-benchmarks",
|
||||||
# "pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
"pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem/runtime-benchmarks",
|
"pezkuwi-node-subsystem/runtime-benchmarks",
|
||||||
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
||||||
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
"pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-primitives/runtime-benchmarks",
|
"pezkuwi-primitives/runtime-benchmarks",
|
||||||
"pezsc-consensus-slots/runtime-benchmarks",
|
"pezsc-consensus-slots/runtime-benchmarks",
|
||||||
"pezsp-application-crypto/runtime-benchmarks",
|
"pezsp-application-crypto/runtime-benchmarks",
|
||||||
|
|||||||
@@ -24,8 +24,8 @@ pezsp-keystore = { workspace = true, default-features = true }
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
futures-timer = { workspace = true }
|
futures-timer = { workspace = true }
|
||||||
# pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
||||||
# pezkuwi-primitives-test-helpers = { workspace = true }
|
pezkuwi-primitives-test-helpers = { workspace = true }
|
||||||
pezsc-keystore = { workspace = true, default-features = true }
|
pezsc-keystore = { workspace = true, default-features = true }
|
||||||
pezsp-application-crypto = { workspace = true, default-features = true }
|
pezsp-application-crypto = { workspace = true, default-features = true }
|
||||||
pezsp-core = { workspace = true, default-features = true }
|
pezsp-core = { workspace = true, default-features = true }
|
||||||
@@ -35,10 +35,10 @@ pezsp-runtime = { workspace = true, default-features = true }
|
|||||||
[features]
|
[features]
|
||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
"gum/runtime-benchmarks",
|
"gum/runtime-benchmarks",
|
||||||
# "pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
"pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem/runtime-benchmarks",
|
"pezkuwi-node-subsystem/runtime-benchmarks",
|
||||||
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
"pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-primitives/runtime-benchmarks",
|
"pezkuwi-primitives/runtime-benchmarks",
|
||||||
"pezsc-keystore/runtime-benchmarks",
|
"pezsc-keystore/runtime-benchmarks",
|
||||||
"pezsp-application-crypto/runtime-benchmarks",
|
"pezsp-application-crypto/runtime-benchmarks",
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ tikv-jemalloc-ctl = { workspace = true }
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
criterion = { features = ["cargo_bench_support"], workspace = true }
|
criterion = { features = ["cargo_bench_support"], workspace = true }
|
||||||
# pezkuwichain-runtime = { workspace = true }
|
pezkuwichain-runtime = { workspace = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
builder = []
|
builder = []
|
||||||
@@ -51,7 +51,7 @@ runtime-benchmarks = [
|
|||||||
"gum/runtime-benchmarks",
|
"gum/runtime-benchmarks",
|
||||||
"pezkuwi-node-core-pvf-common/runtime-benchmarks",
|
"pezkuwi-node-core-pvf-common/runtime-benchmarks",
|
||||||
"pezkuwi-primitives/runtime-benchmarks",
|
"pezkuwi-primitives/runtime-benchmarks",
|
||||||
# "pezkuwichain-runtime/runtime-benchmarks",
|
"pezkuwichain-runtime/runtime-benchmarks",
|
||||||
]
|
]
|
||||||
std = [
|
std = [
|
||||||
"codec/std",
|
"codec/std",
|
||||||
|
|||||||
@@ -27,9 +27,9 @@ pezkuwi-primitives = { workspace = true, default-features = true }
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
async-trait = { workspace = true }
|
async-trait = { workspace = true }
|
||||||
futures = { features = ["thread-pool"], workspace = true }
|
futures = { features = ["thread-pool"], workspace = true }
|
||||||
# pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
||||||
pezkuwi-pez-node-primitives = { workspace = true, default-features = true }
|
pezkuwi-pez-node-primitives = { workspace = true, default-features = true }
|
||||||
# pezkuwi-primitives-test-helpers = { workspace = true }
|
pezkuwi-primitives-test-helpers = { workspace = true }
|
||||||
pezsp-api = { workspace = true, default-features = true }
|
pezsp-api = { workspace = true, default-features = true }
|
||||||
pezsp-core = { workspace = true, default-features = true }
|
pezsp-core = { workspace = true, default-features = true }
|
||||||
pezsp-keyring = { workspace = true, default-features = true }
|
pezsp-keyring = { workspace = true, default-features = true }
|
||||||
@@ -38,11 +38,11 @@ pezsp-keyring = { workspace = true, default-features = true }
|
|||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
"gum/runtime-benchmarks",
|
"gum/runtime-benchmarks",
|
||||||
"pezkuwi-node-metrics/runtime-benchmarks",
|
"pezkuwi-node-metrics/runtime-benchmarks",
|
||||||
# "pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
"pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem-types/runtime-benchmarks",
|
"pezkuwi-node-subsystem-types/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem/runtime-benchmarks",
|
"pezkuwi-node-subsystem/runtime-benchmarks",
|
||||||
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
||||||
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
"pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-primitives/runtime-benchmarks",
|
"pezkuwi-primitives/runtime-benchmarks",
|
||||||
"pezsp-api/runtime-benchmarks",
|
"pezsp-api/runtime-benchmarks",
|
||||||
"pezsp-consensus-babe/runtime-benchmarks",
|
"pezsp-consensus-babe/runtime-benchmarks",
|
||||||
|
|||||||
@@ -32,8 +32,8 @@ pezsp-application-crypto = { workspace = true, default-features = true }
|
|||||||
pezsp-authority-discovery = { workspace = true, default-features = true }
|
pezsp-authority-discovery = { workspace = true, default-features = true }
|
||||||
pezsp-core = { features = ["std"], workspace = true, default-features = true }
|
pezsp-core = { features = ["std"], workspace = true, default-features = true }
|
||||||
|
|
||||||
# pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
||||||
# pezkuwi-primitives-test-helpers = { workspace = true }
|
pezkuwi-primitives-test-helpers = { workspace = true }
|
||||||
|
|
||||||
assert_matches = { workspace = true }
|
assert_matches = { workspace = true }
|
||||||
rand_chacha = { workspace = true, default-features = true }
|
rand_chacha = { workspace = true, default-features = true }
|
||||||
@@ -47,11 +47,11 @@ runtime-benchmarks = [
|
|||||||
"gum/runtime-benchmarks",
|
"gum/runtime-benchmarks",
|
||||||
"pezkuwi-node-metrics/runtime-benchmarks",
|
"pezkuwi-node-metrics/runtime-benchmarks",
|
||||||
"pezkuwi-node-network-protocol/runtime-benchmarks",
|
"pezkuwi-node-network-protocol/runtime-benchmarks",
|
||||||
# "pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
"pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem/runtime-benchmarks",
|
"pezkuwi-node-subsystem/runtime-benchmarks",
|
||||||
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
||||||
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
"pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-primitives/runtime-benchmarks",
|
"pezkuwi-primitives/runtime-benchmarks",
|
||||||
"pezsc-keystore/runtime-benchmarks",
|
"pezsc-keystore/runtime-benchmarks",
|
||||||
"pezsp-application-crypto/runtime-benchmarks",
|
"pezsp-application-crypto/runtime-benchmarks",
|
||||||
|
|||||||
@@ -33,9 +33,9 @@ thiserror = { workspace = true }
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
assert_matches = { workspace = true }
|
assert_matches = { workspace = true }
|
||||||
futures-timer = { workspace = true }
|
futures-timer = { workspace = true }
|
||||||
# pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
||||||
pezkuwi-node-subsystem-util = { workspace = true, default-features = true }
|
pezkuwi-node-subsystem-util = { workspace = true, default-features = true }
|
||||||
# pezkuwi-primitives-test-helpers = { workspace = true }
|
pezkuwi-primitives-test-helpers = { workspace = true }
|
||||||
pezsp-core = { workspace = true, default-features = true }
|
pezsp-core = { workspace = true, default-features = true }
|
||||||
pezsp-keyring = { workspace = true, default-features = true }
|
pezsp-keyring = { workspace = true, default-features = true }
|
||||||
|
|
||||||
@@ -44,11 +44,11 @@ runtime-benchmarks = [
|
|||||||
"gum/runtime-benchmarks",
|
"gum/runtime-benchmarks",
|
||||||
"pezkuwi-node-metrics/runtime-benchmarks",
|
"pezkuwi-node-metrics/runtime-benchmarks",
|
||||||
"pezkuwi-node-network-protocol/runtime-benchmarks",
|
"pezkuwi-node-network-protocol/runtime-benchmarks",
|
||||||
# "pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
"pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem/runtime-benchmarks",
|
"pezkuwi-node-subsystem/runtime-benchmarks",
|
||||||
"pezkuwi-overseer/runtime-benchmarks",
|
"pezkuwi-overseer/runtime-benchmarks",
|
||||||
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
"pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-primitives/runtime-benchmarks",
|
"pezkuwi-primitives/runtime-benchmarks",
|
||||||
"pezsc-network/runtime-benchmarks",
|
"pezsc-network/runtime-benchmarks",
|
||||||
"pezsp-consensus/runtime-benchmarks",
|
"pezsp-consensus/runtime-benchmarks",
|
||||||
|
|||||||
@@ -51,8 +51,8 @@ pezsp-core = { features = ["std"], workspace = true, default-features = true }
|
|||||||
pezsp-keyring = { workspace = true, default-features = true }
|
pezsp-keyring = { workspace = true, default-features = true }
|
||||||
|
|
||||||
itertools = { workspace = true }
|
itertools = { workspace = true }
|
||||||
# pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
||||||
# pezkuwi-primitives-test-helpers = { workspace = true }
|
pezkuwi-primitives-test-helpers = { workspace = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
@@ -60,11 +60,11 @@ experimental-collator-protocol = ["async-trait", "tokio"]
|
|||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
"gum/runtime-benchmarks",
|
"gum/runtime-benchmarks",
|
||||||
"pezkuwi-node-network-protocol/runtime-benchmarks",
|
"pezkuwi-node-network-protocol/runtime-benchmarks",
|
||||||
# "pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
"pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem/runtime-benchmarks",
|
"pezkuwi-node-subsystem/runtime-benchmarks",
|
||||||
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
||||||
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
"pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-primitives/runtime-benchmarks",
|
"pezkuwi-primitives/runtime-benchmarks",
|
||||||
"pezsc-keystore/runtime-benchmarks",
|
"pezsc-keystore/runtime-benchmarks",
|
||||||
"pezsc-network/runtime-benchmarks",
|
"pezsc-network/runtime-benchmarks",
|
||||||
|
|||||||
@@ -33,8 +33,8 @@ thiserror = { workspace = true }
|
|||||||
assert_matches = { workspace = true }
|
assert_matches = { workspace = true }
|
||||||
async-channel = { workspace = true }
|
async-channel = { workspace = true }
|
||||||
async-trait = { workspace = true }
|
async-trait = { workspace = true }
|
||||||
# pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
||||||
# pezkuwi-primitives-test-helpers = { workspace = true }
|
pezkuwi-primitives-test-helpers = { workspace = true }
|
||||||
pezsc-keystore = { workspace = true, default-features = true }
|
pezsc-keystore = { workspace = true, default-features = true }
|
||||||
pezsp-keyring = { workspace = true, default-features = true }
|
pezsp-keyring = { workspace = true, default-features = true }
|
||||||
pezsp-tracing = { workspace = true, default-features = true }
|
pezsp-tracing = { workspace = true, default-features = true }
|
||||||
@@ -43,11 +43,11 @@ pezsp-tracing = { workspace = true, default-features = true }
|
|||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
"gum/runtime-benchmarks",
|
"gum/runtime-benchmarks",
|
||||||
"pezkuwi-node-network-protocol/runtime-benchmarks",
|
"pezkuwi-node-network-protocol/runtime-benchmarks",
|
||||||
# "pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
"pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem/runtime-benchmarks",
|
"pezkuwi-node-subsystem/runtime-benchmarks",
|
||||||
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
||||||
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
"pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-primitives/runtime-benchmarks",
|
"pezkuwi-primitives/runtime-benchmarks",
|
||||||
"pezsc-keystore/runtime-benchmarks",
|
"pezsc-keystore/runtime-benchmarks",
|
||||||
"pezsc-network/runtime-benchmarks",
|
"pezsc-network/runtime-benchmarks",
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ pezsp-consensus-babe = { workspace = true, default-features = true }
|
|||||||
pezsp-keyring = { workspace = true, default-features = true }
|
pezsp-keyring = { workspace = true, default-features = true }
|
||||||
pezsp-tracing = { workspace = true, default-features = true }
|
pezsp-tracing = { workspace = true, default-features = true }
|
||||||
|
|
||||||
# pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
||||||
|
|
||||||
assert_matches = { workspace = true }
|
assert_matches = { workspace = true }
|
||||||
async-trait = { workspace = true }
|
async-trait = { workspace = true }
|
||||||
@@ -47,7 +47,7 @@ quickcheck = { workspace = true, default-features = true }
|
|||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
"gum/runtime-benchmarks",
|
"gum/runtime-benchmarks",
|
||||||
"pezkuwi-node-network-protocol/runtime-benchmarks",
|
"pezkuwi-node-network-protocol/runtime-benchmarks",
|
||||||
# "pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
"pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
"pezkuwi-node-subsystem-util/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem/runtime-benchmarks",
|
"pezkuwi-node-subsystem/runtime-benchmarks",
|
||||||
"pezkuwi-primitives/runtime-benchmarks",
|
"pezkuwi-primitives/runtime-benchmarks",
|
||||||
|
|||||||
@@ -44,8 +44,8 @@ parity-db = { workspace = true }
|
|||||||
assert_matches = { workspace = true }
|
assert_matches = { workspace = true }
|
||||||
futures = { features = ["thread-pool"], workspace = true }
|
futures = { features = ["thread-pool"], workspace = true }
|
||||||
kvdb-shared-tests = { workspace = true }
|
kvdb-shared-tests = { workspace = true }
|
||||||
# pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
pezkuwi-node-subsystem-test-helpers = { workspace = true }
|
||||||
# pezkuwi-primitives-test-helpers = { workspace = true }
|
pezkuwi-primitives-test-helpers = { workspace = true }
|
||||||
tempfile = { workspace = true }
|
tempfile = { workspace = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
@@ -54,12 +54,12 @@ runtime-benchmarks = [
|
|||||||
"pezkuwi-erasure-coding/runtime-benchmarks",
|
"pezkuwi-erasure-coding/runtime-benchmarks",
|
||||||
"pezkuwi-node-metrics/runtime-benchmarks",
|
"pezkuwi-node-metrics/runtime-benchmarks",
|
||||||
"pezkuwi-node-network-protocol/runtime-benchmarks",
|
"pezkuwi-node-network-protocol/runtime-benchmarks",
|
||||||
# "pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
"pezkuwi-node-subsystem-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem-types/runtime-benchmarks",
|
"pezkuwi-node-subsystem-types/runtime-benchmarks",
|
||||||
"pezkuwi-node-subsystem/runtime-benchmarks",
|
"pezkuwi-node-subsystem/runtime-benchmarks",
|
||||||
"pezkuwi-overseer/runtime-benchmarks",
|
"pezkuwi-overseer/runtime-benchmarks",
|
||||||
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
"pezkuwi-pez-node-primitives/runtime-benchmarks",
|
||||||
# "pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
"pezkuwi-primitives-test-helpers/runtime-benchmarks",
|
||||||
"pezkuwi-primitives/runtime-benchmarks",
|
"pezkuwi-primitives/runtime-benchmarks",
|
||||||
"pezsp-application-crypto/runtime-benchmarks",
|
"pezsp-application-crypto/runtime-benchmarks",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ pezkuwi-runtime-teyrchains = { workspace = true, default-features = true }
|
|||||||
pezkuwi-teyrchain-primitives = { workspace = true, default-features = true }
|
pezkuwi-teyrchain-primitives = { workspace = true, default-features = true }
|
||||||
pezpallet-assets = { workspace = true, default-features = true }
|
pezpallet-assets = { workspace = true, default-features = true }
|
||||||
pezsp-tracing = { workspace = true, default-features = true }
|
pezsp-tracing = { workspace = true, default-features = true }
|
||||||
# xcm-pez-simulator = { workspace = true, default-features = true }
|
xcm-pez-simulator = { workspace = true, default-features = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["std"]
|
default = ["std"]
|
||||||
@@ -76,7 +76,7 @@ runtime-benchmarks = [
|
|||||||
"pezsp-runtime/runtime-benchmarks",
|
"pezsp-runtime/runtime-benchmarks",
|
||||||
"xcm-builder/runtime-benchmarks",
|
"xcm-builder/runtime-benchmarks",
|
||||||
"xcm-executor/runtime-benchmarks",
|
"xcm-executor/runtime-benchmarks",
|
||||||
# "xcm-pez-simulator/runtime-benchmarks",
|
"xcm-pez-simulator/runtime-benchmarks",
|
||||||
"xcm-runtime-pezapis/runtime-benchmarks",
|
"xcm-runtime-pezapis/runtime-benchmarks",
|
||||||
"xcm/runtime-benchmarks",
|
"xcm/runtime-benchmarks",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -27,12 +27,12 @@ hex-literal = { workspace = true }
|
|||||||
pezframe-system = { workspace = true }
|
pezframe-system = { workspace = true }
|
||||||
pezpallet-assets = { workspace = true }
|
pezpallet-assets = { workspace = true }
|
||||||
pezpallet-balances = { workspace = true }
|
pezpallet-balances = { workspace = true }
|
||||||
# pezpallet-xcm = { workspace = true }
|
pezpallet-xcm = { workspace = true }
|
||||||
pezsp-io = { workspace = true }
|
pezsp-io = { workspace = true }
|
||||||
pezsp-tracing = { workspace = true, default-features = true }
|
pezsp-tracing = { workspace = true, default-features = true }
|
||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
xcm-builder = { workspace = true }
|
xcm-builder = { workspace = true }
|
||||||
# xcm-pez-simulator = { workspace = true, default-features = true }
|
xcm-pez-simulator = { workspace = true, default-features = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["std"]
|
default = ["std"]
|
||||||
@@ -42,7 +42,7 @@ std = [
|
|||||||
"pezframe-system/std",
|
"pezframe-system/std",
|
||||||
"pezpallet-assets/std",
|
"pezpallet-assets/std",
|
||||||
"pezpallet-balances/std",
|
"pezpallet-balances/std",
|
||||||
# "pezpallet-xcm/std",
|
"pezpallet-xcm/std",
|
||||||
"pezsp-api/std",
|
"pezsp-api/std",
|
||||||
"pezsp-io/std",
|
"pezsp-io/std",
|
||||||
"pezsp-weights/std",
|
"pezsp-weights/std",
|
||||||
@@ -50,6 +50,7 @@ std = [
|
|||||||
"tracing/std",
|
"tracing/std",
|
||||||
"xcm-builder/std",
|
"xcm-builder/std",
|
||||||
"xcm-executor/std",
|
"xcm-executor/std",
|
||||||
|
"xcm-pez-simulator/std",
|
||||||
"xcm/std",
|
"xcm/std",
|
||||||
]
|
]
|
||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
@@ -57,12 +58,12 @@ runtime-benchmarks = [
|
|||||||
"pezframe-system/runtime-benchmarks",
|
"pezframe-system/runtime-benchmarks",
|
||||||
"pezpallet-assets/runtime-benchmarks",
|
"pezpallet-assets/runtime-benchmarks",
|
||||||
"pezpallet-balances/runtime-benchmarks",
|
"pezpallet-balances/runtime-benchmarks",
|
||||||
# "pezpallet-xcm/runtime-benchmarks",
|
"pezpallet-xcm/runtime-benchmarks",
|
||||||
"pezsp-api/runtime-benchmarks",
|
"pezsp-api/runtime-benchmarks",
|
||||||
"pezsp-io/runtime-benchmarks",
|
"pezsp-io/runtime-benchmarks",
|
||||||
"xcm-builder/runtime-benchmarks",
|
"xcm-builder/runtime-benchmarks",
|
||||||
"xcm-executor/runtime-benchmarks",
|
"xcm-executor/runtime-benchmarks",
|
||||||
# "xcm-pez-simulator/runtime-benchmarks",
|
"xcm-pez-simulator/runtime-benchmarks",
|
||||||
"xcm/runtime-benchmarks",
|
"xcm/runtime-benchmarks",
|
||||||
]
|
]
|
||||||
try-runtime = [
|
try-runtime = [
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
use futures::StreamExt;
|
use futures::StreamExt;
|
||||||
use zombienet_sdk::{environment::get_spawn_fn, NetworkConfigBuilder};
|
use pezkuwi_zombienet_sdk::{environment::get_spawn_fn, NetworkConfigBuilder};
|
||||||
|
|
||||||
const BEST_BLOCK_METRIC: &str = "block_height{status=\"best\"}";
|
const BEST_BLOCK_METRIC: &str = "block_height{status=\"best\"}";
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
use futures::StreamExt;
|
use futures::StreamExt;
|
||||||
use zombienet_sdk::{environment::get_spawn_fn, NetworkConfigBuilder};
|
use pezkuwi_zombienet_sdk::{environment::get_spawn_fn, NetworkConfigBuilder};
|
||||||
|
|
||||||
const BEST_BLOCK_METRIC: &str = "block_height{status=\"best\"}";
|
const BEST_BLOCK_METRIC: &str = "block_height{status=\"best\"}";
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
use std::time::Instant;
|
use std::time::Instant;
|
||||||
|
|
||||||
use configuration::{NetworkConfig, NetworkConfigBuilder};
|
use configuration::{NetworkConfig, NetworkConfigBuilder};
|
||||||
use zombienet_sdk::environment::get_spawn_fn;
|
use pezkuwi_zombienet_sdk::environment::get_spawn_fn;
|
||||||
|
|
||||||
fn small_network() -> NetworkConfig {
|
fn small_network() -> NetworkConfig {
|
||||||
NetworkConfigBuilder::new()
|
NetworkConfigBuilder::new()
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@ use std::{path::PathBuf, time::Instant};
|
|||||||
use configuration::{NetworkConfig, NetworkConfigBuilder};
|
use configuration::{NetworkConfig, NetworkConfigBuilder};
|
||||||
use futures::{stream::StreamExt, try_join};
|
use futures::{stream::StreamExt, try_join};
|
||||||
use orchestrator::{AddCollatorOptions, AddNodeOptions};
|
use orchestrator::{AddCollatorOptions, AddNodeOptions};
|
||||||
use zombienet_sdk::environment::{get_attach_fn, get_spawn_fn};
|
use pezkuwi_zombienet_sdk::environment::{get_attach_fn, get_spawn_fn};
|
||||||
|
|
||||||
fn small_network() -> NetworkConfig {
|
fn small_network() -> NetworkConfig {
|
||||||
NetworkConfigBuilder::new()
|
NetworkConfigBuilder::new()
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
use zombienet_sdk::{environment::get_spawn_fn, NetworkConfigBuilder};
|
use pezkuwi_zombienet_sdk::{environment::get_spawn_fn, NetworkConfigBuilder};
|
||||||
|
|
||||||
#[tokio::test(flavor = "multi_thread")]
|
#[tokio::test(flavor = "multi_thread")]
|
||||||
async fn two_paras_same_id() {
|
async fn two_paras_same_id() {
|
||||||
@@ -22,7 +22,7 @@ async fn two_paras_same_id() {
|
|||||||
p.with_id(2000)
|
p.with_id(2000)
|
||||||
.with_default_command("polkadot-parachain")
|
.with_default_command("polkadot-parachain")
|
||||||
.with_default_image("docker.io/parity/polkadot-parachain:1.7.0")
|
.with_default_image("docker.io/parity/polkadot-parachain:1.7.0")
|
||||||
.with_registration_strategy(zombienet_sdk::RegistrationStrategy::Manual)
|
.with_registration_strategy(pezkuwi_zombienet_sdk::RegistrationStrategy::Manual)
|
||||||
.with_collator(|n| n.with_name("collator1"))
|
.with_collator(|n| n.with_name("collator1"))
|
||||||
})
|
})
|
||||||
.build()
|
.build()
|
||||||
|
|||||||
Reference in New Issue
Block a user