fix: comprehensive feature propagation and dep:serde fixes

- Fix serde optional dependency issues by adding dep:serde to serde features (24 crates)
- Run zepter to propagate runtime-benchmarks, std, try-runtime, serde, experimental, with-tracing, tuples-96 features
- Regenerate umbrella crate with proper feature propagation
- Format all TOML files with taplo

This resolves check-umbrella and check-zepter CI failures.
This commit is contained in:
2026-01-04 20:37:14 +03:00
parent a45e5ae5ec
commit bd2d665c4e
588 changed files with 10228 additions and 28 deletions
+13
View File
@@ -34,3 +34,16 @@ runtime-benchmarks = [
"pezsc-executor/runtime-benchmarks",
"pezsp-io/runtime-benchmarks",
]
std = [
"anyhow/std",
"codec/std",
"pezkuwi-pez-node-primitives/std",
"pezkuwi-primitives/std",
"pezkuwi-teyrchain-primitives/std",
"pezsc-executor/std",
"pezsp-core/std",
"pezsp-io/std",
"tracing/std",
]
serde = []
with-tracing = []
+14
View File
@@ -47,3 +47,17 @@ runtime-benchmarks = [
"pezsp-consensus-babe/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
std = [
"log/std",
"pezcumulus-relay-chain-interface/std",
"pezsc-network/std",
"pezsc-service/std",
]
try-runtime = [
"pezcumulus-primitives-core/try-runtime",
"pezsc-network/try-runtime",
"pezsc-service/try-runtime",
"pezsp-consensus-babe/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
+16
View File
@@ -35,3 +35,19 @@ runtime-benchmarks = [
"pezsp-blockchain/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
std = [
"pezsc-chain-spec/std",
"pezsc-cli/std",
"pezsc-client-api/std",
"pezsc-service/std",
"pezsp-blockchain/std",
]
try-runtime = [
"pezsc-chain-spec/try-runtime",
"pezsc-cli/try-runtime",
"pezsc-client-api/try-runtime",
"pezsc-service/try-runtime",
"pezsp-blockchain/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
+21
View File
@@ -71,3 +71,24 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
"pezsp-state-machine/runtime-benchmarks",
]
std = [
"pezcumulus-client-consensus-common/std",
"pezcumulus-client-network/std",
"pezkuwi-node-subsystem/std",
"pezkuwi-overseer/std",
"pezkuwi-pez-node-primitives/std",
"pezsc-client-api/std",
"pezsp-consensus/std",
]
try-runtime = [
"pezcumulus-client-consensus-common/try-runtime",
"pezcumulus-client-network/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezsc-client-api/try-runtime",
"pezsp-api/try-runtime",
"pezsp-consensus/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
with-tracing = []
@@ -91,6 +91,7 @@ runtime-benchmarks = [
"pezsc-consensus-slots/runtime-benchmarks",
"pezsc-consensus/runtime-benchmarks",
"pezsp-api/runtime-benchmarks",
"pezsp-application-crypto/runtime-benchmarks",
"pezsp-block-builder/runtime-benchmarks",
"pezsp-blockchain/runtime-benchmarks",
"pezsp-consensus-aura/runtime-benchmarks",
@@ -103,3 +104,53 @@ runtime-benchmarks = [
"pezsp-trie/runtime-benchmarks",
"pezsp-version/runtime-benchmarks",
]
std = [
"pezcumulus-client-collator/std",
"pezcumulus-client-consensus-common/std",
"pezcumulus-client-consensus-proposer/std",
"pezcumulus-client-teyrchain-inherent/std",
"pezcumulus-relay-chain-interface/std",
"pezkuwi-node-subsystem-util/std",
"pezkuwi-node-subsystem/std",
"pezkuwi-overseer/std",
"pezkuwi-pez-node-primitives/std",
"pezsc-client-api/std",
"pezsc-consensus-aura/std",
"pezsc-consensus-babe/std",
"pezsc-consensus-slots/std",
"pezsc-consensus/std",
"pezsc-network-types/std",
"pezsc-telemetry/std",
"pezsc-utils/std",
"pezsp-blockchain/std",
"pezsp-consensus/std",
"pezsp-keyring/std",
"pezsp-tracing/std",
"pezsp-version/std",
"prometheus-endpoint/std",
]
try-runtime = [
"pezcumulus-client-collator/try-runtime",
"pezcumulus-client-consensus-common/try-runtime",
"pezcumulus-client-consensus-proposer/try-runtime",
"pezcumulus-client-teyrchain-inherent/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezsc-client-api/try-runtime",
"pezsc-consensus-aura/try-runtime",
"pezsc-consensus-babe/try-runtime",
"pezsc-consensus-slots/try-runtime",
"pezsc-consensus/try-runtime",
"pezsp-api/try-runtime",
"pezsp-block-builder/try-runtime",
"pezsp-blockchain/try-runtime",
"pezsp-consensus-aura/try-runtime",
"pezsp-consensus/try-runtime",
"pezsp-inherents/try-runtime",
"pezsp-keyring/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-timestamp/try-runtime",
"pezsp-version/try-runtime",
]
serde = []
with-tracing = []
@@ -77,3 +77,35 @@ runtime-benchmarks = [
"pezsp-trie/runtime-benchmarks",
"pezsp-version/runtime-benchmarks",
]
std = [
"log/std",
"pezcumulus-client-pov-recovery/std",
"pezcumulus-relay-chain-interface/std",
"pezcumulus-relay-chain-streams/std",
"pezcumulus-test-client/std",
"pezsc-client-api/std",
"pezsc-consensus-babe/std",
"pezsc-consensus/std",
"pezsc-network/std",
"pezsp-blockchain/std",
"pezsp-consensus/std",
"prometheus-endpoint/std",
]
try-runtime = [
"pezcumulus-client-pov-recovery/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-babe/try-runtime",
"pezsc-consensus/try-runtime",
"pezsc-network/try-runtime",
"pezsp-blockchain/try-runtime",
"pezsp-consensus/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-timestamp/try-runtime",
"pezsp-version/try-runtime",
]
serde = []
with-tracing = []
@@ -44,3 +44,21 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
"pezsp-state-machine/runtime-benchmarks",
]
std = [
"pezsc-basic-authorship/std",
"pezsc-block-builder/std",
"pezsc-transaction-pool-api/std",
"pezsp-blockchain/std",
"pezsp-consensus/std",
]
try-runtime = [
"pezsc-basic-authorship/try-runtime",
"pezsc-block-builder/try-runtime",
"pezsc-transaction-pool-api/try-runtime",
"pezsp-api/try-runtime",
"pezsp-blockchain/try-runtime",
"pezsp-consensus/try-runtime",
"pezsp-inherents/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
@@ -47,3 +47,23 @@ runtime-benchmarks = [
"pezsp-inherents/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
std = [
"pezcumulus-client-consensus-common/std",
"pezcumulus-relay-chain-interface/std",
"pezsc-consensus/std",
"pezsp-blockchain/std",
"pezsp-consensus/std",
"prometheus-endpoint/std",
]
try-runtime = [
"pezcumulus-client-consensus-common/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezsc-consensus/try-runtime",
"pezsp-api/try-runtime",
"pezsp-block-builder/try-runtime",
"pezsp-blockchain/try-runtime",
"pezsp-consensus/try-runtime",
"pezsp-inherents/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
+23
View File
@@ -79,3 +79,26 @@ runtime-benchmarks = [
"pezsp-state-machine/runtime-benchmarks",
"pezsp-version/runtime-benchmarks",
]
std = [
"pezcumulus-relay-chain-interface/std",
"pezkuwi-node-subsystem/std",
"pezkuwi-pez-node-primitives/std",
"pezsc-client-api/std",
"pezsc-network/std",
"pezsp-blockchain/std",
"pezsp-consensus/std",
]
try-runtime = [
"pezcumulus-primitives-core/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezkuwi-teyrchain-primitives/try-runtime",
"pezsc-client-api/try-runtime",
"pezsc-network/try-runtime",
"pezsp-api/try-runtime",
"pezsp-blockchain/try-runtime",
"pezsp-consensus/try-runtime",
"pezsp-keyring/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-version/try-runtime",
]
serde = []
+29
View File
@@ -71,3 +71,32 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
"pezsp-version/runtime-benchmarks",
]
std = [
"pezcumulus-relay-chain-interface/std",
"pezcumulus-relay-chain-streams/std",
"pezcumulus-test-client/std",
"pezkuwi-node-subsystem/std",
"pezkuwi-overseer/std",
"pezkuwi-pez-node-primitives/std",
"pezsc-client-api/std",
"pezsc-consensus/std",
"pezsc-network/std",
"pezsc-utils/std",
"pezsp-blockchain/std",
"pezsp-consensus/std",
]
try-runtime = [
"pezcumulus-primitives-core/try-runtime",
"pezcumulus-test-client/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezsc-client-api/try-runtime",
"pezsc-consensus/try-runtime",
"pezsc-network/try-runtime",
"pezsp-api/try-runtime",
"pezsp-blockchain/try-runtime",
"pezsp-consensus/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-version/try-runtime",
]
serde = []
with-tracing = []
@@ -69,3 +69,33 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
"pezsp-state-machine/runtime-benchmarks",
]
std = [
"pezcumulus-client-bootnodes/std",
"pezcumulus-relay-chain-interface/std",
"pezkuwi-cli/std",
"pezkuwi-service/std",
"pezsc-cli/std",
"pezsc-client-api/std",
"pezsc-network/std",
"pezsc-sysinfo/std",
"pezsc-telemetry/std",
"pezsc-tracing/std",
"pezsp-consensus/std",
]
try-runtime = [
"pezcumulus-client-bootnodes/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezkuwi-cli/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezkuwi-service/try-runtime",
"pezsc-cli/try-runtime",
"pezsc-client-api/try-runtime",
"pezsc-network/try-runtime",
"pezsc-sysinfo/try-runtime",
"pezsc-tracing/try-runtime",
"pezsp-api/try-runtime",
"pezsp-consensus/try-runtime",
"pezsp-keyring/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
@@ -41,3 +41,11 @@ runtime-benchmarks = [
"pezsp-state-machine/runtime-benchmarks",
"pezsp-version/runtime-benchmarks",
]
std = [
"pezkuwi-overseer/std",
"pezsc-client-api/std",
"pezsc-network/std",
"pezsp-blockchain/std",
"pezsp-version/std",
]
serde = []
@@ -75,3 +75,44 @@ runtime-benchmarks = [
"pezsp-consensus/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
std = [
"pezcumulus-client-bootnodes/std",
"pezcumulus-relay-chain-interface/std",
"pezcumulus-relay-chain-rpc-interface/std",
"pezkuwi-network-bridge/std",
"pezkuwi-node-network-protocol/std",
"pezkuwi-node-subsystem-util/std",
"pezkuwi-overseer/std",
"pezkuwi-service/std",
"pezsc-authority-discovery/std",
"pezsc-client-api/std",
"pezsc-network-common/std",
"pezsc-network/std",
"pezsc-service/std",
"pezsc-tracing/std",
"pezsc-utils/std",
"pezsp-blockchain/std",
"pezsp-consensus/std",
"prometheus-endpoint/std",
]
try-runtime = [
"pezcumulus-client-bootnodes/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezcumulus-relay-chain-rpc-interface/try-runtime",
"pezkuwi-core-primitives/try-runtime",
"pezkuwi-node-network-protocol/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezkuwi-service/try-runtime",
"pezsc-authority-discovery/try-runtime",
"pezsc-client-api/try-runtime",
"pezsc-network-common/try-runtime",
"pezsc-network/try-runtime",
"pezsc-service/try-runtime",
"pezsc-tracing/try-runtime",
"pezsp-api/try-runtime",
"pezsp-blockchain/try-runtime",
"pezsp-consensus-babe/try-runtime",
"pezsp-consensus/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
@@ -61,3 +61,22 @@ runtime-benchmarks = [
"pezsp-state-machine/runtime-benchmarks",
"pezsp-version/runtime-benchmarks",
]
std = [
"pezcumulus-relay-chain-interface/std",
"pezkuwi-overseer/std",
"pezsc-client-api/std",
"pezsc-rpc-api/std",
"pezsc-service/std",
"prometheus-endpoint/std",
]
try-runtime = [
"pezcumulus-primitives-core/try-runtime",
"pezsc-client-api/try-runtime",
"pezsc-rpc-api/try-runtime",
"pezsc-service/try-runtime",
"pezsp-authority-discovery/try-runtime",
"pezsp-consensus-babe/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-version/try-runtime",
]
serde = []
@@ -35,3 +35,8 @@ runtime-benchmarks = [
"pezsp-api/runtime-benchmarks",
"pezsp-consensus/runtime-benchmarks",
]
std = [
"pezcumulus-relay-chain-interface/std",
"pezkuwi-node-subsystem/std",
"pezsp-consensus/std",
]
+54
View File
@@ -90,3 +90,57 @@ runtime-benchmarks = [
"pezsp-transaction-pool/runtime-benchmarks",
"pezsp-trie/runtime-benchmarks",
]
std = [
"pezcumulus-client-cli/std",
"pezcumulus-client-collator/std",
"pezcumulus-client-consensus-common/std",
"pezcumulus-client-network/std",
"pezcumulus-client-pov-recovery/std",
"pezcumulus-relay-chain-inprocess-interface/std",
"pezcumulus-relay-chain-interface/std",
"pezcumulus-relay-chain-minimal-node/std",
"pezcumulus-relay-chain-streams/std",
"pezkuwi-overseer/std",
"pezsc-client-api/std",
"pezsc-consensus/std",
"pezsc-network-sync/std",
"pezsc-network-transactions/std",
"pezsc-network/std",
"pezsc-rpc/std",
"pezsc-service/std",
"pezsc-sysinfo/std",
"pezsc-telemetry/std",
"pezsc-tracing/std",
"pezsc-transaction-pool/std",
"pezsc-utils/std",
"pezsp-blockchain/std",
"pezsp-consensus/std",
]
try-runtime = [
"pezcumulus-client-cli/try-runtime",
"pezcumulus-client-collator/try-runtime",
"pezcumulus-client-consensus-common/try-runtime",
"pezcumulus-client-network/try-runtime",
"pezcumulus-client-pov-recovery/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezcumulus-relay-chain-inprocess-interface/try-runtime",
"pezcumulus-relay-chain-minimal-node/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezsc-client-api/try-runtime",
"pezsc-consensus/try-runtime",
"pezsc-network-sync/try-runtime",
"pezsc-network-transactions/try-runtime",
"pezsc-network/try-runtime",
"pezsc-rpc/try-runtime",
"pezsc-service/try-runtime",
"pezsc-sysinfo/try-runtime",
"pezsc-tracing/try-runtime",
"pezsc-transaction-pool/try-runtime",
"pezsp-api/try-runtime",
"pezsp-blockchain/try-runtime",
"pezsp-consensus/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-transaction-pool/try-runtime",
]
serde = []
with-tracing = []
@@ -44,3 +44,18 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
"pezsp-state-machine/runtime-benchmarks",
]
std = [
"pezcumulus-relay-chain-interface/std",
"pezsc-client-api/std",
"pezsc-consensus-babe/std",
"pezsc-network-types/std",
]
try-runtime = [
"pezcumulus-primitives-core/try-runtime",
"pezcumulus-test-relay-sproof-builder?/try-runtime",
"pezsc-client-api/try-runtime",
"pezsc-consensus-babe/try-runtime",
"pezsp-inherents/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
+3
View File
@@ -32,3 +32,6 @@ bizinikiwi-build-script-utils = { workspace = true, default-features = true }
default = []
runtime-benchmarks = ["pezkuwi-omni-node-lib/runtime-benchmarks"]
try-runtime = ["pezkuwi-omni-node-lib/try-runtime"]
std = [
"pezkuwi-omni-node-lib/std",
]
+101
View File
@@ -155,6 +155,7 @@ runtime-benchmarks = [
"pezsc-consensus-manual-seal/runtime-benchmarks",
"pezsc-consensus/runtime-benchmarks",
"pezsc-executor/runtime-benchmarks",
"pezsc-keystore/runtime-benchmarks",
"pezsc-network-statement/runtime-benchmarks",
"pezsc-network-sync/runtime-benchmarks",
"pezsc-network/runtime-benchmarks",
@@ -183,10 +184,110 @@ runtime-benchmarks = [
"teyrchains-common/runtime-benchmarks",
]
try-runtime = [
"bizinikiwi-frame-rpc-system/try-runtime",
"bizinikiwi-state-trie-migration-rpc/try-runtime",
"pezcumulus-client-bootnodes/try-runtime",
"pezcumulus-client-cli/try-runtime",
"pezcumulus-client-collator/try-runtime",
"pezcumulus-client-consensus-aura/try-runtime",
"pezcumulus-client-consensus-common/try-runtime",
"pezcumulus-client-consensus-proposer/try-runtime",
"pezcumulus-client-consensus-relay-chain/try-runtime",
"pezcumulus-client-service/try-runtime",
"pezcumulus-client-teyrchain-inherent/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezcumulus-test-runtime/try-runtime",
"pezframe-benchmarking-cli/try-runtime",
"pezframe-benchmarking?/try-runtime",
"pezframe-support/try-runtime",
"pezframe-try-runtime/try-runtime",
"pezkuwi-cli/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezpallet-transaction-payment-rpc-runtime-api/try-runtime",
"pezpallet-transaction-payment-rpc/try-runtime",
"pezpallet-transaction-payment/try-runtime",
"pezsc-basic-authorship/try-runtime",
"pezsc-chain-spec/try-runtime",
"pezsc-cli/try-runtime",
"pezsc-client-api/try-runtime",
"pezsc-client-db/try-runtime",
"pezsc-consensus-aura/try-runtime",
"pezsc-consensus-manual-seal/try-runtime",
"pezsc-consensus/try-runtime",
"pezsc-executor/try-runtime",
"pezsc-network-statement/try-runtime",
"pezsc-network-sync/try-runtime",
"pezsc-network/try-runtime",
"pezsc-offchain/try-runtime",
"pezsc-rpc/try-runtime",
"pezsc-service/try-runtime",
"pezsc-statement-store/try-runtime",
"pezsc-sysinfo/try-runtime",
"pezsc-tracing/try-runtime",
"pezsc-transaction-pool-api/try-runtime",
"pezsc-transaction-pool/try-runtime",
"pezsp-api/try-runtime",
"pezsp-block-builder/try-runtime",
"pezsp-consensus-aura/try-runtime",
"pezsp-consensus/try-runtime",
"pezsp-genesis-builder/try-runtime",
"pezsp-inherents/try-runtime",
"pezsp-offchain/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-session/try-runtime",
"pezsp-statement-store/try-runtime",
"pezsp-timestamp/try-runtime",
"pezsp-transaction-pool/try-runtime",
"pezsp-version/try-runtime",
"teyrchains-common/try-runtime",
]
std = [
"bizinikiwi-frame-rpc-system/std",
"bizinikiwi-state-trie-migration-rpc/std",
"chain-spec-builder/std",
"log/std",
"pezcumulus-client-bootnodes/std",
"pezcumulus-client-cli/std",
"pezcumulus-client-collator/std",
"pezcumulus-client-consensus-aura/std",
"pezcumulus-client-consensus-common/std",
"pezcumulus-client-consensus-proposer/std",
"pezcumulus-client-consensus-relay-chain/std",
"pezcumulus-client-service/std",
"pezcumulus-client-teyrchain-inherent/std",
"pezcumulus-relay-chain-interface/std",
"pezframe-benchmarking-cli/std",
"pezkuwi-cli/std",
"pezpallet-transaction-payment-rpc/std",
"pezsc-basic-authorship/std",
"pezsc-chain-spec/std",
"pezsc-cli/std",
"pezsc-client-api/std",
"pezsc-client-db/std",
"pezsc-consensus-aura/std",
"pezsc-consensus-manual-seal/std",
"pezsc-consensus/std",
"pezsc-keystore/std",
"pezsc-network-statement/std",
"pezsc-network-sync/std",
"pezsc-network/std",
"pezsc-offchain/std",
"pezsc-rpc/std",
"pezsc-runtime-utilities/std",
"pezsc-service/std",
"pezsc-statement-store/std",
"pezsc-storage-monitor/std",
"pezsc-sysinfo/std",
"pezsc-telemetry/std",
"pezsc-tracing/std",
"pezsc-transaction-pool-api/std",
"pezsc-transaction-pool/std",
"pezsp-consensus/std",
"pezsp-genesis-builder/std",
"pezsp-runtime/std",
"prometheus-endpoint/std",
"scale-info/std",
]
serde = []
experimental = []
tuples-96 = []
+19
View File
@@ -104,8 +104,18 @@ try-runtime = [
"pez-penpal-runtime/try-runtime",
"pezbridge-hub-pezkuwichain-runtime/try-runtime",
"pezbridge-hub-zagros-runtime/try-runtime",
"pezcumulus-client-consensus-aura/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezkuwi-omni-node-lib/try-runtime",
"pezkuwichain-teyrchain-runtime/try-runtime",
"pezsc-chain-spec/try-runtime",
"pezsc-cli/try-runtime",
"pezsc-service/try-runtime",
"pezsp-genesis-builder/try-runtime",
"pezsp-keyring/try-runtime",
"teyrchains-common/try-runtime",
"xcm/try-runtime",
"yet-another-teyrchain-runtime/try-runtime",
]
fast-runtime = [
"coretime-pezkuwichain-runtime/fast-runtime",
@@ -113,3 +123,12 @@ fast-runtime = [
"pezbridge-hub-pezkuwichain-runtime/fast-runtime",
"pezbridge-hub-zagros-runtime/fast-runtime",
]
std = [
"log/std",
"pezcumulus-client-consensus-aura/std",
"pezkuwi-omni-node-lib/std",
"pezsc-chain-spec/std",
"pezsc-cli/std",
"pezsc-service/std",
]
serde = []
+6
View File
@@ -53,10 +53,12 @@ runtime-benchmarks = [
"pezpallet-balances/runtime-benchmarks",
"pezpallet-timestamp/runtime-benchmarks",
"pezpallet-utility/runtime-benchmarks",
"pezsp-application-crypto/runtime-benchmarks",
"pezsp-io/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezframe-benchmarking?/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezpallet-balances/try-runtime",
@@ -64,3 +66,7 @@ try-runtime = [
"pezpallet-utility/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
experimental = []
with-tracing = []
tuples-96 = []
+10
View File
@@ -61,11 +61,16 @@ std = [
]
try-runtime = [
"pezcumulus-pezpallet-teyrchain-system/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezcumulus-test-relay-sproof-builder/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezpallet-aura/try-runtime",
"pezpallet-timestamp/try-runtime",
"pezsp-consensus-aura/try-runtime",
"pezsp-keyring/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-version/try-runtime",
]
runtime-benchmarks = [
"pezcumulus-pezpallet-teyrchain-system/runtime-benchmarks",
@@ -76,6 +81,7 @@ runtime-benchmarks = [
"pezframe-system/runtime-benchmarks",
"pezpallet-aura/runtime-benchmarks",
"pezpallet-timestamp/runtime-benchmarks",
"pezsp-application-crypto/runtime-benchmarks",
"pezsp-consensus-aura/runtime-benchmarks",
"pezsp-io/runtime-benchmarks",
"pezsp-keyring/runtime-benchmarks",
@@ -84,3 +90,7 @@ runtime-benchmarks = [
"pezsp-trie/runtime-benchmarks",
"pezsp-version/runtime-benchmarks",
]
serde = []
experimental = []
with-tracing = []
tuples-96 = []
@@ -72,6 +72,7 @@ std = [
]
try-runtime = [
"pezframe-benchmarking?/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezpallet-aura/try-runtime",
@@ -79,5 +80,11 @@ try-runtime = [
"pezpallet-balances/try-runtime",
"pezpallet-session/try-runtime",
"pezpallet-timestamp/try-runtime",
"pezsp-consensus-aura/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-staking/try-runtime",
]
serde = []
experimental = []
with-tracing = []
tuples-96 = []
@@ -60,7 +60,14 @@ runtime-benchmarks = [
"xcm/runtime-benchmarks",
]
try-runtime = [
"pezcumulus-primitives-core/try-runtime",
"pezframe-benchmarking?/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezsp-runtime/try-runtime",
"xcm/try-runtime",
]
serde = []
experimental = []
with-tracing = []
tuples-96 = []
@@ -41,3 +41,13 @@ std = [
"pezpallet-session/std",
"pezsp-runtime/std",
]
try-runtime = [
"pezframe-benchmarking?/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezpallet-session/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -44,6 +44,7 @@ try-runtime = [
"pezcumulus-pezpallet-teyrchain-system/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezpallet-sudo/try-runtime",
"pezsp-runtime/try-runtime",
]
@@ -55,3 +56,6 @@ runtime-benchmarks = [
"pezpallet-sudo/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
serde = []
experimental = []
tuples-96 = []
@@ -83,12 +83,14 @@ std = [
"pezcumulus-primitives-core/std",
"pezcumulus-primitives-proof-size-hostfunction/std",
"pezcumulus-primitives-teyrchain-inherent/std",
"pezcumulus-test-client/std",
"pezframe-benchmarking/std",
"pezframe-support/std",
"pezframe-system/std",
"pezkuwi-runtime-teyrchains/std",
"pezkuwi-teyrchain-primitives/std",
"pezpallet-message-queue/std",
"pezsc-consensus/std",
"pezsp-consensus-babe/std",
"pezsp-core/std",
"pezsp-externalities/std",
@@ -133,9 +135,26 @@ runtime-benchmarks = [
]
try-runtime = [
"pezcumulus-primitives-core/try-runtime",
"pezcumulus-test-client/try-runtime",
"pezcumulus-test-relay-sproof-builder/try-runtime",
"pezframe-benchmarking?/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezkuwi-runtime-teyrchains/try-runtime",
"pezkuwi-teyrchain-primitives/try-runtime",
"pezpallet-message-queue/try-runtime",
"pezsc-consensus/try-runtime",
"pezsp-api/try-runtime",
"pezsp-consensus-babe/try-runtime",
"pezsp-inherents/try-runtime",
"pezsp-keyring/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-version/try-runtime",
"xcm-builder/try-runtime",
"xcm/try-runtime",
]
serde = []
experimental = []
with-tracing = []
tuples-96 = []
@@ -62,7 +62,13 @@ runtime-benchmarks = [
"pezsp-trie/runtime-benchmarks",
]
try-runtime = [
"pezcumulus-primitives-storage-weight-reclaim/try-runtime",
"pezframe-benchmarking?/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
experimental = []
with-tracing = []
tuples-96 = []
+6
View File
@@ -38,9 +38,11 @@ std = [
"xcm/std",
]
try-runtime = [
"pezcumulus-primitives-core/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezsp-runtime/try-runtime",
"xcm/try-runtime",
]
runtime-benchmarks = [
"pezcumulus-primitives-core/runtime-benchmarks",
@@ -50,3 +52,7 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
serde = []
experimental = []
with-tracing = []
tuples-96 = []
@@ -96,7 +96,10 @@ runtime-benchmarks = [
"xcm/runtime-benchmarks",
]
try-runtime = [
"pezbp-xcm-bridge-hub-router?/try-runtime",
"pezcumulus-pezpallet-teyrchain-system/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezframe-benchmarking?/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezkuwi-runtime-common/try-runtime",
@@ -104,5 +107,12 @@ try-runtime = [
"pezpallet-balances/try-runtime",
"pezpallet-message-queue/try-runtime",
"pezsp-runtime/try-runtime",
"xcm-builder/try-runtime",
"xcm-executor/try-runtime",
"xcm/try-runtime",
]
bridging = ["pezbp-xcm-bridge-hub-router"]
serde = []
experimental = []
with-tracing = []
tuples-96 = []
+1
View File
@@ -24,3 +24,4 @@ runtime-benchmarks = [
"pezsp-api/runtime-benchmarks",
"pezsp-consensus-aura/runtime-benchmarks",
]
serde = []
+9
View File
@@ -51,3 +51,12 @@ runtime-benchmarks = [
"pezsp-trie/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
try-runtime = [
"pezkuwi-core-primitives/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezkuwi-teyrchain-primitives/try-runtime",
"pezsp-api/try-runtime",
"pezsp-runtime/try-runtime",
"xcm/try-runtime",
]
serde = []
@@ -35,3 +35,5 @@ runtime-benchmarks = [
"pezsp-state-machine/runtime-benchmarks",
"pezsp-trie/runtime-benchmarks",
]
serde = []
with-tracing = []
@@ -58,3 +58,15 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
"pezsp-trie/runtime-benchmarks",
]
try-runtime = [
"pezcumulus-primitives-core/try-runtime",
"pezcumulus-test-runtime/try-runtime",
"pezframe-benchmarking?/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
experimental = []
with-tracing = []
tuples-96 = []
@@ -41,3 +41,4 @@ runtime-benchmarks = [
"pezsp-inherents/runtime-benchmarks",
"pezsp-trie/runtime-benchmarks",
]
serde = []
+13
View File
@@ -54,3 +54,16 @@ runtime-benchmarks = [
"xcm-executor/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
try-runtime = [
"pezcumulus-primitives-core/try-runtime",
"pezframe-support/try-runtime",
"pezkuwi-runtime-common/try-runtime",
"pezpallet-asset-conversion/try-runtime",
"pezsp-runtime/try-runtime",
"xcm-builder/try-runtime",
"xcm-executor/try-runtime",
"xcm/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
+40
View File
@@ -73,6 +73,7 @@ runtime-benchmarks = [
"pezsc-executor/runtime-benchmarks",
"pezsc-service/runtime-benchmarks",
"pezsp-api/runtime-benchmarks",
"pezsp-application-crypto/runtime-benchmarks",
"pezsp-blockchain/runtime-benchmarks",
"pezsp-consensus-aura/runtime-benchmarks",
"pezsp-inherents/runtime-benchmarks",
@@ -81,3 +82,42 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
"pezsp-timestamp/runtime-benchmarks",
]
std = [
"bizinikiwi-test-client/std",
"codec/std",
"pezcumulus-test-service/std",
"pezsc-block-builder/std",
"pezsc-consensus-aura/std",
"pezsc-consensus/std",
"pezsc-executor-common/std",
"pezsc-service/std",
"pezsp-blockchain/std",
]
try-runtime = [
"bizinikiwi-test-client/try-runtime",
"pezcumulus-pezpallet-weight-reclaim/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezcumulus-test-relay-sproof-builder/try-runtime",
"pezcumulus-test-runtime/try-runtime",
"pezcumulus-test-service/try-runtime",
"pezframe-system/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezkuwi-teyrchain-primitives/try-runtime",
"pezpallet-balances/try-runtime",
"pezpallet-transaction-payment/try-runtime",
"pezsc-block-builder/try-runtime",
"pezsc-consensus-aura/try-runtime",
"pezsc-consensus/try-runtime",
"pezsc-executor/try-runtime",
"pezsc-service/try-runtime",
"pezsp-api/try-runtime",
"pezsp-blockchain/try-runtime",
"pezsp-consensus-aura/try-runtime",
"pezsp-inherents/try-runtime",
"pezsp-keyring/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-timestamp/try-runtime",
]
serde = []
experimental = []
with-tracing = []
@@ -44,3 +44,9 @@ runtime-benchmarks = [
"pezsp-state-machine/runtime-benchmarks",
"pezsp-trie/runtime-benchmarks",
]
try-runtime = [
"pezcumulus-primitives-core/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
+35
View File
@@ -61,6 +61,7 @@ bizinikiwi-wasm-builder = { optional = true, workspace = true, default-features
default = ["std"]
std = [
"bizinikiwi-wasm-builder",
"bizinikiwi-wasm-builder?/std",
"codec/std",
"pezcumulus-pezpallet-aura-ext/std",
"pezcumulus-pezpallet-teyrchain-system/std",
@@ -146,3 +147,37 @@ runtime-benchmarks = [
"pezsp-version/runtime-benchmarks",
"teyrchain-info/runtime-benchmarks",
]
try-runtime = [
"pezcumulus-pezpallet-aura-ext/try-runtime",
"pezcumulus-pezpallet-teyrchain-system/try-runtime",
"pezcumulus-pezpallet-weight-reclaim/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezframe-executive/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezpallet-aura/try-runtime",
"pezpallet-authorship/try-runtime",
"pezpallet-balances/try-runtime",
"pezpallet-glutton/try-runtime",
"pezpallet-message-queue/try-runtime",
"pezpallet-session/try-runtime",
"pezpallet-sudo/try-runtime",
"pezpallet-timestamp/try-runtime",
"pezpallet-transaction-payment/try-runtime",
"pezsp-api/try-runtime",
"pezsp-block-builder/try-runtime",
"pezsp-consensus-aura/try-runtime",
"pezsp-genesis-builder/try-runtime",
"pezsp-inherents/try-runtime",
"pezsp-keyring/try-runtime",
"pezsp-offchain/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-session/try-runtime",
"pezsp-transaction-pool/try-runtime",
"pezsp-version/try-runtime",
"teyrchain-info/try-runtime",
]
serde = []
experimental = []
with-tracing = []
tuples-96 = []
+89
View File
@@ -154,6 +154,95 @@ runtime-benchmarks = [
"pezsp-state-machine/runtime-benchmarks",
"pezsp-timestamp/runtime-benchmarks",
]
std = [
"bizinikiwi-test-client/std",
"pezcumulus-client-cli/std",
"pezcumulus-client-collator/std",
"pezcumulus-client-consensus-aura/std",
"pezcumulus-client-consensus-common/std",
"pezcumulus-client-consensus-proposer/std",
"pezcumulus-client-pov-recovery/std",
"pezcumulus-client-service/std",
"pezcumulus-client-teyrchain-inherent/std",
"pezcumulus-pezpallet-teyrchain-system/std",
"pezcumulus-relay-chain-inprocess-interface/std",
"pezcumulus-relay-chain-interface/std",
"pezcumulus-relay-chain-minimal-node/std",
"pezcumulus-test-client/std",
"pezkuwi-cli/std",
"pezkuwi-node-subsystem/std",
"pezkuwi-overseer/std",
"pezkuwi-service/std",
"pezkuwi-test-service/std",
"pezsc-basic-authorship/std",
"pezsc-block-builder/std",
"pezsc-chain-spec/std",
"pezsc-cli/std",
"pezsc-client-api/std",
"pezsc-consensus-aura/std",
"pezsc-consensus/std",
"pezsc-executor-common/std",
"pezsc-executor-wasmtime/std",
"pezsc-network/std",
"pezsc-service/std",
"pezsc-telemetry/std",
"pezsc-tracing/std",
"pezsc-transaction-pool-api/std",
"pezsc-transaction-pool/std",
"pezsp-blockchain/std",
"pezsp-consensus/std",
"pezsp-runtime/std",
]
try-runtime = [
"bizinikiwi-test-client/try-runtime",
"pezcumulus-client-cli/try-runtime",
"pezcumulus-client-collator/try-runtime",
"pezcumulus-client-consensus-aura/try-runtime",
"pezcumulus-client-consensus-common/try-runtime",
"pezcumulus-client-consensus-proposer/try-runtime",
"pezcumulus-client-pov-recovery/try-runtime",
"pezcumulus-client-service/try-runtime",
"pezcumulus-client-teyrchain-inherent/try-runtime",
"pezcumulus-pezpallet-teyrchain-system/try-runtime",
"pezcumulus-pezpallet-weight-reclaim/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezcumulus-relay-chain-inprocess-interface/try-runtime",
"pezcumulus-relay-chain-minimal-node/try-runtime",
"pezcumulus-test-client/try-runtime",
"pezcumulus-test-relay-sproof-builder/try-runtime",
"pezcumulus-test-runtime/try-runtime",
"pezframe-system/try-runtime",
"pezkuwi-cli/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezkuwi-service/try-runtime",
"pezkuwi-test-service/try-runtime",
"pezpallet-timestamp/try-runtime",
"pezpallet-transaction-payment/try-runtime",
"pezsc-basic-authorship/try-runtime",
"pezsc-block-builder/try-runtime",
"pezsc-chain-spec/try-runtime",
"pezsc-cli/try-runtime",
"pezsc-client-api/try-runtime",
"pezsc-consensus-aura/try-runtime",
"pezsc-consensus/try-runtime",
"pezsc-executor/try-runtime",
"pezsc-network/try-runtime",
"pezsc-service/try-runtime",
"pezsc-tracing/try-runtime",
"pezsc-transaction-pool-api/try-runtime",
"pezsc-transaction-pool/try-runtime",
"pezsp-api/try-runtime",
"pezsp-blockchain/try-runtime",
"pezsp-consensus-aura/try-runtime",
"pezsp-consensus/try-runtime",
"pezsp-genesis-builder/try-runtime",
"pezsp-keyring/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-timestamp/try-runtime",
]
serde = []
experimental = []
with-tracing = []
[[bench]]
name = "transaction_throughput"
+10
View File
@@ -99,8 +99,11 @@ runtime-benchmarks = [
]
try-runtime = [
"pezcumulus-primitives-core/try-runtime",
"pezcumulus-primitives-utility/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezkuwi-runtime-common/try-runtime",
"pezpallet-asset-tx-payment/try-runtime",
"pezpallet-assets/try-runtime",
@@ -110,6 +113,13 @@ try-runtime = [
"pezpallet-message-queue/try-runtime",
"pezpallet-treasury/try-runtime",
"pezpallet-xcm/try-runtime",
"pezsp-consensus-aura/try-runtime",
"pezsp-runtime/try-runtime",
"teyrchain-info/try-runtime",
"xcm-executor/try-runtime",
"xcm/try-runtime",
]
serde = []
experimental = []
with-tracing = []
tuples-96 = []
@@ -44,3 +44,26 @@ runtime-benchmarks = [
"pezsp-keyring/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
]
std = [
"emulated-integration-tests-common/std",
"pezkuwi-primitives/std",
"pezkuwichain-runtime-constants/std",
"pezsc-consensus-grandpa/std",
"pezsp-authority-discovery/std",
"pezsp-consensus-babe/std",
"pezsp-core/std",
"pezsp-keyring/std",
]
try-runtime = [
"emulated-integration-tests-common/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezkuwichain-runtime-constants/try-runtime",
"pezkuwichain-runtime/try-runtime",
"pezsc-consensus-grandpa/try-runtime",
"pezsp-authority-discovery/try-runtime",
"pezsp-consensus-babe/try-runtime",
"pezsp-consensus-beefy/try-runtime",
"pezsp-keyring/try-runtime",
"teyrchains-common/try-runtime",
]
serde = []
@@ -46,3 +46,28 @@ runtime-benchmarks = [
"zagros-runtime-constants/runtime-benchmarks",
"zagros-runtime/runtime-benchmarks",
]
std = [
"emulated-integration-tests-common/std",
"pezkuwi-primitives/std",
"pezpallet-staking/std",
"pezsc-consensus-grandpa/std",
"pezsp-authority-discovery/std",
"pezsp-consensus-babe/std",
"pezsp-core/std",
"pezsp-runtime/std",
"zagros-runtime-constants/std",
]
try-runtime = [
"emulated-integration-tests-common/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezpallet-staking/try-runtime",
"pezsc-consensus-grandpa/try-runtime",
"pezsp-authority-discovery/try-runtime",
"pezsp-consensus-babe/try-runtime",
"pezsp-consensus-beefy/try-runtime",
"pezsp-runtime/try-runtime",
"teyrchains-common/try-runtime",
"zagros-runtime-constants/try-runtime",
"zagros-runtime/try-runtime",
]
serde = []
@@ -50,3 +50,29 @@ runtime-benchmarks = [
"xcm-builder/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
std = [
"emulated-integration-tests-common/std",
"pezbp-bridge-hub-pezkuwichain/std",
"pezcumulus-primitives-core/std",
"pezframe-support/std",
"pezkuwichain-emulated-chain/std",
"pezsp-core/std",
"pezsp-keyring/std",
"xcm/std",
]
try-runtime = [
"asset-hub-pezkuwichain-runtime/try-runtime",
"emulated-integration-tests-common/try-runtime",
"pezbp-bridge-hub-pezkuwichain/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezframe-support/try-runtime",
"pezkuwichain-emulated-chain/try-runtime",
"pezsp-keyring/try-runtime",
"testnet-teyrchains-constants/try-runtime",
"teyrchains-common/try-runtime",
"xcm-builder/try-runtime",
"xcm/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -50,3 +50,29 @@ runtime-benchmarks = [
"xcm/runtime-benchmarks",
"zagros-emulated-chain/runtime-benchmarks",
]
std = [
"emulated-integration-tests-common/std",
"pezbp-bridge-hub-zagros/std",
"pezcumulus-primitives-core/std",
"pezframe-support/std",
"pezsp-core/std",
"pezsp-keyring/std",
"xcm/std",
"zagros-emulated-chain/std",
]
try-runtime = [
"asset-hub-zagros-runtime/try-runtime",
"emulated-integration-tests-common/try-runtime",
"pezbp-bridge-hub-zagros/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezframe-support/try-runtime",
"pezsp-keyring/try-runtime",
"testnet-teyrchains-constants/try-runtime",
"teyrchains-common/try-runtime",
"xcm-builder/try-runtime",
"xcm/try-runtime",
"zagros-emulated-chain/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -36,3 +36,20 @@ runtime-benchmarks = [
"testnet-teyrchains-constants/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
]
std = [
"emulated-integration-tests-common/std",
"pezcumulus-primitives-core/std",
"pezframe-support/std",
"pezsp-core/std",
]
try-runtime = [
"collectives-zagros-runtime/try-runtime",
"emulated-integration-tests-common/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezframe-support/try-runtime",
"testnet-teyrchains-constants/try-runtime",
"teyrchains-common/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -36,3 +36,20 @@ runtime-benchmarks = [
"testnet-teyrchains-constants/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
]
std = [
"emulated-integration-tests-common/std",
"pezcumulus-primitives-core/std",
"pezframe-support/std",
"pezsp-core/std",
]
try-runtime = [
"coretime-pezkuwichain-runtime/try-runtime",
"emulated-integration-tests-common/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezframe-support/try-runtime",
"testnet-teyrchains-constants/try-runtime",
"teyrchains-common/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -36,3 +36,20 @@ runtime-benchmarks = [
"testnet-teyrchains-constants/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
]
std = [
"emulated-integration-tests-common/std",
"pezcumulus-primitives-core/std",
"pezframe-support/std",
"pezsp-core/std",
]
try-runtime = [
"coretime-zagros-runtime/try-runtime",
"emulated-integration-tests-common/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezframe-support/try-runtime",
"testnet-teyrchains-constants/try-runtime",
"teyrchains-common/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -36,3 +36,20 @@ runtime-benchmarks = [
"testnet-teyrchains-constants/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
]
std = [
"emulated-integration-tests-common/std",
"pezcumulus-primitives-core/std",
"pezframe-support/std",
"pezsp-core/std",
]
try-runtime = [
"emulated-integration-tests-common/try-runtime",
"people-pezkuwichain-runtime/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezframe-support/try-runtime",
"testnet-teyrchains-constants/try-runtime",
"teyrchains-common/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -36,3 +36,20 @@ runtime-benchmarks = [
"testnet-teyrchains-constants/runtime-benchmarks",
"teyrchains-common/runtime-benchmarks",
]
std = [
"emulated-integration-tests-common/std",
"pezcumulus-primitives-core/std",
"pezframe-support/std",
"pezsp-core/std",
]
try-runtime = [
"emulated-integration-tests-common/try-runtime",
"people-zagros-runtime/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezframe-support/try-runtime",
"testnet-teyrchains-constants/try-runtime",
"teyrchains-common/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -46,3 +46,26 @@ runtime-benchmarks = [
"teyrchains-common/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
std = [
"emulated-integration-tests-common/std",
"pezbp-messages/std",
"pezbridge-hub-common/std",
"pezframe-support/std",
"pezsp-core/std",
"pezsp-keyring/std",
"xcm/std",
]
try-runtime = [
"emulated-integration-tests-common/try-runtime",
"pezbp-messages/try-runtime",
"pezbridge-hub-common/try-runtime",
"pezbridge-hub-pezkuwichain-runtime/try-runtime",
"pezframe-support/try-runtime",
"pezsp-keyring/try-runtime",
"testnet-teyrchains-constants/try-runtime",
"teyrchains-common/try-runtime",
"xcm/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -46,3 +46,26 @@ runtime-benchmarks = [
"teyrchains-common/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
std = [
"emulated-integration-tests-common/std",
"pezbp-messages/std",
"pezbridge-hub-common/std",
"pezframe-support/std",
"pezsp-core/std",
"pezsp-keyring/std",
"xcm/std",
]
try-runtime = [
"emulated-integration-tests-common/try-runtime",
"pezbp-messages/try-runtime",
"pezbridge-hub-common/try-runtime",
"pezbridge-hub-zagros-runtime/try-runtime",
"pezframe-support/try-runtime",
"pezsp-keyring/try-runtime",
"testnet-teyrchains-constants/try-runtime",
"teyrchains-common/try-runtime",
"xcm/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -38,3 +38,23 @@ runtime-benchmarks = [
"teyrchains-common/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
std = [
"emulated-integration-tests-common/std",
"pezcumulus-primitives-core/std",
"pezframe-support/std",
"pezsp-core/std",
"pezsp-keyring/std",
"xcm/std",
]
try-runtime = [
"emulated-integration-tests-common/try-runtime",
"pez-penpal-runtime/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezframe-support/try-runtime",
"pezsp-keyring/try-runtime",
"teyrchains-common/try-runtime",
"xcm/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -96,3 +96,46 @@ runtime-benchmarks = [
"xcm-runtime-pezapis/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
std = [
"codec/std",
"pezsc-consensus-grandpa/std",
"xcm-pez-emulator/std",
"xcm-pez-simulator/std",
]
try-runtime = [
"asset-test-pezutils/try-runtime",
"pezbp-messages/try-runtime",
"pezbp-xcm-bridge-hub/try-runtime",
"pezcumulus-pezpallet-teyrchain-system/try-runtime",
"pezcumulus-pezpallet-xcmp-queue/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezkuwi-runtime-teyrchains/try-runtime",
"pezkuwi-teyrchain-primitives/try-runtime",
"pezpallet-asset-conversion/try-runtime",
"pezpallet-assets/try-runtime",
"pezpallet-balances/try-runtime",
"pezpallet-bridge-messages/try-runtime",
"pezpallet-message-queue/try-runtime",
"pezpallet-whitelist/try-runtime",
"pezpallet-xcm-bridge-hub/try-runtime",
"pezpallet-xcm/try-runtime",
"pezsc-consensus-grandpa/try-runtime",
"pezsp-authority-discovery/try-runtime",
"pezsp-consensus-babe/try-runtime",
"pezsp-consensus-beefy/try-runtime",
"pezsp-keyring/try-runtime",
"pezsp-runtime/try-runtime",
"teyrchains-common/try-runtime",
"xcm-builder/try-runtime",
"xcm-executor/try-runtime",
"xcm-pez-emulator/try-runtime",
"xcm-pez-simulator/try-runtime",
"xcm-runtime-pezapis/try-runtime",
"xcm/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -33,3 +33,12 @@ runtime-benchmarks = [
"pezbridge-hub-pezkuwichain-emulated-chain/runtime-benchmarks",
"pezkuwichain-emulated-chain/runtime-benchmarks",
]
std = [
"asset-hub-pezkuwichain-emulated-chain/std",
"coretime-pezkuwichain-emulated-chain/std",
"emulated-integration-tests-common/std",
"people-pezkuwichain-emulated-chain/std",
"pez-penpal-emulated-chain/std",
"pezbridge-hub-pezkuwichain-emulated-chain/std",
"pezkuwichain-emulated-chain/std",
]
@@ -35,3 +35,13 @@ runtime-benchmarks = [
"pezkuwichain-emulated-chain/runtime-benchmarks",
"zagros-emulated-chain/runtime-benchmarks",
]
std = [
"asset-hub-pezkuwichain-emulated-chain/std",
"asset-hub-zagros-emulated-chain/std",
"emulated-integration-tests-common/std",
"pez-penpal-emulated-chain/std",
"pezbridge-hub-pezkuwichain-emulated-chain/std",
"pezbridge-hub-zagros-emulated-chain/std",
"pezkuwichain-emulated-chain/std",
"zagros-emulated-chain/std",
]
@@ -35,3 +35,13 @@ runtime-benchmarks = [
"pezbridge-hub-zagros-emulated-chain/runtime-benchmarks",
"zagros-emulated-chain/runtime-benchmarks",
]
std = [
"asset-hub-zagros-emulated-chain/std",
"collectives-zagros-emulated-chain/std",
"coretime-zagros-emulated-chain/std",
"emulated-integration-tests-common/std",
"people-zagros-emulated-chain/std",
"pez-penpal-emulated-chain/std",
"pezbridge-hub-zagros-emulated-chain/std",
"zagros-emulated-chain/std",
]
@@ -69,3 +69,48 @@ runtime-benchmarks = [
"xcm-runtime-pezapis/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
std = [
"codec/std",
"emulated-integration-tests-common/std",
"pezcumulus-pezpallet-teyrchain-system/std",
"pezframe-support/std",
"pezframe-system/std",
"pezkuwichain-system-emulated-network/std",
"pezpallet-asset-conversion/std",
"pezpallet-asset-rewards/std",
"pezpallet-assets/std",
"pezpallet-balances/std",
"pezpallet-message-queue/std",
"pezpallet-treasury/std",
"pezpallet-utility/std",
"pezpallet-xcm/std",
"pezsp-core/std",
"pezsp-runtime/std",
"xcm-executor/std",
"xcm/std",
]
try-runtime = [
"asset-test-pezutils/try-runtime",
"emulated-integration-tests-common/try-runtime",
"pezcumulus-pezpallet-teyrchain-system/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezkuwi-runtime-common/try-runtime",
"pezkuwichain-runtime-constants/try-runtime",
"pezpallet-asset-conversion/try-runtime",
"pezpallet-asset-rewards/try-runtime",
"pezpallet-assets/try-runtime",
"pezpallet-balances/try-runtime",
"pezpallet-message-queue/try-runtime",
"pezpallet-treasury/try-runtime",
"pezpallet-utility/try-runtime",
"pezpallet-xcm/try-runtime",
"pezsp-runtime/try-runtime",
"teyrchains-common/try-runtime",
"xcm-executor/try-runtime",
"xcm-runtime-pezapis/try-runtime",
"xcm/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -72,3 +72,51 @@ runtime-benchmarks = [
"xcm/runtime-benchmarks",
"zagros-system-emulated-network/runtime-benchmarks",
]
std = [
"codec/std",
"emulated-integration-tests-common/std",
"pezcumulus-pezpallet-teyrchain-system/std",
"pezcumulus-pezpallet-xcmp-queue/std",
"pezframe-support/std",
"pezframe-system/std",
"pezpallet-asset-conversion/std",
"pezpallet-asset-rewards/std",
"pezpallet-assets/std",
"pezpallet-balances/std",
"pezpallet-message-queue/std",
"pezpallet-treasury/std",
"pezpallet-xcm/std",
"pezsp-core/std",
"pezsp-runtime/std",
"xcm-builder/std",
"xcm-executor/std",
"xcm-runtime-pezapis/std",
"xcm/std",
"zagros-system-emulated-network/std",
]
try-runtime = [
"asset-test-pezutils/try-runtime",
"emulated-integration-tests-common/try-runtime",
"pezcumulus-pezpallet-teyrchain-system/try-runtime",
"pezcumulus-pezpallet-xcmp-queue/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezkuwi-runtime-common/try-runtime",
"pezpallet-asset-conversion/try-runtime",
"pezpallet-asset-rewards/try-runtime",
"pezpallet-assets/try-runtime",
"pezpallet-balances/try-runtime",
"pezpallet-message-queue/try-runtime",
"pezpallet-treasury/try-runtime",
"pezpallet-xcm/try-runtime",
"pezsp-runtime/try-runtime",
"teyrchains-common/try-runtime",
"xcm-builder/try-runtime",
"xcm-executor/try-runtime",
"xcm-runtime-pezapis/try-runtime",
"xcm/try-runtime",
]
serde = []
experimental = []
with-tracing = []
tuples-96 = []
@@ -61,3 +61,43 @@ runtime-benchmarks = [
"zagros-runtime-constants/runtime-benchmarks",
"zagros-system-emulated-network/runtime-benchmarks",
]
std = [
"codec/std",
"emulated-integration-tests-common/std",
"pezcumulus-pezpallet-teyrchain-system/std",
"pezcumulus-pezpallet-xcmp-queue/std",
"pezframe-support/std",
"pezpallet-assets/std",
"pezpallet-balances/std",
"pezpallet-message-queue/std",
"pezpallet-treasury/std",
"pezpallet-utility/std",
"pezpallet-whitelist/std",
"pezpallet-xcm/std",
"pezsp-runtime/std",
"xcm-executor/std",
"xcm/std",
"zagros-system-emulated-network/std",
]
try-runtime = [
"collectives-zagros-runtime/try-runtime",
"emulated-integration-tests-common/try-runtime",
"pezcumulus-pezpallet-teyrchain-system/try-runtime",
"pezcumulus-pezpallet-xcmp-queue/try-runtime",
"pezframe-support/try-runtime",
"pezkuwi-runtime-common/try-runtime",
"pezpallet-assets/try-runtime",
"pezpallet-balances/try-runtime",
"pezpallet-message-queue/try-runtime",
"pezpallet-treasury/try-runtime",
"pezpallet-utility/try-runtime",
"pezpallet-whitelist/try-runtime",
"pezpallet-xcm/try-runtime",
"pezsp-runtime/try-runtime",
"xcm-executor/try-runtime",
"xcm/try-runtime",
"zagros-runtime-constants/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -43,3 +43,25 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
std = [
"emulated-integration-tests-common/std",
"pezframe-support/std",
"pezkuwichain-system-emulated-network/std",
"pezpallet-message-queue/std",
"pezsp-runtime/std",
"xcm/std",
]
try-runtime = [
"emulated-integration-tests-common/try-runtime",
"pezcumulus-pezpallet-teyrchain-system/try-runtime",
"pezframe-support/try-runtime",
"pezkuwi-runtime-teyrchains/try-runtime",
"pezkuwichain-runtime-constants/try-runtime",
"pezpallet-broker/try-runtime",
"pezpallet-message-queue/try-runtime",
"pezsp-runtime/try-runtime",
"xcm/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -45,3 +45,27 @@ runtime-benchmarks = [
"zagros-runtime-constants/runtime-benchmarks",
"zagros-system-emulated-network/runtime-benchmarks",
]
std = [
"emulated-integration-tests-common/std",
"pezframe-support/std",
"pezpallet-message-queue/std",
"pezsp-runtime/std",
"xcm-executor/std",
"xcm/std",
"zagros-system-emulated-network/std",
]
try-runtime = [
"emulated-integration-tests-common/try-runtime",
"pezcumulus-pezpallet-teyrchain-system/try-runtime",
"pezframe-support/try-runtime",
"pezkuwi-runtime-teyrchains/try-runtime",
"pezpallet-broker/try-runtime",
"pezpallet-message-queue/try-runtime",
"pezsp-runtime/try-runtime",
"xcm-executor/try-runtime",
"xcm/try-runtime",
"zagros-runtime-constants/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -50,3 +50,24 @@ runtime-benchmarks = [
"zagros-runtime/runtime-benchmarks",
"zagros-system-emulated-network/runtime-benchmarks",
]
std = [
"emulated-integration-tests-common/std",
"zagros-runtime/std",
"zagros-system-emulated-network/std",
]
try-runtime = [
"asset-hub-zagros-runtime/try-runtime",
"collectives-zagros-runtime/try-runtime",
"emulated-integration-tests-common/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezpallet-utility/try-runtime",
"pezpallet-whitelist/try-runtime",
"pezpallet-xcm/try-runtime",
"pezsp-runtime/try-runtime",
"xcm/try-runtime",
"zagros-runtime/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -41,3 +41,25 @@ runtime-benchmarks = [
"xcm-executor/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
std = [
"emulated-integration-tests-common/std",
"pezframe-support/std",
"pezkuwichain-system-emulated-network/std",
"pezpallet-balances/std",
"pezsp-runtime/std",
"xcm-executor/std",
"xcm/std",
]
try-runtime = [
"asset-test-pezutils/try-runtime",
"emulated-integration-tests-common/try-runtime",
"pezframe-support/try-runtime",
"pezpallet-balances/try-runtime",
"pezsp-runtime/try-runtime",
"teyrchains-common/try-runtime",
"xcm-executor/try-runtime",
"xcm/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -49,3 +49,33 @@ runtime-benchmarks = [
"zagros-runtime/runtime-benchmarks",
"zagros-system-emulated-network/runtime-benchmarks",
]
std = [
"codec/std",
"emulated-integration-tests-common/std",
"pezframe-support/std",
"pezpallet-balances/std",
"pezpallet-identity/std",
"pezpallet-message-queue/std",
"pezpallet-xcm/std",
"pezsp-runtime/std",
"xcm-executor/std",
"xcm/std",
"zagros-runtime/std",
"zagros-system-emulated-network/std",
]
try-runtime = [
"emulated-integration-tests-common/try-runtime",
"pezframe-support/try-runtime",
"pezpallet-balances/try-runtime",
"pezpallet-identity/try-runtime",
"pezpallet-message-queue/try-runtime",
"pezpallet-xcm/try-runtime",
"pezsp-runtime/try-runtime",
"teyrchains-common/try-runtime",
"xcm-executor/try-runtime",
"xcm/try-runtime",
"zagros-runtime/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -83,3 +83,55 @@ runtime-benchmarks = [
"xcm-executor/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
std = [
"asset-hub-pezkuwichain-runtime/std",
"codec/std",
"emulated-integration-tests-common/std",
"pezbp-asset-hub-pezkuwichain/std",
"pezcumulus-pezpallet-xcmp-queue/std",
"pezframe-support/std",
"pezkuwichain-system-emulated-network/std",
"pezkuwichain-zagros-system-emulated-network/std",
"pezpallet-asset-conversion/std",
"pezpallet-assets/std",
"pezpallet-balances/std",
"pezpallet-bridge-messages/std",
"pezpallet-xcm/std",
"pezsnowbridge-inbound-queue-primitives/std",
"pezsnowbridge-outbound-queue-primitives/std",
"pezsnowbridge-pezpallet-outbound-queue/std",
"pezsnowbridge-pezpallet-system/std",
"pezsp-core/std",
"pezsp-runtime/std",
"scale-info/std",
"xcm-builder/std",
"xcm-executor/std",
"xcm/std",
]
try-runtime = [
"asset-hub-pezkuwichain-runtime/try-runtime",
"emulated-integration-tests-common/try-runtime",
"pezbp-asset-hub-pezkuwichain/try-runtime",
"pezcumulus-pezpallet-xcmp-queue/try-runtime",
"pezframe-support/try-runtime",
"pezpallet-asset-conversion/try-runtime",
"pezpallet-assets/try-runtime",
"pezpallet-balances/try-runtime",
"pezpallet-bridge-messages/try-runtime",
"pezpallet-message-queue/try-runtime",
"pezpallet-xcm/try-runtime",
"pezsnowbridge-inbound-queue-primitives/try-runtime",
"pezsnowbridge-outbound-queue-primitives/try-runtime",
"pezsnowbridge-pezpallet-inbound-queue-fixtures/try-runtime",
"pezsnowbridge-pezpallet-outbound-queue/try-runtime",
"pezsnowbridge-pezpallet-system/try-runtime",
"pezsp-runtime/try-runtime",
"testnet-teyrchains-constants/try-runtime",
"teyrchains-common/try-runtime",
"xcm-builder/try-runtime",
"xcm-executor/try-runtime",
"xcm/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -101,3 +101,73 @@ runtime-benchmarks = [
"xcm-executor/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
std = [
"codec/std",
"emulated-integration-tests-common/std",
"pezbp-asset-hub-zagros/std",
"pezbridge-hub-common/std",
"pezcumulus-pezpallet-teyrchain-system/std",
"pezcumulus-pezpallet-xcmp-queue/std",
"pezframe-support/std",
"pezkuwichain-zagros-system-emulated-network/std",
"pezpallet-asset-conversion/std",
"pezpallet-assets/std",
"pezpallet-balances/std",
"pezpallet-bridge-messages/std",
"pezpallet-bridge-relayers/std",
"pezpallet-xcm/std",
"pezsnowbridge-core/std",
"pezsnowbridge-inbound-queue-primitives/std",
"pezsnowbridge-outbound-queue-primitives/std",
"pezsnowbridge-pezpallet-inbound-queue-fixtures/std",
"pezsnowbridge-pezpallet-inbound-queue-v2/std",
"pezsnowbridge-pezpallet-inbound-queue/std",
"pezsnowbridge-pezpallet-outbound-queue-v2/std",
"pezsnowbridge-pezpallet-outbound-queue/std",
"pezsnowbridge-pezpallet-system-v2/std",
"pezsnowbridge-pezpallet-system/std",
"pezsp-core/std",
"pezsp-io/std",
"pezsp-runtime/std",
"scale-info/std",
"xcm-builder/std",
"xcm-executor/std",
"xcm/std",
]
try-runtime = [
"asset-hub-zagros-runtime/try-runtime",
"emulated-integration-tests-common/try-runtime",
"pezbp-asset-hub-zagros/try-runtime",
"pezbridge-hub-common/try-runtime",
"pezbridge-hub-zagros-runtime/try-runtime",
"pezcumulus-pezpallet-teyrchain-system/try-runtime",
"pezcumulus-pezpallet-xcmp-queue/try-runtime",
"pezframe-support/try-runtime",
"pezpallet-asset-conversion/try-runtime",
"pezpallet-assets/try-runtime",
"pezpallet-balances/try-runtime",
"pezpallet-bridge-messages/try-runtime",
"pezpallet-bridge-relayers/try-runtime",
"pezpallet-message-queue/try-runtime",
"pezpallet-xcm/try-runtime",
"pezsnowbridge-core/try-runtime",
"pezsnowbridge-inbound-queue-primitives/try-runtime",
"pezsnowbridge-outbound-queue-primitives/try-runtime",
"pezsnowbridge-pezpallet-inbound-queue-fixtures/try-runtime",
"pezsnowbridge-pezpallet-inbound-queue-v2/try-runtime",
"pezsnowbridge-pezpallet-inbound-queue/try-runtime",
"pezsnowbridge-pezpallet-outbound-queue-v2/try-runtime",
"pezsnowbridge-pezpallet-outbound-queue/try-runtime",
"pezsnowbridge-pezpallet-system-v2/try-runtime",
"pezsnowbridge-pezpallet-system/try-runtime",
"pezsp-runtime/try-runtime",
"testnet-teyrchains-constants/try-runtime",
"teyrchains-common/try-runtime",
"xcm-builder/try-runtime",
"xcm-executor/try-runtime",
"xcm/try-runtime",
]
serde = []
experimental = []
with-tracing = []
tuples-96 = []
@@ -39,6 +39,7 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezframe-benchmarking?/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezsp-runtime/try-runtime",
@@ -53,3 +54,7 @@ std = [
"pezsp-runtime/std",
"scale-info/std",
]
serde = []
experimental = []
with-tracing = []
tuples-96 = []
@@ -60,8 +60,14 @@ runtime-benchmarks = [
]
try-runtime = [
"pezframe-benchmarking?/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezpallet-balances/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
experimental = []
with-tracing = []
tuples-96 = []
@@ -75,9 +75,23 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezframe-benchmarking?/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezpallet-balances?/try-runtime",
"pezpallet-collective?/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = [
"codec/serde",
"dep:serde",
"log/serde",
"pezframe-benchmarking?/serde",
"pezsp-core?/serde",
"pezsp-runtime/serde",
"scale-info/serde",
]
experimental = []
with-tracing = []
tuples-96 = []
@@ -107,8 +107,10 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezframe-benchmarking?/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezpallet-assets/try-runtime",
"pezpallet-balances/try-runtime",
"pezpallet-identity-kyc/try-runtime",
@@ -118,3 +120,17 @@ try-runtime = [
"pezpallet-trust/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = [
"codec/serde",
"dep:serde",
"log/serde",
"pezframe-benchmarking?/serde",
"pezpallet-pez-treasury/serde",
"pezpallet-trust/serde",
"pezsp-core?/serde",
"pezsp-runtime/serde",
"scale-info/serde",
]
experimental = []
with-tracing = []
tuples-96 = []
@@ -83,10 +83,24 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezframe-benchmarking?/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezpallet-assets/try-runtime",
"pezpallet-balances/try-runtime",
"pezpallet-scheduler/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = [
"codec/serde",
"dep:serde",
"log/serde",
"pezframe-benchmarking?/serde",
"pezsp-core?/serde",
"pezsp-runtime/serde",
"scale-info/serde",
]
experimental = []
with-tracing = []
tuples-96 = []
@@ -39,9 +39,11 @@ std = [
]
try-runtime = [
"pezcumulus-pezpallet-xcm/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezsp-runtime/try-runtime",
"xcm/try-runtime",
]
runtime-benchmarks = [
"pezcumulus-pezpallet-xcm/runtime-benchmarks",
@@ -51,3 +53,6 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
serde = []
experimental = []
tuples-96 = []
@@ -66,9 +66,14 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezframe-benchmarking?/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezpallet-assets/try-runtime",
"pezpallet-balances?/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
experimental = []
with-tracing = []
tuples-96 = []
@@ -66,10 +66,16 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezframe-benchmarking?/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezpallet-balances/try-runtime",
"pezpallet-identity-kyc/try-runtime",
"pezpallet-nfts/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
experimental = []
with-tracing = []
tuples-96 = []
@@ -87,13 +87,30 @@ runtime-benchmarks = [
"pezsp-staking/runtime-benchmarks",
]
try-runtime = [
"pezframe-benchmarking?/try-runtime",
"pezframe-election-provider-support/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezpallet-bags-list/try-runtime",
"pezpallet-balances?/try-runtime",
"pezpallet-session/try-runtime",
"pezpallet-staking?/try-runtime",
"pezpallet-timestamp/try-runtime",
"pezsp-npos-elections/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-staking/try-runtime",
]
serde = [
"codec/serde",
"dep:serde",
"pezframe-benchmarking?/serde",
"pezsp-core/serde",
"pezsp-npos-elections/serde",
"pezsp-runtime/serde",
"pezsp-staking/serde",
"scale-info/serde",
]
experimental = []
with-tracing = []
tuples-96 = []
@@ -34,6 +34,7 @@ std = [
"scale-info/std",
]
try-runtime = [
"pezcumulus-primitives-core/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezsp-runtime/try-runtime",
@@ -44,3 +45,6 @@ runtime-benchmarks = [
"pezframe-system/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
serde = []
experimental = []
tuples-96 = []
@@ -67,6 +67,7 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezframe-benchmarking?/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezpallet-balances/try-runtime",
@@ -75,3 +76,7 @@ try-runtime = [
"pezpallet-nfts/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
experimental = []
with-tracing = []
tuples-96 = []
@@ -68,9 +68,21 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezframe-benchmarking?/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezpallet-assets/try-runtime",
"pezpallet-balances/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = [
"codec/serde",
"dep:serde",
"pezframe-benchmarking?/serde",
"pezsp-core?/serde",
"pezsp-runtime/serde",
"scale-info/serde",
]
experimental = []
with-tracing = []
tuples-96 = []
@@ -98,6 +98,8 @@ try-runtime = [
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
# Diğer paletlerin try-runtime özellikleri
"pezframe-benchmarking?/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezpallet-balances/try-runtime",
"pezpallet-identity-kyc/try-runtime",
"pezpallet-perwerde/try-runtime",
@@ -106,3 +108,17 @@ try-runtime = [
"pezpallet-tiki/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = [
"codec/serde",
"dep:serde",
"log/serde",
"pezframe-benchmarking?/serde",
"pezpallet-perwerde/serde",
"pezpallet-staking-score/serde",
"pezsp-core?/serde",
"pezsp-runtime/serde",
"scale-info/serde",
]
experimental = []
with-tracing = []
tuples-96 = []
@@ -107,6 +107,7 @@ runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezframe-benchmarking?/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezpallet-balances/try-runtime",
@@ -124,3 +125,18 @@ try-runtime = [
"pezpallet-trust/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = [
"codec/serde",
"dep:serde",
"log/serde",
"pezframe-benchmarking?/serde",
"pezpallet-democracy/serde",
"pezpallet-staking-score/serde",
"pezpallet-trust/serde",
"pezsp-core?/serde",
"pezsp-runtime/serde",
"scale-info/serde",
]
experimental = []
with-tracing = []
tuples-96 = []
@@ -231,17 +231,29 @@ runtime-benchmarks = [
try-runtime = [
"asset-test-pezutils/try-runtime",
"pez-assets-common/try-runtime",
"pezbp-asset-hub-pezkuwichain/try-runtime",
"pezbp-asset-hub-zagros/try-runtime",
"pezbp-bridge-hub-pezkuwichain/try-runtime",
"pezbp-bridge-hub-zagros/try-runtime",
"pezcumulus-pezpallet-aura-ext/try-runtime",
"pezcumulus-pezpallet-session-benchmarking/try-runtime",
"pezcumulus-pezpallet-teyrchain-system/try-runtime",
"pezcumulus-pezpallet-weight-reclaim/try-runtime",
"pezcumulus-pezpallet-xcm/try-runtime",
"pezcumulus-pezpallet-xcmp-queue/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezcumulus-primitives-utility/try-runtime",
"pezframe-benchmarking?/try-runtime",
"pezframe-election-provider-support/try-runtime",
"pezframe-executive/try-runtime",
"pezframe-metadata-hash-extension/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system-benchmarking?/try-runtime",
"pezframe-system/try-runtime",
"pezframe-try-runtime/try-runtime",
"pezkuwi-runtime-common/try-runtime",
"pezkuwi-teyrchain-primitives/try-runtime",
"pezkuwichain-runtime-constants/try-runtime",
"pezpallet-asset-conversion-ops/try-runtime",
"pezpallet-asset-conversion-tx-payment/try-runtime",
"pezpallet-asset-conversion/try-runtime",
@@ -263,6 +275,7 @@ try-runtime = [
"pezpallet-nft-fractionalization/try-runtime",
"pezpallet-nfts/try-runtime",
"pezpallet-nis/try-runtime",
"pezpallet-nomination-pools-runtime-api/try-runtime",
"pezpallet-nomination-pools/try-runtime",
"pezpallet-pez-treasury/try-runtime",
"pezpallet-presale/try-runtime",
@@ -273,18 +286,39 @@ try-runtime = [
"pezpallet-staking/try-runtime",
"pezpallet-timestamp/try-runtime",
"pezpallet-token-wrapper/try-runtime",
"pezpallet-transaction-payment-rpc-runtime-api/try-runtime",
"pezpallet-transaction-payment/try-runtime",
"pezpallet-treasury/try-runtime",
"pezpallet-uniques/try-runtime",
"pezpallet-utility/try-runtime",
"pezpallet-xcm-benchmarks?/try-runtime",
"pezpallet-xcm-bridge-hub-router/try-runtime",
"pezpallet-xcm/try-runtime",
"pezsp-api/try-runtime",
"pezsp-block-builder/try-runtime",
"pezsp-consensus-aura/try-runtime",
"pezsp-genesis-builder/try-runtime",
"pezsp-inherents/try-runtime",
"pezsp-keyring/try-runtime",
"pezsp-npos-elections/try-runtime",
"pezsp-offchain/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-session/try-runtime",
"pezsp-staking/try-runtime",
"pezsp-transaction-pool/try-runtime",
"pezsp-version/try-runtime",
"testnet-teyrchains-constants/try-runtime",
"teyrchain-info/try-runtime",
"teyrchains-common/try-runtime",
"teyrchains-runtimes-test-utils/try-runtime",
"xcm-builder/try-runtime",
"xcm-executor/try-runtime",
"xcm-runtime-pezapis/try-runtime",
"xcm/try-runtime",
]
std = [
"bizinikiwi-wasm-builder",
"bizinikiwi-wasm-builder?/std",
"codec/std",
"log/std",
"pez-assets-common/std",
@@ -390,3 +424,7 @@ metadata-hash = ["bizinikiwi-wasm-builder/metadata-hash"]
# deployment. This will disable stuff that shouldn't be part of the on-chain wasm
# to make it smaller, like logging for example.
on-chain-release-build = ["metadata-hash"]
serde = []
experimental = []
with-tracing = []
tuples-96 = []
@@ -59,3 +59,16 @@ runtime-benchmarks = [
"testnet-teyrchains-constants/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
try-runtime = [
"pezbp-bridge-hub-pezcumulus/try-runtime",
"pezbp-messages/try-runtime",
"pezbp-runtime/try-runtime",
"pezbp-xcm-bridge-hub-router/try-runtime",
"pezframe-support/try-runtime",
"pezsp-api/try-runtime",
"testnet-teyrchains-constants/try-runtime",
"xcm/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -210,6 +210,7 @@ runtime-benchmarks = [
"pezpallet-preimage/runtime-benchmarks",
"pezpallet-proxy/runtime-benchmarks",
"pezpallet-referenda/runtime-benchmarks",
"pezpallet-revive-fixtures/runtime-benchmarks",
"pezpallet-revive/runtime-benchmarks",
"pezpallet-scheduler/runtime-benchmarks",
"pezpallet-session/runtime-benchmarks",
@@ -261,17 +262,28 @@ runtime-benchmarks = [
try-runtime = [
"asset-test-pezutils/try-runtime",
"pez-assets-common/try-runtime",
"pezbp-asset-hub-pezkuwichain/try-runtime",
"pezbp-asset-hub-zagros/try-runtime",
"pezbp-bridge-hub-pezkuwichain/try-runtime",
"pezbp-bridge-hub-zagros/try-runtime",
"pezcumulus-pezpallet-aura-ext/try-runtime",
"pezcumulus-pezpallet-session-benchmarking/try-runtime",
"pezcumulus-pezpallet-teyrchain-system/try-runtime",
"pezcumulus-pezpallet-weight-reclaim/try-runtime",
"pezcumulus-pezpallet-xcm/try-runtime",
"pezcumulus-pezpallet-xcmp-queue/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezcumulus-primitives-utility/try-runtime",
"pezframe-benchmarking?/try-runtime",
"pezframe-election-provider-support/try-runtime",
"pezframe-executive/try-runtime",
"pezframe-metadata-hash-extension/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system-benchmarking?/try-runtime",
"pezframe-system/try-runtime",
"pezframe-try-runtime/try-runtime",
"pezkuwi-runtime-common/try-runtime",
"pezkuwi-teyrchain-primitives/try-runtime",
"pezpallet-ah-ops/try-runtime",
"pezpallet-asset-conversion-ops/try-runtime",
"pezpallet-asset-conversion-tx-payment/try-runtime",
@@ -296,6 +308,7 @@ try-runtime = [
"pezpallet-multisig/try-runtime",
"pezpallet-nft-fractionalization/try-runtime",
"pezpallet-nfts/try-runtime",
"pezpallet-nomination-pools-runtime-api/try-runtime",
"pezpallet-nomination-pools/try-runtime",
"pezpallet-preimage/try-runtime",
"pezpallet-proxy/try-runtime",
@@ -309,24 +322,47 @@ try-runtime = [
"pezpallet-state-trie-migration/try-runtime",
"pezpallet-sudo/try-runtime",
"pezpallet-timestamp/try-runtime",
"pezpallet-transaction-payment-rpc-runtime-api/try-runtime",
"pezpallet-transaction-payment/try-runtime",
"pezpallet-treasury/try-runtime",
"pezpallet-uniques/try-runtime",
"pezpallet-utility/try-runtime",
"pezpallet-vesting/try-runtime",
"pezpallet-whitelist/try-runtime",
"pezpallet-xcm-benchmarks?/try-runtime",
"pezpallet-xcm-bridge-hub-router/try-runtime",
"pezpallet-xcm-precompiles/try-runtime",
"pezpallet-xcm/try-runtime",
"pezsnowbridge-outbound-queue-primitives/try-runtime",
"pezsnowbridge-pezpallet-system-frontend/try-runtime",
"pezsnowbridge-runtime-common/try-runtime",
"pezsp-api/try-runtime",
"pezsp-block-builder/try-runtime",
"pezsp-consensus-aura/try-runtime",
"pezsp-genesis-builder/try-runtime",
"pezsp-inherents/try-runtime",
"pezsp-keyring/try-runtime",
"pezsp-npos-elections/try-runtime",
"pezsp-offchain/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-session/try-runtime",
"pezsp-staking/try-runtime",
"pezsp-transaction-pool/try-runtime",
"pezsp-version/try-runtime",
"testnet-teyrchains-constants/try-runtime",
"teyrchain-info/try-runtime",
"teyrchains-common/try-runtime",
"teyrchains-runtimes-test-utils/try-runtime",
"xcm-builder/try-runtime",
"xcm-executor/try-runtime",
"xcm-runtime-pezapis/try-runtime",
"xcm/try-runtime",
"zagros-runtime-constants/try-runtime",
]
std = [
"alloy-core/std",
"bizinikiwi-wasm-builder",
"bizinikiwi-wasm-builder?/std",
"codec/std",
"log/std",
"pez-assets-common/std",
@@ -449,3 +485,7 @@ metadata-hash = ["bizinikiwi-wasm-builder/metadata-hash"]
# deployment. This will disable stuff that shouldn't be part of the on-chain wasm
# to make it smaller, like logging for example.
on-chain-release-build = ["metadata-hash"]
serde = []
experimental = []
with-tracing = []
tuples-96 = []
@@ -59,3 +59,16 @@ runtime-benchmarks = [
"testnet-teyrchains-constants/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
try-runtime = [
"pezbp-bridge-hub-pezcumulus/try-runtime",
"pezbp-messages/try-runtime",
"pezbp-runtime/try-runtime",
"pezbp-xcm-bridge-hub-router/try-runtime",
"pezframe-support/try-runtime",
"pezsp-api/try-runtime",
"testnet-teyrchains-constants/try-runtime",
"xcm/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -45,11 +45,13 @@ teyrchains-common = { workspace = true }
default = ["std"]
std = [
"codec/std",
"pez-ethereum-standards/std",
"pezcumulus-primitives-core/std",
"pezframe-support/std",
"pezframe-system/std",
"pezpallet-asset-conversion/std",
"pezpallet-assets/std",
"pezpallet-revive-uapi/std",
"pezpallet-revive/std",
"pezpallet-xcm/std",
"pezsp-api/std",
@@ -79,12 +81,20 @@ runtime-benchmarks = [
"xcm/runtime-benchmarks",
]
try-runtime = [
"pezcumulus-primitives-core/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezpallet-asset-conversion/try-runtime",
"pezpallet-assets/try-runtime",
"pezpallet-revive/try-runtime",
"pezpallet-xcm/try-runtime",
"pezsp-api/try-runtime",
"pezsp-runtime/try-runtime",
"teyrchains-common/try-runtime",
"xcm-builder/try-runtime",
"xcm-executor/try-runtime",
"xcm/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -78,6 +78,7 @@ try-runtime = [
"pez-assets-common/try-runtime",
"pezcumulus-pezpallet-teyrchain-system/try-runtime",
"pezcumulus-pezpallet-xcmp-queue/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezpallet-asset-conversion/try-runtime",
@@ -91,6 +92,11 @@ try-runtime = [
"pezsp-runtime/try-runtime",
"teyrchain-info/try-runtime",
"teyrchains-common/try-runtime",
"teyrchains-runtimes-test-utils/try-runtime",
"xcm-builder/try-runtime",
"xcm-executor/try-runtime",
"xcm-runtime-pezapis/try-runtime",
"xcm/try-runtime",
]
runtime-benchmarks = [
"pez-assets-common/runtime-benchmarks",
@@ -117,3 +123,7 @@ runtime-benchmarks = [
"xcm-runtime-pezapis/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
serde = []
experimental = []
with-tracing = []
tuples-96 = []
@@ -136,6 +136,7 @@ teyrchains-runtimes-test-utils = { workspace = true, default-features = true }
default = ["std"]
std = [
"bizinikiwi-wasm-builder",
"bizinikiwi-wasm-builder?/std",
"codec/std",
"pezbp-asset-hub-pezkuwichain/std",
"pezbp-asset-hub-zagros/std",
@@ -320,16 +321,40 @@ runtime-benchmarks = [
"xcm/runtime-benchmarks",
]
try-runtime = [
"pezbp-asset-hub-pezkuwichain/try-runtime",
"pezbp-asset-hub-zagros/try-runtime",
"pezbp-bridge-hub-pezkuwichain/try-runtime",
"pezbp-bridge-hub-zagros/try-runtime",
"pezbp-header-pez-chain/try-runtime",
"pezbp-messages/try-runtime",
"pezbp-pezkuwi-bulletin/try-runtime",
"pezbp-pezkuwi-core/try-runtime",
"pezbp-relayers/try-runtime",
"pezbp-runtime/try-runtime",
"pezbp-teyrchains/try-runtime",
"pezbp-xcm-bridge-hub-router/try-runtime",
"pezbp-zagros/try-runtime",
"pezbridge-hub-common/try-runtime",
"pezbridge-hub-test-utils/try-runtime",
"pezbridge-runtime-common/try-runtime",
"pezcumulus-pezpallet-aura-ext/try-runtime",
"pezcumulus-pezpallet-session-benchmarking/try-runtime",
"pezcumulus-pezpallet-teyrchain-system/try-runtime",
"pezcumulus-pezpallet-weight-reclaim/try-runtime",
"pezcumulus-pezpallet-xcm/try-runtime",
"pezcumulus-pezpallet-xcmp-queue/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezcumulus-primitives-utility/try-runtime",
"pezframe-benchmarking?/try-runtime",
"pezframe-executive/try-runtime",
"pezframe-metadata-hash-extension/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system-benchmarking?/try-runtime",
"pezframe-system/try-runtime",
"pezframe-try-runtime/try-runtime",
"pezkuwi-runtime-common/try-runtime",
"pezkuwi-teyrchain-primitives/try-runtime",
"pezkuwichain-runtime-constants/try-runtime",
"pezpallet-aura/try-runtime",
"pezpallet-authorship/try-runtime",
"pezpallet-balances/try-runtime",
@@ -342,18 +367,43 @@ try-runtime = [
"pezpallet-multisig/try-runtime",
"pezpallet-session/try-runtime",
"pezpallet-timestamp/try-runtime",
"pezpallet-transaction-payment-rpc-runtime-api/try-runtime",
"pezpallet-transaction-payment/try-runtime",
"pezpallet-utility/try-runtime",
"pezpallet-xcm-benchmarks?/try-runtime",
"pezpallet-xcm-bridge-hub/try-runtime",
"pezpallet-xcm/try-runtime",
"pezsnowbridge-beacon-primitives/try-runtime",
"pezsnowbridge-core/try-runtime",
"pezsnowbridge-inbound-queue-primitives/try-runtime",
"pezsnowbridge-merkle-tree/try-runtime",
"pezsnowbridge-outbound-queue-primitives/try-runtime",
"pezsnowbridge-outbound-queue-runtime-api/try-runtime",
"pezsnowbridge-pezpallet-ethereum-client/try-runtime",
"pezsnowbridge-pezpallet-inbound-queue-fixtures/try-runtime",
"pezsnowbridge-pezpallet-inbound-queue/try-runtime",
"pezsnowbridge-pezpallet-outbound-queue/try-runtime",
"pezsnowbridge-pezpallet-system/try-runtime",
"pezsnowbridge-runtime-test-common/try-runtime",
"pezsp-api/try-runtime",
"pezsp-block-builder/try-runtime",
"pezsp-consensus-aura/try-runtime",
"pezsp-genesis-builder/try-runtime",
"pezsp-inherents/try-runtime",
"pezsp-keyring/try-runtime",
"pezsp-offchain/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-session/try-runtime",
"pezsp-transaction-pool/try-runtime",
"pezsp-version/try-runtime",
"testnet-teyrchains-constants/try-runtime",
"teyrchain-info/try-runtime",
"teyrchains-common/try-runtime",
"teyrchains-runtimes-test-utils/try-runtime",
"xcm-builder/try-runtime",
"xcm-executor/try-runtime",
"xcm-runtime-pezapis/try-runtime",
"xcm/try-runtime",
]
fast-runtime = []
@@ -361,3 +411,25 @@ fast-runtime = []
# deployment. This will disable stuff that shouldn't be part of the on-chain wasm
# to make it smaller, like logging for example.
on-chain-release-build = []
serde = [
"codec/serde",
"dep:serde",
"pezbp-pezkuwi-core/serde",
"pezframe-benchmarking?/serde",
"pezpallet-message-queue/serde",
"pezpallet-transaction-payment/serde",
"pezpallet-xcm/serde",
"pezsnowbridge-beacon-primitives/serde",
"pezsnowbridge-core/serde",
"pezsnowbridge-pezpallet-ethereum-client/serde",
"pezsnowbridge-pezpallet-inbound-queue/serde",
"pezsp-consensus-aura/serde",
"pezsp-core/serde",
"pezsp-runtime/serde",
"pezsp-storage/serde",
"pezsp-version/serde",
"scale-info/serde",
]
experimental = []
with-tracing = []
tuples-96 = []
@@ -52,3 +52,15 @@ runtime-benchmarks = [
"pezsp-api/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezbp-bridge-hub-pezcumulus/try-runtime",
"pezbp-messages/try-runtime",
"pezbp-runtime/try-runtime",
"pezbp-xcm-bridge-hub/try-runtime",
"pezframe-support/try-runtime",
"pezsp-api/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -140,6 +140,7 @@ bizinikiwi-wasm-builder = { optional = true, workspace = true, default-features
[features]
std = [
"bizinikiwi-wasm-builder",
"bizinikiwi-wasm-builder?/std",
"codec/std",
"pezbp-asset-hub-pezkuwichain/std",
"pezbp-asset-hub-zagros/std",
@@ -337,16 +338,38 @@ runtime-benchmarks = [
]
try-runtime = [
"pezbp-asset-hub-pezkuwichain/try-runtime",
"pezbp-asset-hub-zagros/try-runtime",
"pezbp-bridge-hub-pezkuwichain/try-runtime",
"pezbp-bridge-hub-zagros/try-runtime",
"pezbp-header-pez-chain/try-runtime",
"pezbp-messages/try-runtime",
"pezbp-pezkuwi-core/try-runtime",
"pezbp-pezkuwichain/try-runtime",
"pezbp-relayers/try-runtime",
"pezbp-runtime/try-runtime",
"pezbp-teyrchains/try-runtime",
"pezbp-xcm-bridge-hub-router/try-runtime",
"pezbridge-hub-common/try-runtime",
"pezbridge-hub-test-utils/try-runtime",
"pezbridge-runtime-common/try-runtime",
"pezcumulus-pezpallet-aura-ext/try-runtime",
"pezcumulus-pezpallet-session-benchmarking/try-runtime",
"pezcumulus-pezpallet-teyrchain-system/try-runtime",
"pezcumulus-pezpallet-weight-reclaim/try-runtime",
"pezcumulus-pezpallet-xcm/try-runtime",
"pezcumulus-pezpallet-xcmp-queue/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezcumulus-primitives-utility/try-runtime",
"pezframe-benchmarking?/try-runtime",
"pezframe-executive/try-runtime",
"pezframe-metadata-hash-extension/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system-benchmarking?/try-runtime",
"pezframe-system/try-runtime",
"pezframe-try-runtime/try-runtime",
"pezkuwi-runtime-common/try-runtime",
"pezkuwi-teyrchain-primitives/try-runtime",
"pezpallet-aura/try-runtime",
"pezpallet-authorship/try-runtime",
"pezpallet-balances/try-runtime",
@@ -359,21 +382,49 @@ try-runtime = [
"pezpallet-multisig/try-runtime",
"pezpallet-session/try-runtime",
"pezpallet-timestamp/try-runtime",
"pezpallet-transaction-payment-rpc-runtime-api/try-runtime",
"pezpallet-transaction-payment/try-runtime",
"pezpallet-utility/try-runtime",
"pezpallet-xcm-benchmarks?/try-runtime",
"pezpallet-xcm-bridge-hub/try-runtime",
"pezpallet-xcm/try-runtime",
"pezsnowbridge-beacon-primitives/try-runtime",
"pezsnowbridge-core/try-runtime",
"pezsnowbridge-inbound-queue-primitives/try-runtime",
"pezsnowbridge-merkle-tree/try-runtime",
"pezsnowbridge-outbound-queue-primitives/try-runtime",
"pezsnowbridge-outbound-queue-runtime-api/try-runtime",
"pezsnowbridge-outbound-queue-v2-runtime-api/try-runtime",
"pezsnowbridge-pezpallet-ethereum-client/try-runtime",
"pezsnowbridge-pezpallet-inbound-queue-fixtures/try-runtime",
"pezsnowbridge-pezpallet-inbound-queue-v2-fixtures/try-runtime",
"pezsnowbridge-pezpallet-inbound-queue-v2/try-runtime",
"pezsnowbridge-pezpallet-inbound-queue/try-runtime",
"pezsnowbridge-pezpallet-outbound-queue-v2/try-runtime",
"pezsnowbridge-pezpallet-outbound-queue/try-runtime",
"pezsnowbridge-pezpallet-system-v2/try-runtime",
"pezsnowbridge-pezpallet-system/try-runtime",
"pezsnowbridge-runtime-test-common/try-runtime",
"pezsp-api/try-runtime",
"pezsp-block-builder/try-runtime",
"pezsp-consensus-aura/try-runtime",
"pezsp-genesis-builder/try-runtime",
"pezsp-inherents/try-runtime",
"pezsp-keyring/try-runtime",
"pezsp-offchain/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-session/try-runtime",
"pezsp-transaction-pool/try-runtime",
"pezsp-version/try-runtime",
"testnet-teyrchains-constants/try-runtime",
"teyrchain-info/try-runtime",
"teyrchains-common/try-runtime",
"teyrchains-runtimes-test-utils/try-runtime",
"xcm-builder/try-runtime",
"xcm-executor/try-runtime",
"xcm-runtime-pezapis/try-runtime",
"xcm/try-runtime",
"zagros-runtime-constants/try-runtime",
]
# Enable the metadata hash generation in the wasm builder.
@@ -385,3 +436,26 @@ metadata-hash = ["bizinikiwi-wasm-builder/metadata-hash"]
on-chain-release-build = ["metadata-hash"]
fast-runtime = []
serde = [
"codec/serde",
"dep:serde",
"pezbp-pezkuwi-core/serde",
"pezframe-benchmarking?/serde",
"pezpallet-message-queue/serde",
"pezpallet-transaction-payment/serde",
"pezpallet-xcm/serde",
"pezsnowbridge-beacon-primitives/serde",
"pezsnowbridge-core/serde",
"pezsnowbridge-pezpallet-ethereum-client/serde",
"pezsnowbridge-pezpallet-inbound-queue-v2/serde",
"pezsnowbridge-pezpallet-inbound-queue/serde",
"pezsp-consensus-aura/serde",
"pezsp-core/serde",
"pezsp-runtime/serde",
"pezsp-storage/serde",
"pezsp-version/serde",
"scale-info/serde",
]
experimental = []
with-tracing = []
tuples-96 = []
@@ -52,3 +52,15 @@ runtime-benchmarks = [
"pezsp-api/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]
try-runtime = [
"pezbp-bridge-hub-pezcumulus/try-runtime",
"pezbp-messages/try-runtime",
"pezbp-runtime/try-runtime",
"pezbp-xcm-bridge-hub/try-runtime",
"pezframe-support/try-runtime",
"pezsp-api/try-runtime",
"pezsp-runtime/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -52,3 +52,16 @@ runtime-benchmarks = [
"xcm-executor/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
try-runtime = [
"pezcumulus-primitives-core/try-runtime",
"pezframe-support/try-runtime",
"pezpallet-message-queue/try-runtime",
"pezsnowbridge-core/try-runtime",
"pezsp-runtime/try-runtime",
"xcm-builder/try-runtime",
"xcm-executor/try-runtime",
"xcm/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -124,3 +124,37 @@ runtime-benchmarks = [
"xcm-executor/runtime-benchmarks",
"xcm/runtime-benchmarks",
]
try-runtime = [
"asset-test-pezutils/try-runtime",
"pezbp-header-pez-chain/try-runtime",
"pezbp-messages/try-runtime",
"pezbp-pezkuwi-core/try-runtime",
"pezbp-relayers/try-runtime",
"pezbp-runtime/try-runtime",
"pezbp-test-utils/try-runtime",
"pezbp-teyrchains/try-runtime",
"pezcumulus-pezpallet-teyrchain-system/try-runtime",
"pezcumulus-pezpallet-xcmp-queue/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system/try-runtime",
"pezpallet-balances/try-runtime",
"pezpallet-bridge-grandpa/try-runtime",
"pezpallet-bridge-messages/try-runtime",
"pezpallet-bridge-relayers/try-runtime",
"pezpallet-bridge-teyrchains/try-runtime",
"pezpallet-timestamp/try-runtime",
"pezpallet-utility/try-runtime",
"pezpallet-xcm-bridge-hub/try-runtime",
"pezpallet-xcm/try-runtime",
"pezsp-keyring/try-runtime",
"pezsp-runtime/try-runtime",
"teyrchains-common/try-runtime",
"teyrchains-runtimes-test-utils/try-runtime",
"xcm-builder/try-runtime",
"xcm-executor/try-runtime",
"xcm/try-runtime",
]
serde = []
experimental = []
with-tracing = []
tuples-96 = []
@@ -174,15 +174,22 @@ runtime-benchmarks = [
]
try-runtime = [
"pezcumulus-pezpallet-aura-ext/try-runtime",
"pezcumulus-pezpallet-session-benchmarking/try-runtime",
"pezcumulus-pezpallet-teyrchain-system/try-runtime",
"pezcumulus-pezpallet-weight-reclaim/try-runtime",
"pezcumulus-pezpallet-xcm/try-runtime",
"pezcumulus-pezpallet-xcmp-queue/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezcumulus-primitives-utility/try-runtime",
"pezframe-benchmarking?/try-runtime",
"pezframe-executive/try-runtime",
"pezframe-metadata-hash-extension/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system-benchmarking?/try-runtime",
"pezframe-system/try-runtime",
"pezframe-try-runtime/try-runtime",
"pezkuwi-runtime-common/try-runtime",
"pezkuwi-teyrchain-primitives/try-runtime",
"pezpallet-alliance/try-runtime",
"pezpallet-asset-rate/try-runtime",
"pezpallet-aura/try-runtime",
@@ -203,16 +210,36 @@ try-runtime = [
"pezpallet-session/try-runtime",
"pezpallet-state-trie-migration/try-runtime",
"pezpallet-timestamp/try-runtime",
"pezpallet-transaction-payment-rpc-runtime-api/try-runtime",
"pezpallet-transaction-payment/try-runtime",
"pezpallet-treasury/try-runtime",
"pezpallet-utility/try-runtime",
"pezpallet-xcm-benchmarks?/try-runtime",
"pezpallet-xcm/try-runtime",
"pezsp-api/try-runtime",
"pezsp-block-builder/try-runtime",
"pezsp-consensus-aura/try-runtime",
"pezsp-genesis-builder/try-runtime",
"pezsp-inherents/try-runtime",
"pezsp-keyring/try-runtime",
"pezsp-offchain/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-session/try-runtime",
"pezsp-transaction-pool/try-runtime",
"pezsp-version/try-runtime",
"testnet-teyrchains-constants/try-runtime",
"teyrchain-info/try-runtime",
"teyrchains-common/try-runtime",
"teyrchains-runtimes-test-utils/try-runtime",
"xcm-builder/try-runtime",
"xcm-executor/try-runtime",
"xcm-runtime-pezapis/try-runtime",
"xcm/try-runtime",
"zagros-runtime-constants/try-runtime",
]
std = [
"bizinikiwi-wasm-builder",
"bizinikiwi-wasm-builder?/std",
"codec/std",
"pezcumulus-pezpallet-aura-ext/std",
"pezcumulus-pezpallet-session-benchmarking/std",
@@ -294,3 +321,7 @@ metadata-hash = ["bizinikiwi-wasm-builder/metadata-hash"]
# deployment. This will disable stuff that shouldn't be part of the on-chain wasm
# to make it smaller, like logging for example.
on-chain-release-build = ["metadata-hash"]
serde = []
experimental = []
with-tracing = []
tuples-96 = []
@@ -55,3 +55,15 @@ runtime-benchmarks = [
"xcm/runtime-benchmarks",
"zagros-runtime-constants?/runtime-benchmarks",
]
try-runtime = [
"pezcumulus-primitives-core/try-runtime",
"pezframe-support/try-runtime",
"pezkuwi-core-primitives/try-runtime",
"pezkuwichain-runtime-constants?/try-runtime",
"pezsp-runtime/try-runtime",
"xcm/try-runtime",
"zagros-runtime-constants?/try-runtime",
]
serde = []
experimental = []
tuples-96 = []
@@ -93,6 +93,7 @@ bizinikiwi-wasm-builder = { optional = true, workspace = true, default-features
default = ["std"]
std = [
"bizinikiwi-wasm-builder",
"bizinikiwi-wasm-builder?/std",
"codec/std",
"pezcumulus-pezpallet-aura-ext/std",
"pezcumulus-pezpallet-session-benchmarking/std",
@@ -216,15 +217,23 @@ runtime-benchmarks = [
]
try-runtime = [
"pezcumulus-pezpallet-aura-ext/try-runtime",
"pezcumulus-pezpallet-session-benchmarking/try-runtime",
"pezcumulus-pezpallet-teyrchain-system/try-runtime",
"pezcumulus-pezpallet-weight-reclaim/try-runtime",
"pezcumulus-pezpallet-xcm/try-runtime",
"pezcumulus-pezpallet-xcmp-queue/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezcumulus-primitives-utility/try-runtime",
"pezframe-benchmarking?/try-runtime",
"pezframe-executive/try-runtime",
"pezframe-metadata-hash-extension/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system-benchmarking?/try-runtime",
"pezframe-system/try-runtime",
"pezframe-try-runtime/try-runtime",
"pezkuwi-runtime-common/try-runtime",
"pezkuwi-teyrchain-primitives/try-runtime",
"pezkuwichain-runtime-constants/try-runtime",
"pezpallet-aura/try-runtime",
"pezpallet-authorship/try-runtime",
"pezpallet-balances/try-runtime",
@@ -236,12 +245,30 @@ try-runtime = [
"pezpallet-session/try-runtime",
"pezpallet-sudo/try-runtime",
"pezpallet-timestamp/try-runtime",
"pezpallet-transaction-payment-rpc-runtime-api/try-runtime",
"pezpallet-transaction-payment/try-runtime",
"pezpallet-utility/try-runtime",
"pezpallet-xcm-benchmarks?/try-runtime",
"pezpallet-xcm/try-runtime",
"pezsp-api/try-runtime",
"pezsp-block-builder/try-runtime",
"pezsp-consensus-aura/try-runtime",
"pezsp-genesis-builder/try-runtime",
"pezsp-inherents/try-runtime",
"pezsp-keyring/try-runtime",
"pezsp-offchain/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-session/try-runtime",
"pezsp-transaction-pool/try-runtime",
"pezsp-version/try-runtime",
"testnet-teyrchains-constants/try-runtime",
"teyrchain-info/try-runtime",
"teyrchains-common/try-runtime",
"teyrchains-runtimes-test-utils/try-runtime",
"xcm-builder/try-runtime",
"xcm-executor/try-runtime",
"xcm-runtime-pezapis/try-runtime",
"xcm/try-runtime",
]
fast-runtime = ["pezkuwichain-runtime-constants/fast-runtime"]
@@ -252,3 +279,20 @@ metadata-hash = ["bizinikiwi-wasm-builder/metadata-hash"]
# deployment. This will disable stuff that shouldn't be part of the on-chain wasm
# to make it smaller, like logging for example.
on-chain-release-build = ["metadata-hash"]
serde = [
"codec/serde",
"dep:serde",
"pezframe-benchmarking?/serde",
"pezpallet-message-queue/serde",
"pezpallet-transaction-payment/serde",
"pezpallet-xcm/serde",
"pezsp-consensus-aura/serde",
"pezsp-core/serde",
"pezsp-runtime/serde",
"pezsp-storage/serde",
"pezsp-version/serde",
"scale-info/serde",
]
experimental = []
with-tracing = []
tuples-96 = []
@@ -94,6 +94,7 @@ bizinikiwi-wasm-builder = { optional = true, workspace = true, default-features
default = ["std"]
std = [
"bizinikiwi-wasm-builder",
"bizinikiwi-wasm-builder?/std",
"codec/std",
"pezcumulus-pezpallet-aura-ext/std",
"pezcumulus-pezpallet-session-benchmarking/std",
@@ -216,15 +217,22 @@ runtime-benchmarks = [
]
try-runtime = [
"pezcumulus-pezpallet-aura-ext/try-runtime",
"pezcumulus-pezpallet-session-benchmarking/try-runtime",
"pezcumulus-pezpallet-teyrchain-system/try-runtime",
"pezcumulus-pezpallet-weight-reclaim/try-runtime",
"pezcumulus-pezpallet-xcm/try-runtime",
"pezcumulus-pezpallet-xcmp-queue/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezcumulus-primitives-utility/try-runtime",
"pezframe-benchmarking?/try-runtime",
"pezframe-executive/try-runtime",
"pezframe-metadata-hash-extension/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system-benchmarking?/try-runtime",
"pezframe-system/try-runtime",
"pezframe-try-runtime/try-runtime",
"pezkuwi-runtime-common/try-runtime",
"pezkuwi-teyrchain-primitives/try-runtime",
"pezpallet-aura/try-runtime",
"pezpallet-authorship/try-runtime",
"pezpallet-balances/try-runtime",
@@ -236,12 +244,31 @@ try-runtime = [
"pezpallet-session/try-runtime",
"pezpallet-sudo/try-runtime",
"pezpallet-timestamp/try-runtime",
"pezpallet-transaction-payment-rpc-runtime-api/try-runtime",
"pezpallet-transaction-payment/try-runtime",
"pezpallet-utility/try-runtime",
"pezpallet-xcm-benchmarks?/try-runtime",
"pezpallet-xcm/try-runtime",
"pezsp-api/try-runtime",
"pezsp-block-builder/try-runtime",
"pezsp-consensus-aura/try-runtime",
"pezsp-genesis-builder/try-runtime",
"pezsp-inherents/try-runtime",
"pezsp-keyring/try-runtime",
"pezsp-offchain/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-session/try-runtime",
"pezsp-transaction-pool/try-runtime",
"pezsp-version/try-runtime",
"testnet-teyrchains-constants/try-runtime",
"teyrchain-info/try-runtime",
"teyrchains-common/try-runtime",
"teyrchains-runtimes-test-utils/try-runtime",
"xcm-builder/try-runtime",
"xcm-executor/try-runtime",
"xcm-runtime-pezapis/try-runtime",
"xcm/try-runtime",
"zagros-runtime-constants/try-runtime",
]
fast-runtime = ["zagros-runtime-constants/fast-runtime"]
@@ -252,3 +279,20 @@ metadata-hash = ["bizinikiwi-wasm-builder/metadata-hash"]
# deployment. This will disable stuff that shouldn't be part of the on-chain wasm
# to make it smaller, like logging for example.
on-chain-release-build = ["metadata-hash"]
serde = [
"codec/serde",
"dep:serde",
"pezframe-benchmarking?/serde",
"pezpallet-message-queue/serde",
"pezpallet-transaction-payment/serde",
"pezpallet-xcm/serde",
"pezsp-consensus-aura/serde",
"pezsp-core/serde",
"pezsp-runtime/serde",
"pezsp-storage/serde",
"pezsp-version/serde",
"scale-info/serde",
]
experimental = []
with-tracing = []
tuples-96 = []
@@ -102,6 +102,7 @@ runtime-benchmarks = [
"xcm/runtime-benchmarks",
]
std = [
"bizinikiwi-wasm-builder/std",
"codec/std",
"pezcumulus-pezpallet-aura-ext/std",
"pezcumulus-pezpallet-teyrchain-system/std",
@@ -146,8 +147,11 @@ try-runtime = [
"pezcumulus-pezpallet-aura-ext/try-runtime",
"pezcumulus-pezpallet-teyrchain-system/try-runtime",
"pezcumulus-pezpallet-xcm/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezframe-benchmarking?/try-runtime",
"pezframe-executive/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system-benchmarking?/try-runtime",
"pezframe-system/try-runtime",
"pezframe-try-runtime/try-runtime",
"pezpallet-aura/try-runtime",
@@ -155,12 +159,30 @@ try-runtime = [
"pezpallet-message-queue/try-runtime",
"pezpallet-sudo/try-runtime",
"pezpallet-timestamp/try-runtime",
"pezsp-api/try-runtime",
"pezsp-block-builder/try-runtime",
"pezsp-consensus-aura/try-runtime",
"pezsp-genesis-builder/try-runtime",
"pezsp-inherents/try-runtime",
"pezsp-keyring/try-runtime",
"pezsp-offchain/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-session/try-runtime",
"pezsp-transaction-pool/try-runtime",
"pezsp-version/try-runtime",
"testnet-teyrchains-constants/try-runtime",
"teyrchain-info/try-runtime",
"teyrchains-common/try-runtime",
"xcm-builder/try-runtime",
"xcm-executor/try-runtime",
"xcm/try-runtime",
]
# A feature that should be enabled when the runtime should be built for on-chain
# deployment. This will disable stuff that shouldn't be part of the on-chain wasm
# to make it smaller, like logging for example.
on-chain-release-build = []
serde = []
experimental = []
with-tracing = []
tuples-96 = []
@@ -115,6 +115,7 @@ bizinikiwi-wasm-builder = { optional = true, workspace = true, default-features
default = ["std"]
std = [
"bizinikiwi-wasm-builder",
"bizinikiwi-wasm-builder?/std",
"codec/std",
"enumflags2/std",
"pezcumulus-pezpallet-aura-ext/std",
@@ -276,15 +277,23 @@ runtime-benchmarks = [
]
try-runtime = [
"pezcumulus-pezpallet-aura-ext/try-runtime",
"pezcumulus-pezpallet-session-benchmarking/try-runtime",
"pezcumulus-pezpallet-teyrchain-system/try-runtime",
"pezcumulus-pezpallet-weight-reclaim/try-runtime",
"pezcumulus-pezpallet-xcm/try-runtime",
"pezcumulus-pezpallet-xcmp-queue/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezcumulus-primitives-utility/try-runtime",
"pezframe-benchmarking?/try-runtime",
"pezframe-executive/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system-benchmarking?/try-runtime",
"pezframe-system/try-runtime",
"pezframe-try-runtime/try-runtime",
"pezkuwi-primitives/try-runtime",
"pezkuwi-runtime-common/try-runtime",
"pezkuwi-teyrchain-primitives/try-runtime",
"pezkuwichain-runtime-constants/try-runtime",
"pezpallet-assets/try-runtime",
"pezpallet-aura/try-runtime",
"pezpallet-authorship/try-runtime",
@@ -311,18 +320,62 @@ try-runtime = [
"pezpallet-staking-score/try-runtime",
"pezpallet-tiki/try-runtime",
"pezpallet-timestamp/try-runtime",
"pezpallet-transaction-payment-rpc-runtime-api/try-runtime",
"pezpallet-transaction-payment/try-runtime",
"pezpallet-trust/try-runtime",
"pezpallet-utility/try-runtime",
"pezpallet-vesting/try-runtime",
"pezpallet-welati/try-runtime",
"pezpallet-xcm-benchmarks?/try-runtime",
"pezpallet-xcm/try-runtime",
"pezsp-api/try-runtime",
"pezsp-block-builder/try-runtime",
"pezsp-consensus-aura/try-runtime",
"pezsp-genesis-builder/try-runtime",
"pezsp-inherents/try-runtime",
"pezsp-keyring/try-runtime",
"pezsp-offchain/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-session/try-runtime",
"pezsp-staking/try-runtime",
"pezsp-transaction-pool/try-runtime",
"pezsp-version/try-runtime",
"testnet-teyrchains-constants/try-runtime",
"teyrchain-info/try-runtime",
"teyrchains-common/try-runtime",
"teyrchains-runtimes-test-utils/try-runtime",
"xcm-builder/try-runtime",
"xcm-executor/try-runtime",
"xcm-runtime-pezapis/try-runtime",
"xcm/try-runtime",
]
# A feature that should be enabled when the runtime should be built for on-chain
# deployment. This will disable stuff that shouldn't be part of the on-chain wasm
# to make it smaller, like logging for example.
on-chain-release-build = []
serde = [
"codec/serde",
"dep:serde",
"enumflags2/serde",
"pezframe-benchmarking?/serde",
"pezpallet-democracy/serde",
"pezpallet-message-queue/serde",
"pezpallet-perwerde/serde",
"pezpallet-pez-rewards/serde",
"pezpallet-staking-score/serde",
"pezpallet-transaction-payment/serde",
"pezpallet-trust/serde",
"pezpallet-welati/serde",
"pezpallet-xcm/serde",
"pezsp-consensus-aura/serde",
"pezsp-core/serde",
"pezsp-runtime/serde",
"pezsp-staking/serde",
"pezsp-storage/serde",
"pezsp-version/serde",
"scale-info/serde",
]
experimental = []
with-tracing = []
tuples-96 = []
@@ -94,6 +94,7 @@ bizinikiwi-wasm-builder = { optional = true, workspace = true, default-features
default = ["std"]
std = [
"bizinikiwi-wasm-builder",
"bizinikiwi-wasm-builder?/std",
"codec/std",
"enumflags2/std",
"pezcumulus-pezpallet-aura-ext/std",
@@ -217,15 +218,21 @@ runtime-benchmarks = [
]
try-runtime = [
"pezcumulus-pezpallet-aura-ext/try-runtime",
"pezcumulus-pezpallet-session-benchmarking/try-runtime",
"pezcumulus-pezpallet-teyrchain-system/try-runtime",
"pezcumulus-pezpallet-weight-reclaim/try-runtime",
"pezcumulus-pezpallet-xcm/try-runtime",
"pezcumulus-pezpallet-xcmp-queue/try-runtime",
"pezcumulus-primitives-core/try-runtime",
"pezcumulus-primitives-utility/try-runtime",
"pezframe-benchmarking?/try-runtime",
"pezframe-executive/try-runtime",
"pezframe-support/try-runtime",
"pezframe-system-benchmarking?/try-runtime",
"pezframe-system/try-runtime",
"pezframe-try-runtime/try-runtime",
"pezkuwi-runtime-common/try-runtime",
"pezkuwi-teyrchain-primitives/try-runtime",
"pezpallet-aura/try-runtime",
"pezpallet-authorship/try-runtime",
"pezpallet-balances/try-runtime",
@@ -237,15 +244,54 @@ try-runtime = [
"pezpallet-proxy/try-runtime",
"pezpallet-session/try-runtime",
"pezpallet-timestamp/try-runtime",
"pezpallet-transaction-payment-rpc-runtime-api/try-runtime",
"pezpallet-transaction-payment/try-runtime",
"pezpallet-utility/try-runtime",
"pezpallet-xcm-benchmarks?/try-runtime",
"pezpallet-xcm/try-runtime",
"pezsp-api/try-runtime",
"pezsp-block-builder/try-runtime",
"pezsp-consensus-aura/try-runtime",
"pezsp-genesis-builder/try-runtime",
"pezsp-inherents/try-runtime",
"pezsp-keyring/try-runtime",
"pezsp-offchain/try-runtime",
"pezsp-runtime/try-runtime",
"pezsp-session/try-runtime",
"pezsp-statement-store/try-runtime",
"pezsp-transaction-pool/try-runtime",
"pezsp-version/try-runtime",
"testnet-teyrchains-constants/try-runtime",
"teyrchain-info/try-runtime",
"teyrchains-common/try-runtime",
"teyrchains-runtimes-test-utils/try-runtime",
"xcm-builder/try-runtime",
"xcm-executor/try-runtime",
"xcm-runtime-pezapis/try-runtime",
"xcm/try-runtime",
"zagros-runtime-constants/try-runtime",
]
# A feature that should be enabled when the runtime should be built for on-chain
# deployment. This will disable stuff that shouldn't be part of the on-chain wasm
# to make it smaller, like logging for example.
on-chain-release-build = []
serde = [
"codec/serde",
"dep:serde",
"enumflags2/serde",
"pezframe-benchmarking?/serde",
"pezpallet-message-queue/serde",
"pezpallet-transaction-payment/serde",
"pezpallet-xcm/serde",
"pezsp-consensus-aura/serde",
"pezsp-core/serde",
"pezsp-runtime/serde",
"pezsp-statement-store/serde",
"pezsp-storage/serde",
"pezsp-version/serde",
"scale-info/serde",
]
experimental = []
with-tracing = []
tuples-96 = []

Some files were not shown because too many files have changed in this diff Show More