fix: taplo format all Cargo.toml files
This commit is contained in:
@@ -231,6 +231,7 @@ runtime-benchmarks = [
|
||||
"pez-node-testing/runtime-benchmarks",
|
||||
"pez-subkey/runtime-benchmarks",
|
||||
"pezframe-benchmarking-cli?/runtime-benchmarks",
|
||||
"pezkuwi-sdk/runtime-benchmarks",
|
||||
"pezkuwi-subxt-signer/runtime-benchmarks",
|
||||
"pezmmr-gadget/runtime-benchmarks",
|
||||
"pezmmr-rpc/runtime-benchmarks",
|
||||
@@ -291,7 +292,6 @@ 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 = [
|
||||
@@ -307,6 +307,7 @@ try-runtime = [
|
||||
"pez-node-rpc/try-runtime",
|
||||
"pez-node-testing/try-runtime",
|
||||
"pezframe-benchmarking-cli?/try-runtime",
|
||||
"pezkuwi-sdk/try-runtime",
|
||||
"pezmmr-gadget/try-runtime",
|
||||
"pezmmr-rpc/try-runtime",
|
||||
"pezpallet-transaction-payment-rpc/try-runtime",
|
||||
@@ -362,7 +363,6 @@ 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",
|
||||
|
||||
@@ -49,15 +49,16 @@ runtime-benchmarks = [
|
||||
"pezsp-runtime/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"bizinikiwi-test-runtime-client/std",
|
||||
"log/std",
|
||||
"pezsc-block-builder/std",
|
||||
"pezsc-client-api/std",
|
||||
"pezsc-offchain/std",
|
||||
"pezsp-blockchain/std",
|
||||
"pezsp-consensus/std",
|
||||
"bizinikiwi-test-runtime-client/std"
|
||||
]
|
||||
try-runtime = [
|
||||
"bizinikiwi-test-runtime-client/try-runtime",
|
||||
"pezsc-block-builder/try-runtime",
|
||||
"pezsc-client-api/try-runtime",
|
||||
"pezsc-offchain/try-runtime",
|
||||
@@ -67,7 +68,6 @@ try-runtime = [
|
||||
"pezsp-consensus/try-runtime",
|
||||
"pezsp-mmr-primitives/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"bizinikiwi-test-runtime-client/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -62,8 +62,8 @@ try-runtime = [
|
||||
"pezframe-benchmarking?/try-runtime",
|
||||
"pezframe-support/try-runtime",
|
||||
"pezframe-system/try-runtime",
|
||||
"pezpallet-transaction-payment/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezpallet-transaction-payment/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
|
||||
@@ -53,6 +53,7 @@ std = [
|
||||
"pezframe-support-procedural/std",
|
||||
"pezframe-support/std",
|
||||
"pezframe-system/std",
|
||||
"pezsc-client-db/std",
|
||||
"pezsp-api/std",
|
||||
"pezsp-application-crypto/std",
|
||||
"pezsp-core/std",
|
||||
@@ -65,28 +66,27 @@ std = [
|
||||
"pezsp-storage/std",
|
||||
"scale-info/std",
|
||||
"serde",
|
||||
"pezsc-client-db/std"
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"pezframe-support-procedural/runtime-benchmarks",
|
||||
"pezframe-support/runtime-benchmarks",
|
||||
"pezframe-system/runtime-benchmarks",
|
||||
"pezpallet-example-basic/runtime-benchmarks",
|
||||
"pezsc-client-db/runtime-benchmarks",
|
||||
"pezsp-api/runtime-benchmarks",
|
||||
"pezsp-application-crypto/runtime-benchmarks",
|
||||
"pezsp-io/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",
|
||||
"pezpallet-example-basic/try-runtime",
|
||||
"pezsc-client-db/try-runtime",
|
||||
"pezsp-api/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezpallet-example-basic/try-runtime",
|
||||
"pezsc-client-db/try-runtime"
|
||||
]
|
||||
serde = [
|
||||
"array-bytes/serde",
|
||||
|
||||
@@ -80,6 +80,7 @@ std = [
|
||||
"pezframe-support/std",
|
||||
"pezframe-system/std",
|
||||
"pezpallet-balances?/std",
|
||||
"pezpallet-contracts-fixtures/std",
|
||||
"pezpallet-contracts-uapi/std",
|
||||
"pezpallet-insecure-randomness-collective-flip/std",
|
||||
"pezpallet-proxy/std",
|
||||
@@ -97,7 +98,6 @@ std = [
|
||||
"wasmi/std",
|
||||
"xcm-builder/std",
|
||||
"xcm/std",
|
||||
"pezpallet-contracts-fixtures/std"
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"pezframe-benchmarking/runtime-benchmarks",
|
||||
@@ -120,6 +120,7 @@ try-runtime = [
|
||||
"pezframe-support/try-runtime",
|
||||
"pezframe-system/try-runtime",
|
||||
"pezpallet-balances/try-runtime",
|
||||
"pezpallet-contracts-fixtures/try-runtime",
|
||||
"pezpallet-insecure-randomness-collective-flip/try-runtime",
|
||||
"pezpallet-proxy/try-runtime",
|
||||
"pezpallet-timestamp/try-runtime",
|
||||
@@ -128,7 +129,6 @@ try-runtime = [
|
||||
"pezsp-runtime/try-runtime",
|
||||
"xcm-builder/try-runtime",
|
||||
"xcm/try-runtime",
|
||||
"pezpallet-contracts-fixtures/try-runtime"
|
||||
]
|
||||
serde = [
|
||||
"array-bytes/serde",
|
||||
|
||||
@@ -46,6 +46,7 @@ with-tracing = [
|
||||
"pezsp-tracing/with-tracing",
|
||||
]
|
||||
std = [
|
||||
"bizinikiwi-test-runtime-client/std",
|
||||
"codec/std",
|
||||
"log/std",
|
||||
"pezframe-support/experimental",
|
||||
@@ -59,18 +60,17 @@ std = [
|
||||
"pezsp-tracing/std",
|
||||
"pezsp-version/std",
|
||||
"scale-info/std",
|
||||
"bizinikiwi-test-runtime-client/std"
|
||||
]
|
||||
try-runtime = [
|
||||
"bizinikiwi-test-runtime-client/try-runtime",
|
||||
"pezframe-support/try-runtime",
|
||||
"pezframe-system/try-runtime",
|
||||
"pezframe-try-runtime/try-runtime",
|
||||
"pezpallet-balances/try-runtime",
|
||||
"pezpallet-transaction-payment/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",
|
||||
|
||||
@@ -44,20 +44,20 @@ std = [
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"pezframe-benchmarking/runtime-benchmarks",
|
||||
"pezframe-support-test/runtime-benchmarks",
|
||||
"pezframe-support/runtime-benchmarks",
|
||||
"pezframe-system/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",
|
||||
"pezframe-support-test/try-runtime",
|
||||
"pezframe-support/try-runtime",
|
||||
"pezframe-system/try-runtime",
|
||||
"pezpallet-balances/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezframe-support-test/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
|
||||
@@ -35,6 +35,8 @@ pezsp-transaction-pool = { workspace = true, default-features = true }
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"bizinikiwi-test-runtime-client/std",
|
||||
"bizinikiwi-wasm-builder/std",
|
||||
"codec/std",
|
||||
"const-hex/std",
|
||||
"log/std",
|
||||
@@ -42,25 +44,23 @@ 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",
|
||||
"bizinikiwi-wasm-builder/runtime-benchmarks",
|
||||
"pezframe-support/runtime-benchmarks",
|
||||
"pezframe-system/runtime-benchmarks",
|
||||
"pezsp-api/runtime-benchmarks",
|
||||
"pezsp-runtime/runtime-benchmarks",
|
||||
"pezsp-transaction-pool/runtime-benchmarks",
|
||||
"bizinikiwi-wasm-builder/runtime-benchmarks"
|
||||
]
|
||||
try-runtime = [
|
||||
"bizinikiwi-test-runtime-client/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"
|
||||
"pezsp-transaction-pool/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
|
||||
@@ -59,8 +59,8 @@ try-runtime = [
|
||||
"pezframe-support/try-runtime",
|
||||
"pezframe-system/try-runtime",
|
||||
"pezpallet-balances/try-runtime",
|
||||
"pezpallet-example-basic/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezpallet-example-basic/try-runtime"
|
||||
]
|
||||
serde = [
|
||||
"codec/serde",
|
||||
|
||||
@@ -52,20 +52,20 @@ std = [
|
||||
runtime-benchmarks = [
|
||||
"pezframe-benchmarking",
|
||||
"pezframe-benchmarking/runtime-benchmarks",
|
||||
"pezframe-support-test/runtime-benchmarks",
|
||||
"pezframe-support/runtime-benchmarks",
|
||||
"pezframe-system/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",
|
||||
"pezframe-support-test/try-runtime",
|
||||
"pezframe-support/try-runtime",
|
||||
"pezframe-system/try-runtime",
|
||||
"pezpallet-balances/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezframe-support-test/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
|
||||
@@ -103,13 +103,13 @@ runtime-benchmarks = [
|
||||
"pezsp-trie/runtime-benchmarks",
|
||||
]
|
||||
try-runtime = [
|
||||
"pezframe-system/try-runtime",
|
||||
"pezsp-api/try-runtime",
|
||||
"pezsp-debug-derive/force-debug",
|
||||
"pezsp-genesis-builder/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
|
||||
|
||||
@@ -43,6 +43,7 @@ pezsp-tracing = { workspace = true, default-features = true }
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"bizinikiwi-test-runtime-client/std",
|
||||
"codec/std",
|
||||
"log/std",
|
||||
"pezframe-support/std",
|
||||
@@ -53,7 +54,6 @@ std = [
|
||||
"pezsp-weights/std",
|
||||
"scale-info/std",
|
||||
"serde/std",
|
||||
"bizinikiwi-test-runtime-client/std"
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"bizinikiwi-test-runtime-client/runtime-benchmarks",
|
||||
@@ -63,10 +63,10 @@ runtime-benchmarks = [
|
||||
"pezsp-version/runtime-benchmarks",
|
||||
]
|
||||
try-runtime = [
|
||||
"bizinikiwi-test-runtime-client/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 = []
|
||||
|
||||
@@ -61,9 +61,9 @@ try-runtime = [
|
||||
"pezframe-system/try-runtime",
|
||||
"pezpallet-balances/try-runtime",
|
||||
"pezpallet-collective/try-runtime",
|
||||
"pezpallet-root-testing/try-runtime",
|
||||
"pezpallet-timestamp/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezpallet-root-testing/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
|
||||
@@ -97,6 +97,7 @@ runtime-benchmarks = [
|
||||
"pezcumulus-primitives-proof-size-hostfunction/runtime-benchmarks",
|
||||
"pezcumulus-test-runtime/runtime-benchmarks",
|
||||
"pezframe-benchmarking/runtime-benchmarks",
|
||||
"pezframe-storage-access-test-runtime?/runtime-benchmarks",
|
||||
"pezframe-support/runtime-benchmarks",
|
||||
"pezframe-system/runtime-benchmarks",
|
||||
"pezkuwi-primitives/runtime-benchmarks",
|
||||
@@ -127,7 +128,6 @@ 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 = [
|
||||
@@ -147,8 +147,11 @@ std = [
|
||||
"pezsp-blockchain/std",
|
||||
]
|
||||
try-runtime = [
|
||||
"bizinikiwi-test-runtime/try-runtime",
|
||||
"pezcumulus-client-teyrchain-inherent/try-runtime",
|
||||
"pezcumulus-test-runtime/try-runtime",
|
||||
"pezframe-benchmarking/try-runtime",
|
||||
"pezframe-storage-access-test-runtime?/try-runtime",
|
||||
"pezframe-support/try-runtime",
|
||||
"pezframe-system/try-runtime",
|
||||
"pezkuwi-primitives/try-runtime",
|
||||
@@ -171,10 +174,7 @@ 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"
|
||||
"zagros-runtime/try-runtime",
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
|
||||
@@ -55,14 +55,15 @@ runtime-benchmarks = [
|
||||
"pezsp-runtime/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"bizinikiwi-test-runtime-client/std",
|
||||
"log/std",
|
||||
"pezsc-rpc-api/std",
|
||||
"pezsc-transaction-pool-api/std",
|
||||
"pezsc-transaction-pool/std",
|
||||
"pezsp-blockchain/std",
|
||||
"bizinikiwi-test-runtime-client/std"
|
||||
]
|
||||
try-runtime = [
|
||||
"bizinikiwi-test-runtime-client/try-runtime",
|
||||
"pezsc-rpc-api/try-runtime",
|
||||
"pezsc-transaction-pool-api/try-runtime",
|
||||
"pezsc-transaction-pool/try-runtime",
|
||||
@@ -70,7 +71,6 @@ try-runtime = [
|
||||
"pezsp-block-builder/try-runtime",
|
||||
"pezsp-blockchain/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"bizinikiwi-test-runtime-client/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -56,10 +56,10 @@ runtime-benchmarks = [
|
||||
]
|
||||
try-runtime = [
|
||||
"pezbp-runtime/try-runtime",
|
||||
"pezbp-test-utils/try-runtime",
|
||||
"pezframe-support/try-runtime",
|
||||
"pezsp-consensus-grandpa/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezbp-test-utils/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
|
||||
@@ -74,26 +74,26 @@ runtime-benchmarks = [
|
||||
std = [
|
||||
"pezcumulus-client-consensus-common/std",
|
||||
"pezcumulus-client-network/std",
|
||||
"pezcumulus-test-client/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-overseer/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",
|
||||
"pezcumulus-client-network/try-runtime",
|
||||
"pezcumulus-primitives-core/try-runtime",
|
||||
"pezcumulus-test-client/try-runtime",
|
||||
"pezcumulus-test-relay-sproof-builder/try-runtime",
|
||||
"pezcumulus-test-runtime/try-runtime",
|
||||
"pezkuwi-primitives/try-runtime",
|
||||
"pezsc-client-api/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 = []
|
||||
|
||||
@@ -110,6 +110,8 @@ std = [
|
||||
"pezcumulus-client-consensus-proposer/std",
|
||||
"pezcumulus-client-teyrchain-inherent/std",
|
||||
"pezcumulus-relay-chain-interface/std",
|
||||
"pezcumulus-test-client/std",
|
||||
"pezcumulus-test-relay-sproof-builder/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-overseer/std",
|
||||
@@ -128,8 +130,6 @@ 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",
|
||||
@@ -137,6 +137,8 @@ try-runtime = [
|
||||
"pezcumulus-client-consensus-proposer/try-runtime",
|
||||
"pezcumulus-client-teyrchain-inherent/try-runtime",
|
||||
"pezcumulus-primitives-core/try-runtime",
|
||||
"pezcumulus-test-client/try-runtime",
|
||||
"pezcumulus-test-relay-sproof-builder/try-runtime",
|
||||
"pezkuwi-primitives/try-runtime",
|
||||
"pezsc-client-api/try-runtime",
|
||||
"pezsc-consensus-aura/try-runtime",
|
||||
@@ -153,8 +155,6 @@ 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 = []
|
||||
|
||||
@@ -80,21 +80,25 @@ runtime-benchmarks = [
|
||||
"pezsp-version/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"pezcumulus-relay-chain-inprocess-interface/std",
|
||||
"pezcumulus-relay-chain-interface/std",
|
||||
"pezcumulus-test-service/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezkuwi-primitives-test-helpers/std",
|
||||
"pezkuwi-test-client/std",
|
||||
"pezsc-client-api/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",
|
||||
"pezcumulus-relay-chain-inprocess-interface/try-runtime",
|
||||
"pezcumulus-test-service/try-runtime",
|
||||
"pezkuwi-primitives-test-helpers/try-runtime",
|
||||
"pezkuwi-primitives/try-runtime",
|
||||
"pezkuwi-test-client/try-runtime",
|
||||
"pezkuwi-teyrchain-primitives/try-runtime",
|
||||
"pezsc-client-api/try-runtime",
|
||||
"pezsc-network/try-runtime",
|
||||
@@ -104,9 +108,5 @@ 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 = []
|
||||
|
||||
@@ -74,6 +74,7 @@ std = [
|
||||
"pezcumulus-relay-chain-interface/std",
|
||||
"pezkuwi-cli/std",
|
||||
"pezkuwi-service/std",
|
||||
"pezkuwi-test-client/std",
|
||||
"pezsc-cli/std",
|
||||
"pezsc-client-api/std",
|
||||
"pezsc-network/std",
|
||||
@@ -81,7 +82,6 @@ std = [
|
||||
"pezsc-telemetry/std",
|
||||
"pezsc-tracing/std",
|
||||
"pezsp-consensus/std",
|
||||
"pezkuwi-test-client/std"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezcumulus-client-bootnodes/try-runtime",
|
||||
@@ -89,6 +89,7 @@ try-runtime = [
|
||||
"pezkuwi-cli/try-runtime",
|
||||
"pezkuwi-primitives/try-runtime",
|
||||
"pezkuwi-service/try-runtime",
|
||||
"pezkuwi-test-client/try-runtime",
|
||||
"pezsc-cli/try-runtime",
|
||||
"pezsc-client-api/try-runtime",
|
||||
"pezsc-network/try-runtime",
|
||||
@@ -98,6 +99,5 @@ try-runtime = [
|
||||
"pezsp-consensus/try-runtime",
|
||||
"pezsp-keyring/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezkuwi-test-client/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -52,6 +52,7 @@ std = [
|
||||
"pezkuwi-primitives/std",
|
||||
"pezpallet-balances/std",
|
||||
"pezpallet-collective/std",
|
||||
"pezpallet-sudo/std",
|
||||
"pezsp-core/std",
|
||||
"pezsp-io/std",
|
||||
"pezsp-runtime/std",
|
||||
@@ -59,7 +60,6 @@ std = [
|
||||
"scale-info/std",
|
||||
"serde",
|
||||
"serde?/std",
|
||||
"pezpallet-sudo/std"
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"pezframe-benchmarking/runtime-benchmarks",
|
||||
@@ -70,11 +70,11 @@ runtime-benchmarks = [
|
||||
"pezpallet-balances?/runtime-benchmarks",
|
||||
"pezpallet-collective",
|
||||
"pezpallet-collective?/runtime-benchmarks",
|
||||
"pezpallet-sudo/runtime-benchmarks",
|
||||
"pezsp-core",
|
||||
"pezsp-io",
|
||||
"pezsp-io?/runtime-benchmarks",
|
||||
"pezsp-runtime/runtime-benchmarks",
|
||||
"pezpallet-sudo/runtime-benchmarks"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezframe-benchmarking?/try-runtime",
|
||||
@@ -83,8 +83,8 @@ try-runtime = [
|
||||
"pezkuwi-primitives/try-runtime",
|
||||
"pezpallet-balances?/try-runtime",
|
||||
"pezpallet-collective?/try-runtime",
|
||||
"pezpallet-sudo/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezpallet-sudo/try-runtime"
|
||||
]
|
||||
serde = [
|
||||
"codec/serde",
|
||||
|
||||
@@ -49,10 +49,10 @@ std = [
|
||||
"codec/std",
|
||||
"gum/std",
|
||||
"pezkuwi-erasure-coding/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/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"
|
||||
"pezkuwi-primitives-test-helpers/std",
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -68,6 +68,7 @@ std = [
|
||||
"pezkuwi-node-core-approval-voting/std",
|
||||
"pezkuwi-node-metrics/std",
|
||||
"pezkuwi-node-network-protocol/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-overseer/std",
|
||||
@@ -77,7 +78,6 @@ std = [
|
||||
"pezsp-tracing/std",
|
||||
"rand/std",
|
||||
"rand_core/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -87,10 +87,13 @@ std = [
|
||||
"bitvec/std",
|
||||
"codec/std",
|
||||
"gum/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-overseer/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezkuwi-primitives-test-helpers/std",
|
||||
"pezkuwi-subsystem-bench/std",
|
||||
"pezsc-keystore/std",
|
||||
"pezsp-application-crypto/std",
|
||||
"pezsp-consensus-slots/std",
|
||||
@@ -98,18 +101,15 @@ 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-test-helpers/try-runtime",
|
||||
"pezkuwi-primitives/try-runtime",
|
||||
"pezkuwi-subsystem-bench/try-runtime",
|
||||
"pezsp-consensus-babe/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 = []
|
||||
|
||||
@@ -54,13 +54,13 @@ runtime-benchmarks = [
|
||||
std = [
|
||||
"gum/std",
|
||||
"pezkuwi-erasure-coding/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezkuwi-primitives-test-helpers/std",
|
||||
"pezsp-consensus/std",
|
||||
"pezsp-tracing/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -60,13 +60,13 @@ std = [
|
||||
"bitvec/std",
|
||||
"gum/std",
|
||||
"pezkuwi-erasure-coding/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezkuwi-primitives-test-helpers/std",
|
||||
"pezkuwi-statement-table/std",
|
||||
"pezsc-keystore/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -37,8 +37,8 @@ runtime-benchmarks = [
|
||||
]
|
||||
std = [
|
||||
"gum/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std"
|
||||
"pezkuwi-primitives-test-helpers/std",
|
||||
]
|
||||
|
||||
@@ -65,13 +65,13 @@ std = [
|
||||
"gum/std",
|
||||
"pezkuwi-node-core-pvf/std",
|
||||
"pezkuwi-node-metrics/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-overseer/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezkuwi-primitives-test-helpers/std",
|
||||
"pezsp-application-crypto/std",
|
||||
"pezsp-keystore/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -47,12 +47,12 @@ runtime-benchmarks = [
|
||||
std = [
|
||||
"gum/std",
|
||||
"pezkuwi-node-metrics/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-node-subsystem-types/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsc-client-api/std",
|
||||
"pezsc-consensus-babe/std",
|
||||
"pezsp-blockchain/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -41,9 +41,9 @@ runtime-benchmarks = [
|
||||
]
|
||||
std = [
|
||||
"gum/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -67,13 +67,13 @@ runtime-benchmarks = [
|
||||
]
|
||||
std = [
|
||||
"gum/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-node-subsystem-util/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"
|
||||
"pezkuwi-subsystem-bench/std",
|
||||
"pezsc-keystore/std",
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -43,12 +43,12 @@ runtime-benchmarks = [
|
||||
]
|
||||
std = [
|
||||
"gum/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-primitives-test-helpers/std",
|
||||
"pezsp-tracing/std",
|
||||
"rand/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -48,11 +48,11 @@ runtime-benchmarks = [
|
||||
std = [
|
||||
"bitvec/std",
|
||||
"gum/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezkuwi-primitives-test-helpers/std",
|
||||
"pezsc-consensus-slots/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -47,16 +47,16 @@ runtime-benchmarks = [
|
||||
]
|
||||
std = [
|
||||
"gum/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-primitives-test-helpers/std",
|
||||
"pezsc-keystore/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezkuwi-primitives-test-helpers/try-runtime",
|
||||
"pezkuwi-primitives/try-runtime",
|
||||
"pezsp-keyring/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezkuwi-primitives-test-helpers/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -101,7 +101,7 @@ runtime-benchmarks = [
|
||||
"pezsc-sysinfo/runtime-benchmarks",
|
||||
"pezsc-tracing/runtime-benchmarks",
|
||||
"test-teyrchain-adder/runtime-benchmarks",
|
||||
"test-teyrchain-halt/runtime-benchmarks"
|
||||
"test-teyrchain-halt/runtime-benchmarks",
|
||||
]
|
||||
std = [
|
||||
"codec/std",
|
||||
@@ -109,12 +109,12 @@ std = [
|
||||
"pezkuwi-node-core-pvf-common/std",
|
||||
"pezkuwi-node-core-pvf-execute-worker?/std",
|
||||
"pezkuwi-node-core-pvf-prepare-worker?/std",
|
||||
"pezkuwi-node-core-pvf/std",
|
||||
"pezkuwi-node-metrics/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezsc-sysinfo/std",
|
||||
"pezsc-tracing/std",
|
||||
"pezkuwi-node-core-pvf/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -51,10 +51,10 @@ runtime-benchmarks = [
|
||||
std = [
|
||||
"gum/std",
|
||||
"pezkuwi-node-metrics/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/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"
|
||||
"pezkuwi-primitives-test-helpers/std",
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -61,15 +61,15 @@ std = [
|
||||
"gum/std",
|
||||
"pezkuwi-node-metrics/std",
|
||||
"pezkuwi-node-network-protocol/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezkuwi-primitives-test-helpers/std",
|
||||
"pezsc-keystore/std",
|
||||
"pezsp-tracing/std",
|
||||
"rand_core/std",
|
||||
"schnorrkel/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -66,13 +66,13 @@ std = [
|
||||
"gum/std",
|
||||
"pezkuwi-erasure-coding/std",
|
||||
"pezkuwi-node-network-protocol/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-node-subsystem-util/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"
|
||||
"pezkuwi-subsystem-bench/std",
|
||||
"pezsc-network/std",
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -71,13 +71,13 @@ std = [
|
||||
"gum/std",
|
||||
"pezkuwi-erasure-coding/std",
|
||||
"pezkuwi-node-network-protocol/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-node-subsystem-util/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"
|
||||
"pezkuwi-subsystem-bench/std",
|
||||
"pezsc-network/std",
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -51,10 +51,10 @@ std = [
|
||||
"bitvec/std",
|
||||
"gum/std",
|
||||
"pezkuwi-node-network-protocol/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezsp-tracing/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -59,12 +59,12 @@ std = [
|
||||
"gum/std",
|
||||
"pezkuwi-node-metrics/std",
|
||||
"pezkuwi-node-network-protocol/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-overseer/std",
|
||||
"pezkuwi-primitives-test-helpers/std",
|
||||
"pezsc-network/std",
|
||||
"pezsp-consensus/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -75,22 +75,22 @@ std = [
|
||||
"bitvec/std",
|
||||
"gum/std",
|
||||
"pezkuwi-node-network-protocol/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezkuwi-primitives-test-helpers/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",
|
||||
"pezkuwi-primitives-test-helpers/try-runtime",
|
||||
"pezkuwi-primitives/try-runtime",
|
||||
"pezsc-network/try-runtime",
|
||||
"pezsp-keyring/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezkuwi-primitives-test-helpers/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -57,13 +57,13 @@ runtime-benchmarks = [
|
||||
std = [
|
||||
"gum/std",
|
||||
"pezkuwi-node-network-protocol/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezkuwi-primitives-test-helpers/std",
|
||||
"pezsc-keystore/std",
|
||||
"pezsc-network/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -60,12 +60,12 @@ runtime-benchmarks = [
|
||||
std = [
|
||||
"gum/std",
|
||||
"pezkuwi-node-network-protocol/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezsc-network/std",
|
||||
"rand/std",
|
||||
"rand_chacha/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -72,14 +72,14 @@ std = [
|
||||
"codec/std",
|
||||
"gum/std",
|
||||
"pezkuwi-node-network-protocol/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezkuwi-primitives-test-helpers/std",
|
||||
"pezkuwi-subsystem-bench/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 = []
|
||||
|
||||
@@ -300,9 +300,11 @@ try-runtime = [
|
||||
"pezkuwi-node-core-pvf-checker?/try-runtime",
|
||||
"pezkuwi-node-network-protocol/try-runtime",
|
||||
"pezkuwi-node-subsystem-types/try-runtime",
|
||||
"pezkuwi-primitives-test-helpers/try-runtime",
|
||||
"pezkuwi-primitives/try-runtime",
|
||||
"pezkuwi-rpc/try-runtime",
|
||||
"pezkuwi-runtime-teyrchains/try-runtime",
|
||||
"pezkuwi-test-client/try-runtime",
|
||||
"pezkuwichain-runtime-constants?/try-runtime",
|
||||
"pezkuwichain-runtime?/try-runtime",
|
||||
"pezmmr-gadget/try-runtime",
|
||||
@@ -348,8 +350,6 @@ 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",
|
||||
@@ -391,13 +391,16 @@ std = [
|
||||
"pezkuwi-node-core-runtime-api?/std",
|
||||
"pezkuwi-node-core-teyrchains-inherent/std",
|
||||
"pezkuwi-node-network-protocol/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-node-subsystem-types/std",
|
||||
"pezkuwi-node-subsystem-util/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-overseer/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezkuwi-primitives-test-helpers/std",
|
||||
"pezkuwi-rpc/std",
|
||||
"pezkuwi-statement-distribution?/std",
|
||||
"pezkuwi-test-client/std",
|
||||
"pezmmr-gadget/std",
|
||||
"pezsc-authority-discovery/std",
|
||||
"pezsc-basic-authorship/std",
|
||||
@@ -422,9 +425,6 @@ 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 = []
|
||||
|
||||
@@ -69,11 +69,11 @@ std = [
|
||||
"pezkuwi-erasure-coding/std",
|
||||
"pezkuwi-node-metrics/std",
|
||||
"pezkuwi-node-network-protocol/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-node-subsystem-types/std",
|
||||
"pezkuwi-node-subsystem/std",
|
||||
"pezkuwi-overseer/std",
|
||||
"pezkuwi-pez-node-primitives/std",
|
||||
"pezkuwi-node-subsystem-test-helpers/std",
|
||||
"pezkuwi-primitives-test-helpers/std"
|
||||
"pezkuwi-primitives-test-helpers/std",
|
||||
]
|
||||
serde = []
|
||||
|
||||
@@ -61,9 +61,9 @@ std = [
|
||||
"tracing/std",
|
||||
"xcm-builder/std",
|
||||
"xcm-executor/std",
|
||||
"xcm-pez-simulator/std",
|
||||
"xcm-runtime-pezapis/std",
|
||||
"xcm/std",
|
||||
"xcm-pez-simulator/std"
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"pezframe-benchmarking/runtime-benchmarks",
|
||||
@@ -93,9 +93,9 @@ try-runtime = [
|
||||
"pezsp-runtime/try-runtime",
|
||||
"xcm-builder/try-runtime",
|
||||
"xcm-executor/try-runtime",
|
||||
"xcm-pez-simulator/try-runtime",
|
||||
"xcm-runtime-pezapis/try-runtime",
|
||||
"xcm/try-runtime",
|
||||
"xcm-pez-simulator/try-runtime"
|
||||
]
|
||||
serde = [
|
||||
"bounded-collections/serde",
|
||||
|
||||
@@ -71,12 +71,12 @@ try-runtime = [
|
||||
"pezframe-system/try-runtime",
|
||||
"pezpallet-assets/try-runtime",
|
||||
"pezpallet-balances/try-runtime",
|
||||
"pezpallet-xcm/try-runtime",
|
||||
"pezsp-api/try-runtime",
|
||||
"xcm-builder/try-runtime",
|
||||
"xcm-executor/try-runtime",
|
||||
"xcm-pez-simulator/try-runtime",
|
||||
"xcm/try-runtime",
|
||||
"pezpallet-xcm/try-runtime",
|
||||
"xcm-pez-simulator/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
|
||||
Reference in New Issue
Block a user