diff --git a/bizinikiwi/bin/node/testing/Cargo.toml b/bizinikiwi/bin/node/testing/Cargo.toml index 5c126317..ae029629 100644 --- a/bizinikiwi/bin/node/testing/Cargo.toml +++ b/bizinikiwi/bin/node/testing/Cargo.toml @@ -34,12 +34,12 @@ pezpallet-skip-feeless-payment = { workspace = true, default-features = true } pezsc-block-builder = { workspace = true, default-features = true } pezsc-client-api = { workspace = true, default-features = true } pezsc-client-db = { features = [ - "rocksdb", + "rocksdb", ], workspace = true, default-features = true } pezsc-consensus = { workspace = true, default-features = true } pezsc-executor = { workspace = true, default-features = true } pezsc-service = { features = [ - "rocksdb", + "rocksdb", ], workspace = true, default-features = true } pezsp-api = { workspace = true, default-features = true } pezsp-block-builder = { workspace = true, default-features = true } @@ -55,69 +55,69 @@ tempfile = { workspace = true } [features] runtime-benchmarks = [ - "bizinikiwi-test-client/runtime-benchmarks", - "node-cli/runtime-benchmarks", - "pez-kitchensink-runtime/runtime-benchmarks", - "pez-node-primitives/runtime-benchmarks", - "pezframe-metadata-hash-extension/runtime-benchmarks", - "pezframe-system/runtime-benchmarks", - "pezpallet-asset-conversion-tx-payment/runtime-benchmarks", - "pezpallet-asset-conversion/runtime-benchmarks", - "pezpallet-revive/runtime-benchmarks", - "pezpallet-skip-feeless-payment/runtime-benchmarks", - "pezsc-block-builder/runtime-benchmarks", - "pezsc-client-api/runtime-benchmarks", - "pezsc-client-db/runtime-benchmarks", - "pezsc-consensus/runtime-benchmarks", - "pezsc-executor/runtime-benchmarks", - "pezsc-service/runtime-benchmarks", - "pezsp-api/runtime-benchmarks", - "pezsp-block-builder/runtime-benchmarks", - "pezsp-blockchain/runtime-benchmarks", - "pezsp-consensus/runtime-benchmarks", - "pezsp-inherents/runtime-benchmarks", - "pezsp-keyring/runtime-benchmarks", - "pezsp-runtime/runtime-benchmarks", - "pezsp-timestamp/runtime-benchmarks", + "bizinikiwi-test-client/runtime-benchmarks", + "node-cli/runtime-benchmarks", + "pez-kitchensink-runtime/runtime-benchmarks", + "pez-node-primitives/runtime-benchmarks", + "pezframe-metadata-hash-extension/runtime-benchmarks", + "pezframe-system/runtime-benchmarks", + "pezpallet-asset-conversion-tx-payment/runtime-benchmarks", + "pezpallet-asset-conversion/runtime-benchmarks", + "pezpallet-revive/runtime-benchmarks", + "pezpallet-skip-feeless-payment/runtime-benchmarks", + "pezsc-block-builder/runtime-benchmarks", + "pezsc-client-api/runtime-benchmarks", + "pezsc-client-db/runtime-benchmarks", + "pezsc-consensus/runtime-benchmarks", + "pezsc-executor/runtime-benchmarks", + "pezsc-service/runtime-benchmarks", + "pezsp-api/runtime-benchmarks", + "pezsp-block-builder/runtime-benchmarks", + "pezsp-blockchain/runtime-benchmarks", + "pezsp-consensus/runtime-benchmarks", + "pezsp-inherents/runtime-benchmarks", + "pezsp-keyring/runtime-benchmarks", + "pezsp-runtime/runtime-benchmarks", + "pezsp-timestamp/runtime-benchmarks", ] std = [ - "bizinikiwi-test-client/std", - "log/std", - "node-cli/std", - "pezsc-block-builder/std", - "pezsc-client-api/std", - "pezsc-client-db/std", - "pezsc-consensus/std", - "pezsc-service/std", - "pezsp-blockchain/std", - "pezsp-consensus/std", - "pezsp-timestamp/std", + "bizinikiwi-test-client/std", + "log/std", + "node-cli/std", + "pezsc-block-builder/std", + "pezsc-client-api/std", + "pezsc-client-db/std", + "pezsc-consensus/std", + "pezsc-service/std", + "pezsp-blockchain/std", + "pezsp-consensus/std", + "pezsp-timestamp/std", ] try-runtime = [ - "bizinikiwi-test-client/try-runtime", - "node-cli/try-runtime", - "pez-kitchensink-runtime/try-runtime", - "pez-node-primitives/try-runtime", - "pezframe-metadata-hash-extension/try-runtime", - "pezframe-system/try-runtime", - "pezpallet-asset-conversion-tx-payment/try-runtime", - "pezpallet-asset-conversion/try-runtime", - "pezpallet-revive/try-runtime", - "pezpallet-skip-feeless-payment/try-runtime", - "pezsc-block-builder/try-runtime", - "pezsc-client-api/try-runtime", - "pezsc-client-db/try-runtime", - "pezsc-consensus/try-runtime", - "pezsc-executor/try-runtime", - "pezsc-service/try-runtime", - "pezsp-api/try-runtime", - "pezsp-block-builder/try-runtime", - "pezsp-blockchain/try-runtime", - "pezsp-consensus/try-runtime", - "pezsp-inherents/try-runtime", - "pezsp-keyring/try-runtime", - "pezsp-runtime/try-runtime", - "pezsp-timestamp/try-runtime", + "bizinikiwi-test-client/try-runtime", + "node-cli/try-runtime", + "pez-kitchensink-runtime/try-runtime", + "pez-node-primitives/try-runtime", + "pezframe-metadata-hash-extension/try-runtime", + "pezframe-system/try-runtime", + "pezpallet-asset-conversion-tx-payment/try-runtime", + "pezpallet-asset-conversion/try-runtime", + "pezpallet-revive/try-runtime", + "pezpallet-skip-feeless-payment/try-runtime", + "pezsc-block-builder/try-runtime", + "pezsc-client-api/try-runtime", + "pezsc-client-db/try-runtime", + "pezsc-consensus/try-runtime", + "pezsc-executor/try-runtime", + "pezsc-service/try-runtime", + "pezsp-api/try-runtime", + "pezsp-block-builder/try-runtime", + "pezsp-blockchain/try-runtime", + "pezsp-consensus/try-runtime", + "pezsp-inherents/try-runtime", + "pezsp-keyring/try-runtime", + "pezsp-runtime/try-runtime", + "pezsp-timestamp/try-runtime", ] serde = [] experimental = [] diff --git a/pezcumulus/teyrchains/integration-tests/emulated/chains/teyrchains/testing/penpal/Cargo.toml b/pezcumulus/teyrchains/integration-tests/emulated/chains/teyrchains/testing/penpal/Cargo.toml index 61c3092e..2ed50bb6 100644 --- a/pezcumulus/teyrchains/integration-tests/emulated/chains/teyrchains/testing/penpal/Cargo.toml +++ b/pezcumulus/teyrchains/integration-tests/emulated/chains/teyrchains/testing/penpal/Cargo.toml @@ -30,30 +30,30 @@ teyrchains-common = { workspace = true, default-features = true } [features] runtime-benchmarks = [ - "emulated-integration-tests-common/runtime-benchmarks", - "pez-penpal-runtime/runtime-benchmarks", - "pezcumulus-primitives-core/runtime-benchmarks", - "pezframe-support/runtime-benchmarks", - "pezsp-keyring/runtime-benchmarks", - "teyrchains-common/runtime-benchmarks", - "xcm/runtime-benchmarks", + "emulated-integration-tests-common/runtime-benchmarks", + "pez-penpal-runtime/runtime-benchmarks", + "pezcumulus-primitives-core/runtime-benchmarks", + "pezframe-support/runtime-benchmarks", + "pezsp-keyring/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", + "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", + "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 = [] diff --git a/pezcumulus/teyrchains/runtimes/testing/penpal/Cargo.toml b/pezcumulus/teyrchains/runtimes/testing/penpal/Cargo.toml index a52a81b2..35320ba7 100644 --- a/pezcumulus/teyrchains/runtimes/testing/penpal/Cargo.toml +++ b/pezcumulus/teyrchains/runtimes/testing/penpal/Cargo.toml @@ -87,9 +87,9 @@ teyrchain-info = { workspace = true } teyrchains-common = { workspace = true } primitive-types = { workspace = true, default-features = false, features = [ - "codec", - "num-traits", - "scale-info", + "codec", + "num-traits", + "scale-info", ] } [build-dependencies] @@ -98,183 +98,183 @@ bizinikiwi-wasm-builder = { optional = true, workspace = true, default-features [features] default = ["std"] std = [ - "bizinikiwi-wasm-builder", - "bizinikiwi-wasm-builder?/std", - "codec/std", - "pez-assets-common/std", - "pezcumulus-pezpallet-aura-ext/std", - "pezcumulus-pezpallet-session-benchmarking/std", - "pezcumulus-pezpallet-teyrchain-system/std", - "pezcumulus-pezpallet-xcm/std", - "pezcumulus-pezpallet-xcmp-queue/std", - "pezcumulus-primitives-aura/std", - "pezcumulus-primitives-core/std", - "pezcumulus-primitives-utility/std", - "pezframe-benchmarking?/std", - "pezframe-executive/std", - "pezframe-metadata-hash-extension/std", - "pezframe-support/std", - "pezframe-system-benchmarking?/std", - "pezframe-system-rpc-runtime-api/std", - "pezframe-system/std", - "pezframe-try-runtime?/std", - "pezkuwi-primitives/std", - "pezkuwi-runtime-common/std", - "pezkuwi-teyrchain-primitives/std", - "pezpallet-asset-conversion/std", - "pezpallet-asset-tx-payment/std", - "pezpallet-assets/std", - "pezpallet-aura/std", - "pezpallet-authorship/std", - "pezpallet-balances/std", - "pezpallet-collator-selection/std", - "pezpallet-message-queue/std", - "pezpallet-revive/std", - "pezpallet-session/std", - "pezpallet-sudo/std", - "pezpallet-timestamp/std", - "pezpallet-transaction-payment-rpc-runtime-api/std", - "pezpallet-transaction-payment/std", - "pezpallet-utility/std", - "pezpallet-xcm/std", - "pezsp-api/std", - "pezsp-block-builder/std", - "pezsp-consensus-aura/std", - "pezsp-core/std", - "pezsp-genesis-builder/std", - "pezsp-inherents/std", - "pezsp-keyring/std", - "pezsp-offchain/std", - "pezsp-runtime/std", - "pezsp-session/std", - "pezsp-storage/std", - "pezsp-transaction-pool/std", - "pezsp-version/std", - "primitive-types/std", - "scale-info/std", - "serde_json/std", - "testnet-teyrchains-constants/std", - "teyrchain-info/std", - "teyrchains-common/std", - "tracing/std", - "xcm-builder/std", - "xcm-executor/std", - "xcm-runtime-pezapis/std", - "xcm/std", + "bizinikiwi-wasm-builder", + "bizinikiwi-wasm-builder?/std", + "codec/std", + "pez-assets-common/std", + "pezcumulus-pezpallet-aura-ext/std", + "pezcumulus-pezpallet-session-benchmarking/std", + "pezcumulus-pezpallet-teyrchain-system/std", + "pezcumulus-pezpallet-xcm/std", + "pezcumulus-pezpallet-xcmp-queue/std", + "pezcumulus-primitives-aura/std", + "pezcumulus-primitives-core/std", + "pezcumulus-primitives-utility/std", + "pezframe-benchmarking?/std", + "pezframe-executive/std", + "pezframe-metadata-hash-extension/std", + "pezframe-support/std", + "pezframe-system-benchmarking?/std", + "pezframe-system-rpc-runtime-api/std", + "pezframe-system/std", + "pezframe-try-runtime?/std", + "pezkuwi-primitives/std", + "pezkuwi-runtime-common/std", + "pezkuwi-teyrchain-primitives/std", + "pezpallet-asset-conversion/std", + "pezpallet-asset-tx-payment/std", + "pezpallet-assets/std", + "pezpallet-aura/std", + "pezpallet-authorship/std", + "pezpallet-balances/std", + "pezpallet-collator-selection/std", + "pezpallet-message-queue/std", + "pezpallet-revive/std", + "pezpallet-session/std", + "pezpallet-sudo/std", + "pezpallet-timestamp/std", + "pezpallet-transaction-payment-rpc-runtime-api/std", + "pezpallet-transaction-payment/std", + "pezpallet-utility/std", + "pezpallet-xcm/std", + "pezsp-api/std", + "pezsp-block-builder/std", + "pezsp-consensus-aura/std", + "pezsp-core/std", + "pezsp-genesis-builder/std", + "pezsp-inherents/std", + "pezsp-keyring/std", + "pezsp-offchain/std", + "pezsp-runtime/std", + "pezsp-session/std", + "pezsp-storage/std", + "pezsp-transaction-pool/std", + "pezsp-version/std", + "primitive-types/std", + "scale-info/std", + "serde_json/std", + "testnet-teyrchains-constants/std", + "teyrchain-info/std", + "teyrchains-common/std", + "tracing/std", + "xcm-builder/std", + "xcm-executor/std", + "xcm-runtime-pezapis/std", + "xcm/std", ] runtime-benchmarks = [ - "bizinikiwi-wasm-builder?/runtime-benchmarks", - "hex-literal", - "pez-assets-common/runtime-benchmarks", - "pezcumulus-pezpallet-aura-ext/runtime-benchmarks", - "pezcumulus-pezpallet-session-benchmarking/runtime-benchmarks", - "pezcumulus-pezpallet-teyrchain-system/runtime-benchmarks", - "pezcumulus-pezpallet-xcm/runtime-benchmarks", - "pezcumulus-pezpallet-xcmp-queue/runtime-benchmarks", - "pezcumulus-primitives-aura/runtime-benchmarks", - "pezcumulus-primitives-core/runtime-benchmarks", - "pezcumulus-primitives-utility/runtime-benchmarks", - "pezframe-benchmarking/runtime-benchmarks", - "pezframe-executive/runtime-benchmarks", - "pezframe-metadata-hash-extension/runtime-benchmarks", - "pezframe-support/runtime-benchmarks", - "pezframe-system-benchmarking/runtime-benchmarks", - "pezframe-system-rpc-runtime-api/runtime-benchmarks", - "pezframe-system/runtime-benchmarks", - "pezframe-try-runtime?/runtime-benchmarks", - "pezkuwi-primitives/runtime-benchmarks", - "pezkuwi-runtime-common/runtime-benchmarks", - "pezkuwi-teyrchain-primitives/runtime-benchmarks", - "pezpallet-asset-conversion/runtime-benchmarks", - "pezpallet-asset-tx-payment/runtime-benchmarks", - "pezpallet-assets/runtime-benchmarks", - "pezpallet-aura/runtime-benchmarks", - "pezpallet-authorship/runtime-benchmarks", - "pezpallet-balances/runtime-benchmarks", - "pezpallet-collator-selection/runtime-benchmarks", - "pezpallet-message-queue/runtime-benchmarks", - "pezpallet-revive/runtime-benchmarks", - "pezpallet-session/runtime-benchmarks", - "pezpallet-sudo/runtime-benchmarks", - "pezpallet-timestamp/runtime-benchmarks", - "pezpallet-transaction-payment-rpc-runtime-api/runtime-benchmarks", - "pezpallet-transaction-payment/runtime-benchmarks", - "pezpallet-utility/runtime-benchmarks", - "pezpallet-xcm/runtime-benchmarks", - "pezsp-api/runtime-benchmarks", - "pezsp-block-builder/runtime-benchmarks", - "pezsp-consensus-aura/runtime-benchmarks", - "pezsp-genesis-builder/runtime-benchmarks", - "pezsp-inherents/runtime-benchmarks", - "pezsp-keyring/runtime-benchmarks", - "pezsp-offchain/runtime-benchmarks", - "pezsp-runtime/runtime-benchmarks", - "pezsp-session/runtime-benchmarks", - "pezsp-transaction-pool/runtime-benchmarks", - "pezsp-version/runtime-benchmarks", - "testnet-teyrchains-constants/runtime-benchmarks", - "teyrchain-info/runtime-benchmarks", - "teyrchains-common/runtime-benchmarks", - "xcm-builder/runtime-benchmarks", - "xcm-executor/runtime-benchmarks", - "xcm-runtime-pezapis/runtime-benchmarks", - "xcm/runtime-benchmarks", + "bizinikiwi-wasm-builder?/runtime-benchmarks", + "hex-literal", + "pez-assets-common/runtime-benchmarks", + "pezcumulus-pezpallet-aura-ext/runtime-benchmarks", + "pezcumulus-pezpallet-session-benchmarking/runtime-benchmarks", + "pezcumulus-pezpallet-teyrchain-system/runtime-benchmarks", + "pezcumulus-pezpallet-xcm/runtime-benchmarks", + "pezcumulus-pezpallet-xcmp-queue/runtime-benchmarks", + "pezcumulus-primitives-aura/runtime-benchmarks", + "pezcumulus-primitives-core/runtime-benchmarks", + "pezcumulus-primitives-utility/runtime-benchmarks", + "pezframe-benchmarking/runtime-benchmarks", + "pezframe-executive/runtime-benchmarks", + "pezframe-metadata-hash-extension/runtime-benchmarks", + "pezframe-support/runtime-benchmarks", + "pezframe-system-benchmarking/runtime-benchmarks", + "pezframe-system-rpc-runtime-api/runtime-benchmarks", + "pezframe-system/runtime-benchmarks", + "pezframe-try-runtime?/runtime-benchmarks", + "pezkuwi-primitives/runtime-benchmarks", + "pezkuwi-runtime-common/runtime-benchmarks", + "pezkuwi-teyrchain-primitives/runtime-benchmarks", + "pezpallet-asset-conversion/runtime-benchmarks", + "pezpallet-asset-tx-payment/runtime-benchmarks", + "pezpallet-assets/runtime-benchmarks", + "pezpallet-aura/runtime-benchmarks", + "pezpallet-authorship/runtime-benchmarks", + "pezpallet-balances/runtime-benchmarks", + "pezpallet-collator-selection/runtime-benchmarks", + "pezpallet-message-queue/runtime-benchmarks", + "pezpallet-revive/runtime-benchmarks", + "pezpallet-session/runtime-benchmarks", + "pezpallet-sudo/runtime-benchmarks", + "pezpallet-timestamp/runtime-benchmarks", + "pezpallet-transaction-payment-rpc-runtime-api/runtime-benchmarks", + "pezpallet-transaction-payment/runtime-benchmarks", + "pezpallet-utility/runtime-benchmarks", + "pezpallet-xcm/runtime-benchmarks", + "pezsp-api/runtime-benchmarks", + "pezsp-block-builder/runtime-benchmarks", + "pezsp-consensus-aura/runtime-benchmarks", + "pezsp-genesis-builder/runtime-benchmarks", + "pezsp-inherents/runtime-benchmarks", + "pezsp-keyring/runtime-benchmarks", + "pezsp-offchain/runtime-benchmarks", + "pezsp-runtime/runtime-benchmarks", + "pezsp-session/runtime-benchmarks", + "pezsp-transaction-pool/runtime-benchmarks", + "pezsp-version/runtime-benchmarks", + "testnet-teyrchains-constants/runtime-benchmarks", + "teyrchain-info/runtime-benchmarks", + "teyrchains-common/runtime-benchmarks", + "xcm-builder/runtime-benchmarks", + "xcm-executor/runtime-benchmarks", + "xcm-runtime-pezapis/runtime-benchmarks", + "xcm/runtime-benchmarks", ] try-runtime = [ - "pez-assets-common/try-runtime", - "pezcumulus-pezpallet-aura-ext/try-runtime", - "pezcumulus-pezpallet-session-benchmarking/try-runtime", - "pezcumulus-pezpallet-teyrchain-system/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-primitives/try-runtime", - "pezkuwi-runtime-common/try-runtime", - "pezkuwi-teyrchain-primitives/try-runtime", - "pezpallet-asset-conversion/try-runtime", - "pezpallet-asset-tx-payment/try-runtime", - "pezpallet-assets/try-runtime", - "pezpallet-aura/try-runtime", - "pezpallet-authorship/try-runtime", - "pezpallet-balances/try-runtime", - "pezpallet-collator-selection/try-runtime", - "pezpallet-message-queue/try-runtime", - "pezpallet-revive/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/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-runtime-pezapis/try-runtime", - "xcm/try-runtime", + "pez-assets-common/try-runtime", + "pezcumulus-pezpallet-aura-ext/try-runtime", + "pezcumulus-pezpallet-session-benchmarking/try-runtime", + "pezcumulus-pezpallet-teyrchain-system/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-primitives/try-runtime", + "pezkuwi-runtime-common/try-runtime", + "pezkuwi-teyrchain-primitives/try-runtime", + "pezpallet-asset-conversion/try-runtime", + "pezpallet-asset-tx-payment/try-runtime", + "pezpallet-assets/try-runtime", + "pezpallet-aura/try-runtime", + "pezpallet-authorship/try-runtime", + "pezpallet-balances/try-runtime", + "pezpallet-collator-selection/try-runtime", + "pezpallet-message-queue/try-runtime", + "pezpallet-revive/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/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-runtime-pezapis/try-runtime", + "xcm/try-runtime", ] serde = [] experimental = [] diff --git a/pezcumulus/teyrchains/runtimes/testing/pezkuwichain-teyrchain/Cargo.toml b/pezcumulus/teyrchains/runtimes/testing/pezkuwichain-teyrchain/Cargo.toml index b83b034a..4238b4e3 100644 --- a/pezcumulus/teyrchains/runtimes/testing/pezkuwichain-teyrchain/Cargo.toml +++ b/pezcumulus/teyrchains/runtimes/testing/pezkuwichain-teyrchain/Cargo.toml @@ -71,97 +71,97 @@ bizinikiwi-wasm-builder = { optional = true, workspace = true, default-features [features] default = ["std"] std = [ - "bizinikiwi-wasm-builder", - "bizinikiwi-wasm-builder?/std", - "codec/std", - "pezcumulus-pezpallet-aura-ext/std", - "pezcumulus-pezpallet-teyrchain-system/std", - "pezcumulus-pezpallet-weight-reclaim/std", - "pezcumulus-pezpallet-xcm/std", - "pezcumulus-pezpallet-xcmp-queue/std", - "pezcumulus-ping/std", - "pezcumulus-primitives-aura/std", - "pezcumulus-primitives-core/std", - "pezcumulus-primitives-utility/std", - "pezframe-benchmarking?/std", - "pezframe-executive/std", - "pezframe-support/std", - "pezframe-system-rpc-runtime-api/std", - "pezframe-system/std", - "pezkuwi-runtime-common/std", - "pezkuwi-teyrchain-primitives/std", - "pezpallet-assets/std", - "pezpallet-aura/std", - "pezpallet-balances/std", - "pezpallet-message-queue/std", - "pezpallet-sudo/std", - "pezpallet-timestamp/std", - "pezpallet-transaction-payment-rpc-runtime-api/std", - "pezpallet-transaction-payment/std", - "pezpallet-xcm/std", - "pezsp-api/std", - "pezsp-block-builder/std", - "pezsp-consensus-aura/std", - "pezsp-core/std", - "pezsp-genesis-builder/std", - "pezsp-inherents/std", - "pezsp-keyring/std", - "pezsp-offchain/std", - "pezsp-runtime/std", - "pezsp-session/std", - "pezsp-transaction-pool/std", - "pezsp-version/std", - "scale-info/std", - "serde_json/std", - "teyrchain-info/std", - "teyrchains-common/std", - "xcm-builder/std", - "xcm-executor/std", - "xcm/std", + "bizinikiwi-wasm-builder", + "bizinikiwi-wasm-builder?/std", + "codec/std", + "pezcumulus-pezpallet-aura-ext/std", + "pezcumulus-pezpallet-teyrchain-system/std", + "pezcumulus-pezpallet-weight-reclaim/std", + "pezcumulus-pezpallet-xcm/std", + "pezcumulus-pezpallet-xcmp-queue/std", + "pezcumulus-ping/std", + "pezcumulus-primitives-aura/std", + "pezcumulus-primitives-core/std", + "pezcumulus-primitives-utility/std", + "pezframe-benchmarking?/std", + "pezframe-executive/std", + "pezframe-support/std", + "pezframe-system-rpc-runtime-api/std", + "pezframe-system/std", + "pezkuwi-runtime-common/std", + "pezkuwi-teyrchain-primitives/std", + "pezpallet-assets/std", + "pezpallet-aura/std", + "pezpallet-balances/std", + "pezpallet-message-queue/std", + "pezpallet-sudo/std", + "pezpallet-timestamp/std", + "pezpallet-transaction-payment-rpc-runtime-api/std", + "pezpallet-transaction-payment/std", + "pezpallet-xcm/std", + "pezsp-api/std", + "pezsp-block-builder/std", + "pezsp-consensus-aura/std", + "pezsp-core/std", + "pezsp-genesis-builder/std", + "pezsp-inherents/std", + "pezsp-keyring/std", + "pezsp-offchain/std", + "pezsp-runtime/std", + "pezsp-session/std", + "pezsp-transaction-pool/std", + "pezsp-version/std", + "scale-info/std", + "serde_json/std", + "teyrchain-info/std", + "teyrchains-common/std", + "xcm-builder/std", + "xcm-executor/std", + "xcm/std", ] runtime-benchmarks = [ - "bizinikiwi-wasm-builder?/runtime-benchmarks", - "pezcumulus-pezpallet-aura-ext/runtime-benchmarks", - "pezcumulus-pezpallet-teyrchain-system/runtime-benchmarks", - "pezcumulus-pezpallet-weight-reclaim/runtime-benchmarks", - "pezcumulus-pezpallet-xcm/runtime-benchmarks", - "pezcumulus-pezpallet-xcmp-queue/runtime-benchmarks", - "pezcumulus-ping/runtime-benchmarks", - "pezcumulus-primitives-aura/runtime-benchmarks", - "pezcumulus-primitives-core/runtime-benchmarks", - "pezcumulus-primitives-utility/runtime-benchmarks", - "pezframe-benchmarking/runtime-benchmarks", - "pezframe-executive/runtime-benchmarks", - "pezframe-support/runtime-benchmarks", - "pezframe-system-rpc-runtime-api/runtime-benchmarks", - "pezframe-system/runtime-benchmarks", - "pezkuwi-runtime-common/runtime-benchmarks", - "pezkuwi-teyrchain-primitives/runtime-benchmarks", - "pezpallet-assets/runtime-benchmarks", - "pezpallet-aura/runtime-benchmarks", - "pezpallet-balances/runtime-benchmarks", - "pezpallet-message-queue/runtime-benchmarks", - "pezpallet-sudo/runtime-benchmarks", - "pezpallet-timestamp/runtime-benchmarks", - "pezpallet-transaction-payment-rpc-runtime-api/runtime-benchmarks", - "pezpallet-transaction-payment/runtime-benchmarks", - "pezpallet-xcm/runtime-benchmarks", - "pezsp-api/runtime-benchmarks", - "pezsp-block-builder/runtime-benchmarks", - "pezsp-consensus-aura/runtime-benchmarks", - "pezsp-genesis-builder/runtime-benchmarks", - "pezsp-inherents/runtime-benchmarks", - "pezsp-keyring/runtime-benchmarks", - "pezsp-offchain/runtime-benchmarks", - "pezsp-runtime/runtime-benchmarks", - "pezsp-session/runtime-benchmarks", - "pezsp-transaction-pool/runtime-benchmarks", - "pezsp-version/runtime-benchmarks", - "teyrchain-info/runtime-benchmarks", - "teyrchains-common/runtime-benchmarks", - "xcm-builder/runtime-benchmarks", - "xcm-executor/runtime-benchmarks", - "xcm/runtime-benchmarks", + "bizinikiwi-wasm-builder?/runtime-benchmarks", + "pezcumulus-pezpallet-aura-ext/runtime-benchmarks", + "pezcumulus-pezpallet-teyrchain-system/runtime-benchmarks", + "pezcumulus-pezpallet-weight-reclaim/runtime-benchmarks", + "pezcumulus-pezpallet-xcm/runtime-benchmarks", + "pezcumulus-pezpallet-xcmp-queue/runtime-benchmarks", + "pezcumulus-ping/runtime-benchmarks", + "pezcumulus-primitives-aura/runtime-benchmarks", + "pezcumulus-primitives-core/runtime-benchmarks", + "pezcumulus-primitives-utility/runtime-benchmarks", + "pezframe-benchmarking/runtime-benchmarks", + "pezframe-executive/runtime-benchmarks", + "pezframe-support/runtime-benchmarks", + "pezframe-system-rpc-runtime-api/runtime-benchmarks", + "pezframe-system/runtime-benchmarks", + "pezkuwi-runtime-common/runtime-benchmarks", + "pezkuwi-teyrchain-primitives/runtime-benchmarks", + "pezpallet-assets/runtime-benchmarks", + "pezpallet-aura/runtime-benchmarks", + "pezpallet-balances/runtime-benchmarks", + "pezpallet-message-queue/runtime-benchmarks", + "pezpallet-sudo/runtime-benchmarks", + "pezpallet-timestamp/runtime-benchmarks", + "pezpallet-transaction-payment-rpc-runtime-api/runtime-benchmarks", + "pezpallet-transaction-payment/runtime-benchmarks", + "pezpallet-xcm/runtime-benchmarks", + "pezsp-api/runtime-benchmarks", + "pezsp-block-builder/runtime-benchmarks", + "pezsp-consensus-aura/runtime-benchmarks", + "pezsp-genesis-builder/runtime-benchmarks", + "pezsp-inherents/runtime-benchmarks", + "pezsp-keyring/runtime-benchmarks", + "pezsp-offchain/runtime-benchmarks", + "pezsp-runtime/runtime-benchmarks", + "pezsp-session/runtime-benchmarks", + "pezsp-transaction-pool/runtime-benchmarks", + "pezsp-version/runtime-benchmarks", + "teyrchain-info/runtime-benchmarks", + "teyrchains-common/runtime-benchmarks", + "xcm-builder/runtime-benchmarks", + "xcm-executor/runtime-benchmarks", + "xcm/runtime-benchmarks", ] # A feature that should be enabled when the runtime should be built for on-chain @@ -169,45 +169,45 @@ runtime-benchmarks = [ # to make it smaller, like logging for example. on-chain-release-build = [] try-runtime = [ - "pezcumulus-pezpallet-aura-ext/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-ping/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/try-runtime", - "pezkuwi-runtime-common/try-runtime", - "pezkuwi-teyrchain-primitives/try-runtime", - "pezpallet-assets/try-runtime", - "pezpallet-aura/try-runtime", - "pezpallet-balances/try-runtime", - "pezpallet-message-queue/try-runtime", - "pezpallet-sudo/try-runtime", - "pezpallet-timestamp/try-runtime", - "pezpallet-transaction-payment-rpc-runtime-api/try-runtime", - "pezpallet-transaction-payment/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", - "teyrchain-info/try-runtime", - "teyrchains-common/try-runtime", - "xcm-builder/try-runtime", - "xcm-executor/try-runtime", - "xcm/try-runtime", + "pezcumulus-pezpallet-aura-ext/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-ping/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/try-runtime", + "pezkuwi-runtime-common/try-runtime", + "pezkuwi-teyrchain-primitives/try-runtime", + "pezpallet-assets/try-runtime", + "pezpallet-aura/try-runtime", + "pezpallet-balances/try-runtime", + "pezpallet-message-queue/try-runtime", + "pezpallet-sudo/try-runtime", + "pezpallet-timestamp/try-runtime", + "pezpallet-transaction-payment-rpc-runtime-api/try-runtime", + "pezpallet-transaction-payment/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", + "teyrchain-info/try-runtime", + "teyrchains-common/try-runtime", + "xcm-builder/try-runtime", + "xcm-executor/try-runtime", + "xcm/try-runtime", ] serde = [] experimental = [] diff --git a/pezcumulus/teyrchains/runtimes/testing/yet-another-teyrchain/Cargo.toml b/pezcumulus/teyrchains/runtimes/testing/yet-another-teyrchain/Cargo.toml index a6096928..65cd4b35 100644 --- a/pezcumulus/teyrchains/runtimes/testing/yet-another-teyrchain/Cargo.toml +++ b/pezcumulus/teyrchains/runtimes/testing/yet-another-teyrchain/Cargo.toml @@ -21,55 +21,55 @@ serde_json = { features = ["alloc"], workspace = true } pezsp-runtime = { workspace = true } pezkuwi-sdk = { workspace = true, default-features = false, features = [ - # Primitives needed for runtime - "pezsp-api", - "pezsp-block-builder", - "pezsp-consensus-aura", - "pezsp-core", - "pezsp-genesis-builder", - "pezsp-inherents", - "pezsp-io", - "pezsp-keyring", - "pezsp-offchain", - "pezsp-session", - "pezsp-transaction-pool", - "pezsp-version", + # Primitives needed for runtime + "pezsp-api", + "pezsp-block-builder", + "pezsp-consensus-aura", + "pezsp-core", + "pezsp-genesis-builder", + "pezsp-inherents", + "pezsp-io", + "pezsp-keyring", + "pezsp-offchain", + "pezsp-session", + "pezsp-transaction-pool", + "pezsp-version", - "pezframe-executive", - "pezframe-support", - "pezframe-system", + "pezframe-executive", + "pezframe-support", + "pezframe-system", - "pezpallet-aura", - "pezpallet-authorship", - "pezpallet-balances", - "pezpallet-message-queue", - "pezpallet-session", - "pezpallet-sudo", - "pezpallet-timestamp", - "pezpallet-transaction-payment", - "pezpallet-transaction-payment-rpc-runtime-api", - "pezpallet-utility", - "pezpallet-verify-signature", + "pezpallet-aura", + "pezpallet-authorship", + "pezpallet-balances", + "pezpallet-message-queue", + "pezpallet-session", + "pezpallet-sudo", + "pezpallet-timestamp", + "pezpallet-transaction-payment", + "pezpallet-transaction-payment-rpc-runtime-api", + "pezpallet-utility", + "pezpallet-verify-signature", - "pezkuwi-runtime-common", - "pezkuwi-teyrchain-primitives", - "pezpallet-xcm", - "pezstaging-xcm", - "pezstaging-xcm-builder", - "pezstaging-xcm-executor", + "pezkuwi-runtime-common", + "pezkuwi-teyrchain-primitives", + "pezpallet-xcm", + "pezstaging-xcm", + "pezstaging-xcm-builder", + "pezstaging-xcm-executor", - "pezcumulus-pezpallet-aura-ext", - "pezcumulus-pezpallet-weight-reclaim", - "pezcumulus-pezpallet-xcm", - "pezcumulus-pezpallet-xcmp-queue", - "pezcumulus-primitives-aura", - "pezcumulus-primitives-core", - "pezcumulus-primitives-utility", - "pezpallet-collator-selection", - "pezstaging-teyrchain-info", - "teyrchains-common", + "pezcumulus-pezpallet-aura-ext", + "pezcumulus-pezpallet-weight-reclaim", + "pezcumulus-pezpallet-xcm", + "pezcumulus-pezpallet-xcmp-queue", + "pezcumulus-primitives-aura", + "pezcumulus-primitives-core", + "pezcumulus-primitives-utility", + "pezpallet-collator-selection", + "pezstaging-teyrchain-info", + "teyrchains-common", - "runtime", + "runtime", ] } # Pezcumulus @@ -81,20 +81,20 @@ bizinikiwi-wasm-builder = { optional = true, workspace = true, default-features [features] default = ["std"] std = [ - "bizinikiwi-wasm-builder", - "bizinikiwi-wasm-builder?/std", - "codec/std", - "pezcumulus-pezpallet-teyrchain-system/std", - "pezkuwi-sdk/std", - "pezsp-runtime/std", - "scale-info/std", - "serde_json/std", + "bizinikiwi-wasm-builder", + "bizinikiwi-wasm-builder?/std", + "codec/std", + "pezcumulus-pezpallet-teyrchain-system/std", + "pezkuwi-sdk/std", + "pezsp-runtime/std", + "scale-info/std", + "serde_json/std", ] runtime-benchmarks = [ - "bizinikiwi-wasm-builder?/runtime-benchmarks", - "pezcumulus-pezpallet-teyrchain-system/runtime-benchmarks", - "pezkuwi-sdk/runtime-benchmarks", - "pezsp-runtime/runtime-benchmarks", + "bizinikiwi-wasm-builder?/runtime-benchmarks", + "pezcumulus-pezpallet-teyrchain-system/runtime-benchmarks", + "pezkuwi-sdk/runtime-benchmarks", + "pezsp-runtime/runtime-benchmarks", ] # A feature that should be enabled when the runtime should be built for on-chain @@ -104,9 +104,9 @@ on-chain-release-build = [] fast-runtime = [] try-runtime = [ - "pezcumulus-pezpallet-teyrchain-system/try-runtime", - "pezkuwi-sdk/try-runtime", - "pezsp-runtime/try-runtime", + "pezcumulus-pezpallet-teyrchain-system/try-runtime", + "pezkuwi-sdk/try-runtime", + "pezsp-runtime/try-runtime", ] serde = [] experimental = [] diff --git a/vendor/pezkuwi-zombienet-sdk/crates/configuration/testing/snapshots/0006-without-rc-chain-name.toml b/vendor/pezkuwi-zombienet-sdk/crates/configuration/testing/snapshots/0006-without-rc-chain-name.toml index b9da28a8..4b678a06 100644 --- a/vendor/pezkuwi-zombienet-sdk/crates/configuration/testing/snapshots/0006-without-rc-chain-name.toml +++ b/vendor/pezkuwi-zombienet-sdk/crates/configuration/testing/snapshots/0006-without-rc-chain-name.toml @@ -12,7 +12,7 @@ name = "bob" validator = true rpc_port = 9945 args = [ - "-lruntime::system=debug,runtime::session=trace,runtime::staking::ah-client=trace,runtime::ah-client=debug", + "-lruntime::system=debug,runtime::session=trace,runtime::staking::ah-client=trace,runtime::ah-client=debug", ] [[teyrchains]] @@ -23,5 +23,5 @@ chain_spec_path = "./parachain.json" name = "charlie" rpc_port = 9946 args = [ - "-lruntime::system=debug,runtime::multiblock-election=trace,runtime::staking=debug,runtime::staking::rc-client=trace,runtime::rc-client=debug", + "-lruntime::system=debug,runtime::multiblock-election=trace,runtime::staking=debug,runtime::staking::rc-client=trace,runtime::rc-client=debug", ]