fix: CI - zepter feature propagation (347 issues), taplo format, umbrella
This commit is contained in:
@@ -291,6 +291,7 @@ runtime-benchmarks = [
|
||||
"pezsp-timestamp/runtime-benchmarks",
|
||||
"pezsp-transaction-storage-proof/runtime-benchmarks",
|
||||
"remote-externalities/runtime-benchmarks",
|
||||
"pezkuwi-sdk/runtime-benchmarks"
|
||||
]
|
||||
storage-benchmark = ["pezframe-benchmarking-cli/storage-benchmark"]
|
||||
try-runtime = [
|
||||
@@ -361,6 +362,7 @@ try-runtime = [
|
||||
"pezsp-timestamp/try-runtime",
|
||||
"pezsp-transaction-storage-proof/try-runtime",
|
||||
"remote-externalities/try-runtime",
|
||||
"pezkuwi-sdk/try-runtime"
|
||||
]
|
||||
std = [
|
||||
"bizinikiwi-cli-test-utils/std",
|
||||
|
||||
@@ -55,6 +55,7 @@ std = [
|
||||
"pezsc-offchain/std",
|
||||
"pezsp-blockchain/std",
|
||||
"pezsp-consensus/std",
|
||||
"bizinikiwi-test-runtime-client/std"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezsc-block-builder/try-runtime",
|
||||
@@ -66,6 +67,7 @@ try-runtime = [
|
||||
"pezsp-consensus/try-runtime",
|
||||
"pezsp-mmr-primitives/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"bizinikiwi-test-runtime-client/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -63,6 +63,7 @@ try-runtime = [
|
||||
"pezframe-support/try-runtime",
|
||||
"pezframe-system/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezpallet-transaction-payment/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
|
||||
@@ -65,6 +65,7 @@ std = [
|
||||
"pezsp-storage/std",
|
||||
"scale-info/std",
|
||||
"serde",
|
||||
"pezsc-client-db/std"
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"pezframe-support-procedural/runtime-benchmarks",
|
||||
@@ -77,12 +78,15 @@ runtime-benchmarks = [
|
||||
"pezsp-runtime-interface/runtime-benchmarks",
|
||||
"pezsp-runtime/runtime-benchmarks",
|
||||
"pezsp-state-machine/runtime-benchmarks",
|
||||
"pezsc-client-db/runtime-benchmarks"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezframe-support/try-runtime",
|
||||
"pezframe-system/try-runtime",
|
||||
"pezsp-api/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezpallet-example-basic/try-runtime",
|
||||
"pezsc-client-db/try-runtime"
|
||||
]
|
||||
serde = [
|
||||
"array-bytes/serde",
|
||||
|
||||
@@ -97,6 +97,7 @@ std = [
|
||||
"wasmi/std",
|
||||
"xcm-builder/std",
|
||||
"xcm/std",
|
||||
"pezpallet-contracts-fixtures/std"
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"pezframe-benchmarking/runtime-benchmarks",
|
||||
@@ -127,6 +128,7 @@ try-runtime = [
|
||||
"pezsp-runtime/try-runtime",
|
||||
"xcm-builder/try-runtime",
|
||||
"xcm/try-runtime",
|
||||
"pezpallet-contracts-fixtures/try-runtime"
|
||||
]
|
||||
serde = [
|
||||
"array-bytes/serde",
|
||||
|
||||
@@ -59,6 +59,7 @@ std = [
|
||||
"pezsp-tracing/std",
|
||||
"pezsp-version/std",
|
||||
"scale-info/std",
|
||||
"bizinikiwi-test-runtime-client/std"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezframe-support/try-runtime",
|
||||
@@ -67,6 +68,9 @@ try-runtime = [
|
||||
"pezsp-inherents/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezsp-version/try-runtime",
|
||||
"bizinikiwi-test-runtime-client/try-runtime",
|
||||
"pezpallet-balances/try-runtime",
|
||||
"pezpallet-transaction-payment/try-runtime"
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"bizinikiwi-test-runtime-client/runtime-benchmarks",
|
||||
|
||||
@@ -49,6 +49,7 @@ runtime-benchmarks = [
|
||||
"pezpallet-balances/runtime-benchmarks",
|
||||
"pezsp-io/runtime-benchmarks",
|
||||
"pezsp-runtime/runtime-benchmarks",
|
||||
"pezframe-support-test/runtime-benchmarks"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezframe-benchmarking?/try-runtime",
|
||||
@@ -56,6 +57,7 @@ try-runtime = [
|
||||
"pezframe-system/try-runtime",
|
||||
"pezpallet-balances/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezframe-support-test/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
|
||||
@@ -42,6 +42,8 @@ std = [
|
||||
"pezframe-system/std",
|
||||
"pezsp-runtime/std",
|
||||
"scale-info/std",
|
||||
"bizinikiwi-test-runtime-client/std",
|
||||
"bizinikiwi-wasm-builder/std"
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"bizinikiwi-test-runtime-client/runtime-benchmarks",
|
||||
@@ -50,12 +52,15 @@ runtime-benchmarks = [
|
||||
"pezsp-api/runtime-benchmarks",
|
||||
"pezsp-runtime/runtime-benchmarks",
|
||||
"pezsp-transaction-pool/runtime-benchmarks",
|
||||
"bizinikiwi-wasm-builder/runtime-benchmarks"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezframe-support/try-runtime",
|
||||
"pezframe-system/try-runtime",
|
||||
"pezsp-api/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"bizinikiwi-test-runtime-client/try-runtime",
|
||||
"pezsp-transaction-pool/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
|
||||
@@ -60,6 +60,7 @@ try-runtime = [
|
||||
"pezframe-system/try-runtime",
|
||||
"pezpallet-balances/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezpallet-example-basic/try-runtime"
|
||||
]
|
||||
serde = [
|
||||
"codec/serde",
|
||||
|
||||
@@ -57,6 +57,7 @@ runtime-benchmarks = [
|
||||
"pezpallet-balances/runtime-benchmarks",
|
||||
"pezsp-io/runtime-benchmarks",
|
||||
"pezsp-runtime/runtime-benchmarks",
|
||||
"pezframe-support-test/runtime-benchmarks"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezframe-benchmarking?/try-runtime",
|
||||
@@ -64,6 +65,7 @@ try-runtime = [
|
||||
"pezframe-system/try-runtime",
|
||||
"pezpallet-balances/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezframe-support-test/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
|
||||
@@ -109,6 +109,7 @@ try-runtime = [
|
||||
"pezsp-inherents/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezsp-staking/try-runtime",
|
||||
"pezframe-system/try-runtime"
|
||||
]
|
||||
experimental = ["pezframe-support-procedural/experimental"]
|
||||
# By default some types have documentation, `no-metadata-docs` allows to reduce the documentation
|
||||
|
||||
@@ -53,6 +53,7 @@ std = [
|
||||
"pezsp-weights/std",
|
||||
"scale-info/std",
|
||||
"serde/std",
|
||||
"bizinikiwi-test-runtime-client/std"
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"bizinikiwi-test-runtime-client/runtime-benchmarks",
|
||||
@@ -65,6 +66,7 @@ try-runtime = [
|
||||
"pezframe-support/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezsp-version/try-runtime",
|
||||
"bizinikiwi-test-runtime-client/try-runtime"
|
||||
]
|
||||
experimental = ["pezframe-support/experimental"]
|
||||
serde = []
|
||||
|
||||
@@ -63,6 +63,7 @@ try-runtime = [
|
||||
"pezpallet-collective/try-runtime",
|
||||
"pezpallet-timestamp/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezpallet-root-testing/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
|
||||
@@ -25,7 +25,6 @@ codec = { workspace = true, default-features = true }
|
||||
comfy-table = { workspace = true }
|
||||
env_filter = { workspace = true }
|
||||
gethostname = { workspace = true }
|
||||
pezframe-storage-access-test-runtime = { workspace = true, optional = true }
|
||||
handlebars = { workspace = true }
|
||||
itertools = { workspace = true }
|
||||
linked-hash-map = { workspace = true }
|
||||
@@ -33,6 +32,7 @@ log = { workspace = true, default-features = true }
|
||||
pezcumulus-client-teyrchain-inherent = { workspace = true, default-features = true }
|
||||
pezcumulus-primitives-proof-size-hostfunction = { workspace = true, default-features = true }
|
||||
pezframe-benchmarking = { workspace = true, default-features = true }
|
||||
pezframe-storage-access-test-runtime = { workspace = true, optional = true }
|
||||
pezframe-support = { workspace = true, default-features = true }
|
||||
pezframe-system = { workspace = true, default-features = true }
|
||||
pezkuwi-primitives = { workspace = true, default-features = true }
|
||||
@@ -127,6 +127,7 @@ runtime-benchmarks = [
|
||||
"pezsp-trie/runtime-benchmarks",
|
||||
"pezsp-version/runtime-benchmarks",
|
||||
"zagros-runtime/runtime-benchmarks",
|
||||
"pezframe-storage-access-test-runtime?/runtime-benchmarks"
|
||||
]
|
||||
rocksdb = ["pezsc-cli/rocksdb", "pezsc-client-db/rocksdb"]
|
||||
std = [
|
||||
@@ -170,6 +171,10 @@ try-runtime = [
|
||||
"pezsp-timestamp/try-runtime",
|
||||
"pezsp-transaction-pool/try-runtime",
|
||||
"pezsp-version/try-runtime",
|
||||
"bizinikiwi-test-runtime/try-runtime",
|
||||
"pezcumulus-test-runtime/try-runtime",
|
||||
"pezframe-storage-access-test-runtime?/try-runtime",
|
||||
"zagros-runtime/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
|
||||
@@ -60,6 +60,7 @@ std = [
|
||||
"pezsc-transaction-pool-api/std",
|
||||
"pezsc-transaction-pool/std",
|
||||
"pezsp-blockchain/std",
|
||||
"bizinikiwi-test-runtime-client/std"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezsc-rpc-api/try-runtime",
|
||||
@@ -69,6 +70,7 @@ try-runtime = [
|
||||
"pezsp-block-builder/try-runtime",
|
||||
"pezsp-blockchain/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"bizinikiwi-test-runtime-client/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -59,6 +59,7 @@ try-runtime = [
|
||||
"pezframe-support/try-runtime",
|
||||
"pezsp-consensus-grandpa/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezbp-test-utils/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
|
||||
@@ -79,6 +79,8 @@ std = [
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsc-client-api/std",
|
||||
"pezsp-consensus/std",
|
||||
"pezcumulus-test-client/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezcumulus-client-consensus-common/try-runtime",
|
||||
@@ -89,6 +91,9 @@ try-runtime = [
|
||||
"pezsp-api/try-runtime",
|
||||
"pezsp-consensus/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezcumulus-test-client/try-runtime",
|
||||
"pezcumulus-test-relay-sproof-builder/try-runtime",
|
||||
"pezcumulus-test-runtime/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -128,6 +128,8 @@ std = [
|
||||
"pezsp-tracing/std",
|
||||
"pezsp-version/std",
|
||||
"prometheus-endpoint/std",
|
||||
"pezcumulus-test-client/std",
|
||||
"pezcumulus-test-relay-sproof-builder/std"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezcumulus-client-collator/try-runtime",
|
||||
@@ -151,6 +153,8 @@ try-runtime = [
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezsp-timestamp/try-runtime",
|
||||
"pezsp-version/try-runtime",
|
||||
"pezcumulus-test-client/try-runtime",
|
||||
"pezcumulus-test-relay-sproof-builder/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -87,6 +87,10 @@ std = [
|
||||
"pezsc-network/std",
|
||||
"pezsp-blockchain/std",
|
||||
"pezsp-consensus/std",
|
||||
"pezcumulus-relay-chain-inprocess-interface/std",
|
||||
"pezcumulus-test-service/std",
|
||||
"pezkuwi-primitives-test-helpers/std",
|
||||
"pezkuwi-test-client/std"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezcumulus-primitives-core/try-runtime",
|
||||
@@ -100,5 +104,9 @@ try-runtime = [
|
||||
"pezsp-keyring/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezsp-version/try-runtime",
|
||||
"pezcumulus-relay-chain-inprocess-interface/try-runtime",
|
||||
"pezcumulus-test-service/try-runtime",
|
||||
"pezkuwi-primitives-test-helpers/try-runtime",
|
||||
"pezkuwi-test-client/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -81,6 +81,7 @@ std = [
|
||||
"pezsc-telemetry/std",
|
||||
"pezsc-tracing/std",
|
||||
"pezsp-consensus/std",
|
||||
"pezkuwi-test-client/std"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezcumulus-client-bootnodes/try-runtime",
|
||||
@@ -97,5 +98,6 @@ try-runtime = [
|
||||
"pezsp-consensus/try-runtime",
|
||||
"pezsp-keyring/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezkuwi-test-client/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -59,6 +59,7 @@ std = [
|
||||
"scale-info/std",
|
||||
"serde",
|
||||
"serde?/std",
|
||||
"pezpallet-sudo/std"
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"pezframe-benchmarking/runtime-benchmarks",
|
||||
@@ -73,6 +74,7 @@ runtime-benchmarks = [
|
||||
"pezsp-io",
|
||||
"pezsp-io?/runtime-benchmarks",
|
||||
"pezsp-runtime/runtime-benchmarks",
|
||||
"pezpallet-sudo/runtime-benchmarks"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezframe-benchmarking?/try-runtime",
|
||||
@@ -82,6 +84,7 @@ try-runtime = [
|
||||
"pezpallet-balances?/try-runtime",
|
||||
"pezpallet-collective?/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezpallet-sudo/try-runtime"
|
||||
]
|
||||
serde = [
|
||||
"codec/serde",
|
||||
|
||||
@@ -52,5 +52,7 @@ std = [
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -77,6 +77,7 @@ std = [
|
||||
"pezsp-tracing/std",
|
||||
"rand/std",
|
||||
"rand_core/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -98,6 +98,9 @@ std = [
|
||||
"pezsp-runtime/std",
|
||||
"pezsp-tracing/std",
|
||||
"rand_core/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std",
|
||||
"pezkuwi-subsystem-bench/std"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezkuwi-primitives/try-runtime",
|
||||
@@ -105,6 +108,8 @@ try-runtime = [
|
||||
"pezsp-consensus/try-runtime",
|
||||
"pezsp-keyring/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezkuwi-primitives-test-helpers/try-runtime",
|
||||
"pezkuwi-subsystem-bench/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -59,6 +59,8 @@ std = [
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsp-consensus/std",
|
||||
"pezsp-tracing/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -65,6 +65,8 @@ std = [
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezkuwi-statement-table/std",
|
||||
"pezsc-keystore/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -39,4 +39,6 @@ std = [
|
||||
"gum/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std"
|
||||
]
|
||||
|
||||
@@ -71,5 +71,7 @@ std = [
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsp-application-crypto/std",
|
||||
"pezsp-keystore/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -53,5 +53,6 @@ std = [
|
||||
"pezsc-client-api/std",
|
||||
"pezsc-consensus-babe/std",
|
||||
"pezsp-blockchain/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -44,5 +44,6 @@ std = [
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -71,6 +71,9 @@ std = [
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsc-keystore/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std",
|
||||
"pezkuwi-subsystem-bench/std"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -47,6 +47,8 @@ std = [
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezsp-tracing/std",
|
||||
"rand/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -52,5 +52,7 @@ std = [
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsc-consensus-slots/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -50,10 +50,13 @@ std = [
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezsc-keystore/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezkuwi-primitives/try-runtime",
|
||||
"pezsp-keyring/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezkuwi-primitives-test-helpers/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -101,6 +101,7 @@ runtime-benchmarks = [
|
||||
"pezsc-sysinfo/runtime-benchmarks",
|
||||
"pezsc-tracing/runtime-benchmarks",
|
||||
"test-teyrchain-adder/runtime-benchmarks",
|
||||
"test-teyrchain-halt/runtime-benchmarks"
|
||||
]
|
||||
std = [
|
||||
"codec/std",
|
||||
@@ -113,5 +114,7 @@ std = [
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsc-sysinfo/std",
|
||||
"pezsc-tracing/std",
|
||||
"pezkuwi-node-core-pvf/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -54,5 +54,7 @@ std = [
|
||||
"pezkuwi-node-subsystem-types/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -68,6 +68,8 @@ std = [
|
||||
"pezsp-tracing/std",
|
||||
"rand_core/std",
|
||||
"schnorrkel/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -70,6 +70,9 @@ std = [
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsc-network/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std",
|
||||
"pezkuwi-subsystem-bench/std"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -75,6 +75,9 @@ std = [
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsc-network/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std",
|
||||
"pezkuwi-subsystem-bench/std"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -54,6 +54,7 @@ std = [
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezsp-tracing/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -64,5 +64,7 @@ std = [
|
||||
"pezkuwi-overseer/std",
|
||||
"pezsc-network/std",
|
||||
"pezsp-consensus/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -81,6 +81,8 @@ std = [
|
||||
"pezsc-keystore/std",
|
||||
"pezsc-network/std",
|
||||
"pezsp-tracing/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezkuwi-node-network-protocol/try-runtime",
|
||||
@@ -88,6 +90,7 @@ try-runtime = [
|
||||
"pezsc-network/try-runtime",
|
||||
"pezsp-keyring/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezkuwi-primitives-test-helpers/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -62,6 +62,8 @@ std = [
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsc-keystore/std",
|
||||
"pezsc-network/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -65,6 +65,7 @@ std = [
|
||||
"pezsc-network/std",
|
||||
"rand/std",
|
||||
"rand_chacha/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -77,6 +77,9 @@ std = [
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsc-keystore/std",
|
||||
"pezsc-network/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std",
|
||||
"pezkuwi-subsystem-bench/std"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -348,6 +348,8 @@ try-runtime = [
|
||||
"xcm/try-runtime",
|
||||
"zagros-runtime-constants?/try-runtime",
|
||||
"zagros-runtime?/try-runtime",
|
||||
"pezkuwi-primitives-test-helpers/try-runtime",
|
||||
"pezkuwi-test-client/try-runtime"
|
||||
]
|
||||
fast-runtime = [
|
||||
"pezkuwichain-runtime?/fast-runtime",
|
||||
@@ -420,6 +422,9 @@ std = [
|
||||
"pezsp-consensus/std",
|
||||
"pezsp-tracing/std",
|
||||
"prometheus-endpoint/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std",
|
||||
"pezkuwi-test-client/std"
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
|
||||
@@ -73,5 +73,7 @@ std = [
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-overseer/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -63,6 +63,7 @@ std = [
|
||||
"xcm-executor/std",
|
||||
"xcm-runtime-pezapis/std",
|
||||
"xcm/std",
|
||||
"xcm-pez-simulator/std"
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"pezframe-benchmarking/runtime-benchmarks",
|
||||
@@ -94,6 +95,7 @@ try-runtime = [
|
||||
"xcm-executor/try-runtime",
|
||||
"xcm-runtime-pezapis/try-runtime",
|
||||
"xcm/try-runtime",
|
||||
"xcm-pez-simulator/try-runtime"
|
||||
]
|
||||
serde = [
|
||||
"bounded-collections/serde",
|
||||
|
||||
@@ -75,6 +75,8 @@ try-runtime = [
|
||||
"xcm-builder/try-runtime",
|
||||
"xcm-executor/try-runtime",
|
||||
"xcm/try-runtime",
|
||||
"pezpallet-xcm/try-runtime",
|
||||
"xcm-pez-simulator/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
|
||||
+1887
-7
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user