fix(ci): resolve all quick-checks failures
- Remove missing cli crate from workspace members - Fix TOML array syntax errors in pvf and benchmarking-cli Cargo.toml - Fix Rust import ordering with cargo fmt - Fix feature propagation with zepter (try-runtime, runtime-benchmarks, std)
This commit is contained in:
+136
-47
@@ -5,23 +5,23 @@ description = "Pezkuwi SDK umbrella crate - Kurdish blockchain SDK."
|
||||
license = "Apache-2.0"
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
default = [ "std" ]
|
||||
std = [
|
||||
"asset-test-pezutils?/std",
|
||||
"bizinikiwi-bip39?/std",
|
||||
"pez-assets-common?/std",
|
||||
"pez-binary-merkle-tree?/std",
|
||||
"bizinikiwi-bip39?/std",
|
||||
"pez-slot-range-helper?/std",
|
||||
"pezbp-header-pez-chain?/std",
|
||||
"pezbp-messages?/std",
|
||||
"pezbp-pezkuwi-core?/std",
|
||||
"pezbp-relayers?/std",
|
||||
"pezbp-runtime?/std",
|
||||
"pezbp-test-utils?/std",
|
||||
"pezbp-teyrchains?/std",
|
||||
"pezbp-xcm-bridge-hub-router?/std",
|
||||
"pezbp-xcm-bridge-hub?/std",
|
||||
"pezbridge-hub-common?/std",
|
||||
"pez-slot-range-helper?/std",
|
||||
"pezbp-runtime?/std",
|
||||
"pezbridge-hub-test-utils?/std",
|
||||
"pezbridge-runtime-common?/std",
|
||||
"pezcumulus-pezpallet-aura-ext?/std",
|
||||
@@ -52,13 +52,12 @@ std = [
|
||||
"pezframe-system-benchmarking?/std",
|
||||
"pezframe-system-rpc-runtime-api?/std",
|
||||
"pezframe-system?/std",
|
||||
"pezframe?/std",
|
||||
"pezkuwi-core-primitives?/std",
|
||||
"pezkuwi-primitives?/std",
|
||||
"pezkuwi-runtime-common?/std",
|
||||
"pezkuwi-runtime-metrics?/std",
|
||||
"pezkuwi-runtime-teyrchains?/std",
|
||||
"pezframe?/std",
|
||||
"ss58-registry?/std",
|
||||
"pezkuwi-subxt-core?/std",
|
||||
"pezkuwi-subxt-metadata?/std",
|
||||
"pezkuwi-subxt-signer?/std",
|
||||
@@ -226,39 +225,39 @@ std = [
|
||||
"pezsp-version?/std",
|
||||
"pezsp-wasm-interface?/std",
|
||||
"pezsp-weights?/std",
|
||||
"teyrchain-info?/std",
|
||||
"xcm-builder?/std",
|
||||
"xcm-executor?/std",
|
||||
"xcm?/std",
|
||||
"ss58-registry?/std",
|
||||
"testnet-teyrchains-constants?/std",
|
||||
"teyrchain-info?/std",
|
||||
"teyrchains-common?/std",
|
||||
"teyrchains-runtimes-test-utils?/std",
|
||||
"xcm-builder?/std",
|
||||
"xcm-executor?/std",
|
||||
"xcm-runtime-pezapis?/std",
|
||||
"xcm?/std",
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"asset-test-pezutils?/runtime-benchmarks",
|
||||
"pez-assets-common?/runtime-benchmarks",
|
||||
"pez-binary-merkle-tree?/runtime-benchmarks",
|
||||
"bizinikiwi-frame-rpc-support?/runtime-benchmarks",
|
||||
"bizinikiwi-frame-rpc-system?/runtime-benchmarks",
|
||||
"bizinikiwi-rpc-client?/runtime-benchmarks",
|
||||
"bizinikiwi-state-trie-migration-rpc?/runtime-benchmarks",
|
||||
"bizinikiwi-wasm-builder?/runtime-benchmarks",
|
||||
"gum?/runtime-benchmarks",
|
||||
"pez-assets-common?/runtime-benchmarks",
|
||||
"pez-binary-merkle-tree?/runtime-benchmarks",
|
||||
"pez-generate-bags?/runtime-benchmarks",
|
||||
"pez-slot-range-helper?/runtime-benchmarks",
|
||||
"pez-subkey?/runtime-benchmarks",
|
||||
"pezbp-header-pez-chain?/runtime-benchmarks",
|
||||
"pezbp-messages?/runtime-benchmarks",
|
||||
"pezbp-pezkuwi-core?/runtime-benchmarks",
|
||||
"pezbp-relayers?/runtime-benchmarks",
|
||||
"pezbp-runtime?/runtime-benchmarks",
|
||||
"pezbp-test-utils?/runtime-benchmarks",
|
||||
"pezbp-teyrchains?/runtime-benchmarks",
|
||||
"pezbp-xcm-bridge-hub-router?/runtime-benchmarks",
|
||||
"pezbp-xcm-bridge-hub?/runtime-benchmarks",
|
||||
"pezbridge-hub-common?/runtime-benchmarks",
|
||||
"remote-externalities?/runtime-benchmarks",
|
||||
"pez-generate-bags?/runtime-benchmarks",
|
||||
"pez-slot-range-helper?/runtime-benchmarks",
|
||||
"pez-subkey?/runtime-benchmarks",
|
||||
"gum?/runtime-benchmarks",
|
||||
"pezbp-runtime?/runtime-benchmarks",
|
||||
"pezbridge-hub-test-utils?/runtime-benchmarks",
|
||||
"pezbridge-runtime-common?/runtime-benchmarks",
|
||||
"pezcumulus-pezpallet-aura-ext?/runtime-benchmarks",
|
||||
@@ -289,6 +288,7 @@ runtime-benchmarks = [
|
||||
"pezframe-system-benchmarking?/runtime-benchmarks",
|
||||
"pezframe-system-rpc-runtime-api?/runtime-benchmarks",
|
||||
"pezframe-system?/runtime-benchmarks",
|
||||
"pezframe?/runtime-benchmarks",
|
||||
"pezkuwi-approval-distribution?/runtime-benchmarks",
|
||||
"pezkuwi-availability-bitfield-distribution?/runtime-benchmarks",
|
||||
"pezkuwi-availability-distribution?/runtime-benchmarks",
|
||||
@@ -306,7 +306,6 @@ runtime-benchmarks = [
|
||||
"pezkuwi-runtime-common?/runtime-benchmarks",
|
||||
"pezkuwi-runtime-metrics?/runtime-benchmarks",
|
||||
"pezkuwi-runtime-teyrchains?/runtime-benchmarks",
|
||||
"pezframe?/runtime-benchmarks",
|
||||
"pezkuwi-statement-distribution?/runtime-benchmarks",
|
||||
"pezkuwi-statement-table?/runtime-benchmarks",
|
||||
"pezkuwi-teyrchain-primitives?/runtime-benchmarks",
|
||||
@@ -461,17 +460,107 @@ runtime-benchmarks = [
|
||||
"pezsp-trie?/runtime-benchmarks",
|
||||
"pezsp-version-proc-macro?/runtime-benchmarks",
|
||||
"pezsp-version?/runtime-benchmarks",
|
||||
"teyrchain-info?/runtime-benchmarks",
|
||||
"xcm-builder?/runtime-benchmarks",
|
||||
"xcm-executor?/runtime-benchmarks",
|
||||
"xcm?/runtime-benchmarks",
|
||||
"remote-externalities?/runtime-benchmarks",
|
||||
"testnet-teyrchains-constants?/runtime-benchmarks",
|
||||
"teyrchain-info?/runtime-benchmarks",
|
||||
"teyrchains-common?/runtime-benchmarks",
|
||||
"teyrchains-runtimes-test-utils?/runtime-benchmarks",
|
||||
"xcm-builder?/runtime-benchmarks",
|
||||
"xcm-executor?/runtime-benchmarks",
|
||||
"xcm-pez-emulator?/runtime-benchmarks",
|
||||
"xcm-pez-procedural?/runtime-benchmarks",
|
||||
"xcm-pez-simulator?/runtime-benchmarks",
|
||||
"xcm-runtime-pezapis?/runtime-benchmarks",
|
||||
"xcm?/runtime-benchmarks",
|
||||
"pezcumulus-client-bootnodes?/runtime-benchmarks",
|
||||
"pezcumulus-client-cli?/runtime-benchmarks",
|
||||
"pezcumulus-client-collator?/runtime-benchmarks",
|
||||
"pezcumulus-client-consensus-aura?/runtime-benchmarks",
|
||||
"pezcumulus-client-consensus-common?/runtime-benchmarks",
|
||||
"pezcumulus-client-consensus-proposer?/runtime-benchmarks",
|
||||
"pezcumulus-client-consensus-relay-chain?/runtime-benchmarks",
|
||||
"pezcumulus-client-network?/runtime-benchmarks",
|
||||
"pezcumulus-client-pov-recovery?/runtime-benchmarks",
|
||||
"pezcumulus-client-service?/runtime-benchmarks",
|
||||
"pezcumulus-client-teyrchain-inherent?/runtime-benchmarks",
|
||||
"pezcumulus-relay-chain-inprocess-interface?/runtime-benchmarks",
|
||||
"pezcumulus-relay-chain-interface?/runtime-benchmarks",
|
||||
"pezcumulus-relay-chain-minimal-node?/runtime-benchmarks",
|
||||
"pezcumulus-relay-chain-rpc-interface?/runtime-benchmarks",
|
||||
"pezcumulus-relay-chain-streams?/runtime-benchmarks",
|
||||
"pezkuwi-cli?/runtime-benchmarks",
|
||||
"pezkuwi-node-collation-generation?/runtime-benchmarks",
|
||||
"pezkuwi-node-core-approval-voting?/runtime-benchmarks",
|
||||
"pezkuwi-node-core-approval-voting-parallel?/runtime-benchmarks",
|
||||
"pezkuwi-node-core-av-store?/runtime-benchmarks",
|
||||
"pezkuwi-node-core-backing?/runtime-benchmarks",
|
||||
"pezkuwi-node-core-bitfield-signing?/runtime-benchmarks",
|
||||
"pezkuwi-node-core-candidate-validation?/runtime-benchmarks",
|
||||
"pezkuwi-node-core-chain-api?/runtime-benchmarks",
|
||||
"pezkuwi-node-core-chain-selection?/runtime-benchmarks",
|
||||
"pezkuwi-node-core-dispute-coordinator?/runtime-benchmarks",
|
||||
"pezkuwi-node-core-prospective-teyrchains?/runtime-benchmarks",
|
||||
"pezkuwi-node-core-provisioner?/runtime-benchmarks",
|
||||
"pezkuwi-node-core-pvf?/runtime-benchmarks",
|
||||
"pezkuwi-node-core-pvf-checker?/runtime-benchmarks",
|
||||
"pezkuwi-node-core-pvf-common?/runtime-benchmarks",
|
||||
"pezkuwi-node-core-pvf-execute-worker?/runtime-benchmarks",
|
||||
"pezkuwi-node-core-pvf-prepare-worker?/runtime-benchmarks",
|
||||
"pezkuwi-node-core-runtime-api?/runtime-benchmarks",
|
||||
"pezkuwi-node-core-teyrchains-inherent?/runtime-benchmarks",
|
||||
"pezkuwi-node-metrics?/runtime-benchmarks",
|
||||
"pezkuwi-node-network-protocol?/runtime-benchmarks",
|
||||
"pezkuwi-node-subsystem?/runtime-benchmarks",
|
||||
"pezkuwi-node-subsystem-types?/runtime-benchmarks",
|
||||
"pezkuwi-node-subsystem-util?/runtime-benchmarks",
|
||||
"pezkuwi-overseer?/runtime-benchmarks",
|
||||
"pezkuwi-rpc?/runtime-benchmarks",
|
||||
"pezkuwi-service?/runtime-benchmarks",
|
||||
"pezsc-authority-discovery?/runtime-benchmarks",
|
||||
"pezsc-basic-authorship?/runtime-benchmarks",
|
||||
"pezsc-block-builder?/runtime-benchmarks",
|
||||
"pezsc-chain-spec?/runtime-benchmarks",
|
||||
"pezsc-cli?/runtime-benchmarks",
|
||||
"pezsc-client-api?/runtime-benchmarks",
|
||||
"pezsc-client-db?/runtime-benchmarks",
|
||||
"pezsc-consensus?/runtime-benchmarks",
|
||||
"pezsc-consensus-aura?/runtime-benchmarks",
|
||||
"pezsc-consensus-babe?/runtime-benchmarks",
|
||||
"pezsc-consensus-babe-rpc?/runtime-benchmarks",
|
||||
"pezsc-consensus-beefy?/runtime-benchmarks",
|
||||
"pezsc-consensus-beefy-rpc?/runtime-benchmarks",
|
||||
"pezsc-consensus-epochs?/runtime-benchmarks",
|
||||
"pezsc-consensus-grandpa?/runtime-benchmarks",
|
||||
"pezsc-consensus-grandpa-rpc?/runtime-benchmarks",
|
||||
"pezsc-consensus-manual-seal?/runtime-benchmarks",
|
||||
"pezsc-consensus-pow?/runtime-benchmarks",
|
||||
"pezsc-consensus-slots?/runtime-benchmarks",
|
||||
"pezsc-executor?/runtime-benchmarks",
|
||||
"pezsc-executor-wasmtime?/runtime-benchmarks",
|
||||
"pezsc-informant?/runtime-benchmarks",
|
||||
"pezsc-mixnet?/runtime-benchmarks",
|
||||
"pezsc-network?/runtime-benchmarks",
|
||||
"pezsc-network-common?/runtime-benchmarks",
|
||||
"pezsc-network-gossip?/runtime-benchmarks",
|
||||
"pezsc-network-light?/runtime-benchmarks",
|
||||
"pezsc-network-statement?/runtime-benchmarks",
|
||||
"pezsc-network-sync?/runtime-benchmarks",
|
||||
"pezsc-network-transactions?/runtime-benchmarks",
|
||||
"pezsc-offchain?/runtime-benchmarks",
|
||||
"pezsc-rpc?/runtime-benchmarks",
|
||||
"pezsc-rpc-api?/runtime-benchmarks",
|
||||
"pezsc-rpc-server?/runtime-benchmarks",
|
||||
"pezsc-rpc-spec-v2?/runtime-benchmarks",
|
||||
"pezsc-runtime-utilities?/runtime-benchmarks",
|
||||
"pezsc-service?/runtime-benchmarks",
|
||||
"pezsc-statement-store?/runtime-benchmarks",
|
||||
"pezsc-sync-state-rpc?/runtime-benchmarks",
|
||||
"pezsc-sysinfo?/runtime-benchmarks",
|
||||
"pezsc-tracing?/runtime-benchmarks",
|
||||
"pezsc-transaction-pool?/runtime-benchmarks",
|
||||
"pezsc-transaction-pool-api?/runtime-benchmarks",
|
||||
"chain-spec-builder?/runtime-benchmarks",
|
||||
"node-inspect?/runtime-benchmarks"
|
||||
]
|
||||
try-runtime = [
|
||||
"asset-test-pezutils?/try-runtime",
|
||||
@@ -489,11 +578,11 @@ try-runtime = [
|
||||
"pezframe-executive?/try-runtime",
|
||||
"pezframe-support?/try-runtime",
|
||||
"pezframe-system?/try-runtime",
|
||||
"pezframe?/try-runtime",
|
||||
"pezkuwi-cli?/try-runtime",
|
||||
"pezkuwi-omni-node-lib?/try-runtime",
|
||||
"pezkuwi-runtime-common?/try-runtime",
|
||||
"pezkuwi-runtime-teyrchains?/try-runtime",
|
||||
"pezframe?/try-runtime",
|
||||
"pezkuwi-service?/try-runtime",
|
||||
"pezpallet-alliance?/try-runtime",
|
||||
"pezpallet-asset-conversion-ops?/try-runtime",
|
||||
@@ -655,22 +744,22 @@ with-tracing = [
|
||||
"pezsp-tracing?/with-tracing",
|
||||
]
|
||||
runtime-full = [
|
||||
"bizinikiwi-bip39",
|
||||
"gum-proc-macro",
|
||||
"pez-assets-common",
|
||||
"pez-binary-merkle-tree",
|
||||
"bizinikiwi-bip39",
|
||||
"pez-ethereum-standards",
|
||||
"pez-slot-range-helper",
|
||||
"pezbp-header-pez-chain",
|
||||
"pezbp-messages",
|
||||
"pezbp-pezkuwi-core",
|
||||
"pezbp-relayers",
|
||||
"pezbp-runtime",
|
||||
"pezbp-test-utils",
|
||||
"pezbp-teyrchains",
|
||||
"pezbp-xcm-bridge-hub",
|
||||
"pezbp-xcm-bridge-hub-router",
|
||||
"pezbridge-hub-common",
|
||||
"pez-ethereum-standards",
|
||||
"pez-slot-range-helper",
|
||||
"gum-proc-macro",
|
||||
"pezbp-runtime",
|
||||
"pezbridge-runtime-common",
|
||||
"pezcumulus-pezpallet-aura-ext",
|
||||
"pezcumulus-pezpallet-dmp-queue",
|
||||
@@ -689,6 +778,7 @@ runtime-full = [
|
||||
"pezcumulus-primitives-teyrchain-inherent",
|
||||
"pezcumulus-primitives-timestamp",
|
||||
"pezcumulus-primitives-utility",
|
||||
"pezframe",
|
||||
"pezframe-benchmarking",
|
||||
"pezframe-benchmarking-pezpallet-pov",
|
||||
"pezframe-election-provider-solution-type",
|
||||
@@ -707,8 +797,6 @@ runtime-full = [
|
||||
"pezkuwi-runtime-common",
|
||||
"pezkuwi-runtime-metrics",
|
||||
"pezkuwi-runtime-teyrchains",
|
||||
"pezframe",
|
||||
"ss58-registry",
|
||||
"pezkuwi-subxt-core",
|
||||
"pezkuwi-subxt-macro",
|
||||
"pezkuwi-subxt-metadata",
|
||||
@@ -884,16 +972,18 @@ runtime-full = [
|
||||
"pezsp-version-proc-macro",
|
||||
"pezsp-wasm-interface",
|
||||
"pezsp-weights",
|
||||
"ss58-registry",
|
||||
"testnet-teyrchains-constants",
|
||||
"teyrchain-info",
|
||||
"teyrchains-common",
|
||||
"xcm",
|
||||
"xcm-builder",
|
||||
"xcm-executor",
|
||||
"testnet-teyrchains-constants",
|
||||
"teyrchains-common",
|
||||
"xcm-pez-procedural",
|
||||
"xcm-runtime-pezapis",
|
||||
]
|
||||
runtime = [
|
||||
"pezframe",
|
||||
"pezframe-benchmarking",
|
||||
"pezframe-benchmarking-pezpallet-pov",
|
||||
"pezframe-election-provider-solution-type",
|
||||
@@ -907,7 +997,6 @@ runtime = [
|
||||
"pezframe-system",
|
||||
"pezframe-system-benchmarking",
|
||||
"pezframe-system-rpc-runtime-api",
|
||||
"pezframe",
|
||||
"pezframe?/runtime",
|
||||
"pezkuwi-subxt?/runtime",
|
||||
]
|
||||
@@ -916,16 +1005,15 @@ node = [
|
||||
"bizinikiwi-build-script-utils",
|
||||
"bizinikiwi-frame-rpc-support",
|
||||
"bizinikiwi-frame-rpc-system",
|
||||
"prometheus-endpoint",
|
||||
"bizinikiwi-rpc-client",
|
||||
"bizinikiwi-state-trie-migration-rpc",
|
||||
"txtesttool",
|
||||
"bizinikiwi-wasm-builder",
|
||||
"remote-externalities",
|
||||
"chain-spec-builder",
|
||||
"gum",
|
||||
"node-inspect",
|
||||
"pez-fork-tree",
|
||||
"pez-generate-bags",
|
||||
"pez-subkey",
|
||||
"gum",
|
||||
"pezbridge-hub-test-utils",
|
||||
"pezcumulus-client-bootnodes",
|
||||
"pezcumulus-client-cli",
|
||||
@@ -993,6 +1081,12 @@ node = [
|
||||
"pezkuwi-subxt-rpcs",
|
||||
"pezkuwi-subxt-utils-fetchmetadata",
|
||||
"pezkuwi-subxt-utils-stripmetadata",
|
||||
"pezkuwi-zombienet-configuration",
|
||||
"pezkuwi-zombienet-orchestrator",
|
||||
"pezkuwi-zombienet-prom-metrics-parser",
|
||||
"pezkuwi-zombienet-provider",
|
||||
"pezkuwi-zombienet-sdk",
|
||||
"pezkuwi-zombienet-support",
|
||||
"pezmmr-gadget",
|
||||
"pezmmr-rpc",
|
||||
# "pezpallet-contracts-mock-network", # Test-only crate
|
||||
@@ -1058,19 +1152,14 @@ node = [
|
||||
"pezsp-maybe-compressed-blob",
|
||||
"pezsp-panic-handler",
|
||||
"pezsp-rpc",
|
||||
"chain-spec-builder",
|
||||
"node-inspect",
|
||||
"tracking-allocator",
|
||||
"prometheus-endpoint",
|
||||
"remote-externalities",
|
||||
"std",
|
||||
"teyrchains-runtimes-test-utils",
|
||||
"tracking-allocator",
|
||||
"txtesttool",
|
||||
"xcm-pez-emulator",
|
||||
"xcm-pez-simulator",
|
||||
"pezkuwi-zombienet-configuration",
|
||||
"pezkuwi-zombienet-orchestrator",
|
||||
"pezkuwi-zombienet-prom-metrics-parser",
|
||||
"pezkuwi-zombienet-provider",
|
||||
"pezkuwi-zombienet-sdk",
|
||||
"pezkuwi-zombienet-support",
|
||||
]
|
||||
tuples-96 = [
|
||||
"pezframe-support-procedural?/tuples-96",
|
||||
|
||||
Reference in New Issue
Block a user