style: taplo formatting and umbrella regeneration
This commit is contained in:
@@ -36,21 +36,21 @@ thiserror = { optional = true, workspace = true }
|
|||||||
[features]
|
[features]
|
||||||
default = ["std"]
|
default = ["std"]
|
||||||
std = [
|
std = [
|
||||||
"codec/std",
|
"codec/std",
|
||||||
"hash-db",
|
"hash-db",
|
||||||
"log/std",
|
"log/std",
|
||||||
"pezsp-api-proc-macro/std",
|
"pezsp-api-proc-macro/std",
|
||||||
"pezsp-core/std",
|
"pezsp-core/std",
|
||||||
"pezsp-externalities",
|
"pezsp-externalities",
|
||||||
"pezsp-externalities?/std",
|
"pezsp-externalities?/std",
|
||||||
"pezsp-metadata-ir?/std",
|
"pezsp-metadata-ir?/std",
|
||||||
"pezsp-runtime-interface/std",
|
"pezsp-runtime-interface/std",
|
||||||
"pezsp-runtime/std",
|
"pezsp-runtime/std",
|
||||||
"pezsp-state-machine/std",
|
"pezsp-state-machine/std",
|
||||||
"pezsp-trie/std",
|
"pezsp-trie/std",
|
||||||
"pezsp-version/std",
|
"pezsp-version/std",
|
||||||
"scale-info/std",
|
"scale-info/std",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
]
|
]
|
||||||
# Special feature to disable logging completely.
|
# Special feature to disable logging completely.
|
||||||
#
|
#
|
||||||
@@ -64,17 +64,17 @@ disable-logging = ["log/max_level_off"]
|
|||||||
no-metadata-docs = ["pezsp-api-proc-macro/no-metadata-docs"]
|
no-metadata-docs = ["pezsp-api-proc-macro/no-metadata-docs"]
|
||||||
frame-metadata = ["pezsp-metadata-ir"]
|
frame-metadata = ["pezsp-metadata-ir"]
|
||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
"pezsp-runtime-interface/runtime-benchmarks",
|
"pezsp-runtime-interface/runtime-benchmarks",
|
||||||
"pezsp-runtime/runtime-benchmarks",
|
"pezsp-runtime/runtime-benchmarks",
|
||||||
"pezsp-state-machine?/runtime-benchmarks",
|
"pezsp-state-machine?/runtime-benchmarks",
|
||||||
"pezsp-trie?/runtime-benchmarks",
|
"pezsp-test-primitives/runtime-benchmarks",
|
||||||
"pezsp-version/runtime-benchmarks",
|
"pezsp-trie?/runtime-benchmarks",
|
||||||
"pezsp-test-primitives/runtime-benchmarks",
|
"pezsp-version/runtime-benchmarks",
|
||||||
]
|
]
|
||||||
try-runtime = [
|
try-runtime = [
|
||||||
"pezsp-runtime/try-runtime",
|
"pezsp-runtime/try-runtime",
|
||||||
"pezsp-version/try-runtime",
|
"pezsp-test-primitives/try-runtime",
|
||||||
"pezsp-test-primitives/try-runtime",
|
"pezsp-version/try-runtime",
|
||||||
]
|
]
|
||||||
serde = []
|
serde = []
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ pezpallet-nfts = { default-features = false, workspace = true }
|
|||||||
pezsp-runtime = { default-features = false, workspace = true }
|
pezsp-runtime = { default-features = false, workspace = true }
|
||||||
pezsp-std = { default-features = false, workspace = true }
|
pezsp-std = { default-features = false, workspace = true }
|
||||||
scale-info = { default-features = false, features = [
|
scale-info = { default-features = false, features = [
|
||||||
"derive",
|
"derive",
|
||||||
], workspace = true }
|
], workspace = true }
|
||||||
serde = { version = "1.0", default-features = false, features = ["derive"] }
|
serde = { version = "1.0", default-features = false, features = ["derive"] }
|
||||||
|
|
||||||
@@ -37,44 +37,44 @@ pezsp-io = { workspace = true }
|
|||||||
[features]
|
[features]
|
||||||
default = ["std"]
|
default = ["std"]
|
||||||
std = [
|
std = [
|
||||||
"codec/std",
|
"codec/std",
|
||||||
"log/std",
|
"log/std",
|
||||||
"pezframe-benchmarking?/std",
|
"pezframe-benchmarking?/std",
|
||||||
"pezframe-support/std",
|
"pezframe-support/std",
|
||||||
"pezframe-system/std",
|
"pezframe-system/std",
|
||||||
"pezpallet-balances/std",
|
"pezpallet-balances/std",
|
||||||
"pezpallet-identity-kyc/std",
|
"pezpallet-identity-kyc/std",
|
||||||
"pezpallet-identity/std",
|
"pezpallet-identity/std",
|
||||||
"pezpallet-nfts/std",
|
"pezpallet-nfts/std",
|
||||||
"pezsp-core/std",
|
"pezsp-core/std",
|
||||||
"pezsp-io/std",
|
"pezsp-io/std",
|
||||||
"pezsp-runtime/std",
|
"pezsp-runtime/std",
|
||||||
"pezsp-std/std",
|
"pezsp-std/std",
|
||||||
"scale-info/std",
|
"scale-info/std",
|
||||||
"serde/std",
|
"serde/std",
|
||||||
]
|
]
|
||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
"dep:pezframe-benchmarking",
|
"dep:pezframe-benchmarking",
|
||||||
"dep:pezpallet-balances",
|
"dep:pezpallet-balances",
|
||||||
"pezframe-benchmarking/runtime-benchmarks",
|
"pezframe-benchmarking/runtime-benchmarks",
|
||||||
"pezframe-support/runtime-benchmarks",
|
"pezframe-support/runtime-benchmarks",
|
||||||
"pezframe-system/runtime-benchmarks",
|
"pezframe-system/runtime-benchmarks",
|
||||||
"pezpallet-balances/runtime-benchmarks",
|
"pezpallet-balances/runtime-benchmarks",
|
||||||
"pezpallet-identity-kyc/runtime-benchmarks",
|
"pezpallet-identity-kyc/runtime-benchmarks",
|
||||||
"pezpallet-identity/runtime-benchmarks",
|
"pezpallet-identity/runtime-benchmarks",
|
||||||
"pezpallet-nfts/runtime-benchmarks",
|
"pezpallet-nfts/runtime-benchmarks",
|
||||||
"pezsp-io/runtime-benchmarks",
|
"pezsp-io/runtime-benchmarks",
|
||||||
"pezsp-runtime/runtime-benchmarks",
|
"pezsp-runtime/runtime-benchmarks",
|
||||||
]
|
]
|
||||||
try-runtime = [
|
try-runtime = [
|
||||||
"pezframe-benchmarking?/try-runtime",
|
"pezframe-benchmarking?/try-runtime",
|
||||||
"pezframe-support/try-runtime",
|
"pezframe-support/try-runtime",
|
||||||
"pezframe-system/try-runtime",
|
"pezframe-system/try-runtime",
|
||||||
"pezpallet-balances/try-runtime",
|
"pezpallet-balances/try-runtime",
|
||||||
"pezpallet-identity-kyc/try-runtime",
|
"pezpallet-identity-kyc/try-runtime",
|
||||||
"pezpallet-identity/try-runtime",
|
"pezpallet-identity/try-runtime",
|
||||||
"pezpallet-nfts/try-runtime",
|
"pezpallet-nfts/try-runtime",
|
||||||
"pezsp-runtime/try-runtime",
|
"pezsp-runtime/try-runtime",
|
||||||
]
|
]
|
||||||
serde = []
|
serde = []
|
||||||
experimental = []
|
experimental = []
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ enumflags2 = { workspace = true }
|
|||||||
hex-literal = { workspace = true }
|
hex-literal = { workspace = true }
|
||||||
scale-info = { features = ["derive"], workspace = true }
|
scale-info = { features = ["derive"], workspace = true }
|
||||||
serde = { optional = true, features = [
|
serde = { optional = true, features = [
|
||||||
"derive",
|
"derive",
|
||||||
], workspace = true, default-features = true }
|
], workspace = true, default-features = true }
|
||||||
serde_json = { features = ["alloc"], workspace = true }
|
serde_json = { features = ["alloc"], workspace = true }
|
||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
@@ -114,240 +114,240 @@ bizinikiwi-wasm-builder = { optional = true, workspace = true, default-features
|
|||||||
[features]
|
[features]
|
||||||
default = ["std"]
|
default = ["std"]
|
||||||
std = [
|
std = [
|
||||||
"bizinikiwi-wasm-builder",
|
"bizinikiwi-wasm-builder",
|
||||||
"bizinikiwi-wasm-builder?/std",
|
"bizinikiwi-wasm-builder?/std",
|
||||||
"codec/std",
|
"codec/std",
|
||||||
"enumflags2/std",
|
"enumflags2/std",
|
||||||
"pezcumulus-pezpallet-aura-ext/std",
|
"pezcumulus-pezpallet-aura-ext/std",
|
||||||
"pezcumulus-pezpallet-session-benchmarking/std",
|
"pezcumulus-pezpallet-session-benchmarking/std",
|
||||||
"pezcumulus-pezpallet-teyrchain-system/std",
|
"pezcumulus-pezpallet-teyrchain-system/std",
|
||||||
"pezcumulus-pezpallet-weight-reclaim/std",
|
"pezcumulus-pezpallet-weight-reclaim/std",
|
||||||
"pezcumulus-pezpallet-xcm/std",
|
"pezcumulus-pezpallet-xcm/std",
|
||||||
"pezcumulus-pezpallet-xcmp-queue/std",
|
"pezcumulus-pezpallet-xcmp-queue/std",
|
||||||
"pezcumulus-primitives-aura/std",
|
"pezcumulus-primitives-aura/std",
|
||||||
"pezcumulus-primitives-core/std",
|
"pezcumulus-primitives-core/std",
|
||||||
"pezcumulus-primitives-utility/std",
|
"pezcumulus-primitives-utility/std",
|
||||||
"pezframe-benchmarking?/std",
|
"pezframe-benchmarking?/std",
|
||||||
"pezframe-executive/std",
|
"pezframe-executive/std",
|
||||||
"pezframe-support/std",
|
"pezframe-support/std",
|
||||||
"pezframe-system-benchmarking?/std",
|
"pezframe-system-benchmarking?/std",
|
||||||
"pezframe-system-rpc-runtime-api/std",
|
"pezframe-system-rpc-runtime-api/std",
|
||||||
"pezframe-system/std",
|
"pezframe-system/std",
|
||||||
"pezframe-try-runtime?/std",
|
"pezframe-try-runtime?/std",
|
||||||
"pezkuwi-primitives/std",
|
"pezkuwi-primitives/std",
|
||||||
"pezkuwi-runtime-common/std",
|
"pezkuwi-runtime-common/std",
|
||||||
"pezkuwi-teyrchain-primitives/std",
|
"pezkuwi-teyrchain-primitives/std",
|
||||||
"pezkuwichain-runtime-constants/std",
|
"pezkuwichain-runtime-constants/std",
|
||||||
"pezpallet-assets/std",
|
"pezpallet-assets/std",
|
||||||
"pezpallet-aura/std",
|
"pezpallet-aura/std",
|
||||||
"pezpallet-authorship/std",
|
"pezpallet-authorship/std",
|
||||||
"pezpallet-balances/std",
|
"pezpallet-balances/std",
|
||||||
"pezpallet-collator-selection/std",
|
"pezpallet-collator-selection/std",
|
||||||
"pezpallet-collective/std",
|
"pezpallet-collective/std",
|
||||||
"pezpallet-democracy/std",
|
"pezpallet-democracy/std",
|
||||||
"pezpallet-elections-phragmen/std",
|
"pezpallet-elections-phragmen/std",
|
||||||
"pezpallet-identity-kyc/std",
|
"pezpallet-identity-kyc/std",
|
||||||
"pezpallet-identity/std",
|
"pezpallet-identity/std",
|
||||||
"pezpallet-message-queue/std",
|
"pezpallet-message-queue/std",
|
||||||
"pezpallet-migrations/std",
|
"pezpallet-migrations/std",
|
||||||
"pezpallet-multisig/std",
|
"pezpallet-multisig/std",
|
||||||
"pezpallet-nfts/std",
|
"pezpallet-nfts/std",
|
||||||
"pezpallet-perwerde/std",
|
"pezpallet-perwerde/std",
|
||||||
"pezpallet-pez-rewards/std",
|
"pezpallet-pez-rewards/std",
|
||||||
"pezpallet-proxy/std",
|
"pezpallet-proxy/std",
|
||||||
"pezpallet-recovery/std",
|
"pezpallet-recovery/std",
|
||||||
"pezpallet-referral/std",
|
"pezpallet-referral/std",
|
||||||
"pezpallet-scheduler/std",
|
"pezpallet-scheduler/std",
|
||||||
"pezpallet-session/std",
|
"pezpallet-session/std",
|
||||||
"pezpallet-skip-feeless-payment/std",
|
"pezpallet-skip-feeless-payment/std",
|
||||||
"pezpallet-society/std",
|
"pezpallet-society/std",
|
||||||
"pezpallet-staking-score/std",
|
"pezpallet-staking-score/std",
|
||||||
"pezpallet-tiki/std",
|
"pezpallet-tiki/std",
|
||||||
"pezpallet-timestamp/std",
|
"pezpallet-timestamp/std",
|
||||||
"pezpallet-transaction-payment-rpc-runtime-api/std",
|
"pezpallet-transaction-payment-rpc-runtime-api/std",
|
||||||
"pezpallet-transaction-payment/std",
|
"pezpallet-transaction-payment/std",
|
||||||
"pezpallet-trust/std",
|
"pezpallet-trust/std",
|
||||||
"pezpallet-utility/std",
|
"pezpallet-utility/std",
|
||||||
"pezpallet-vesting/std",
|
"pezpallet-vesting/std",
|
||||||
"pezpallet-welati/std",
|
"pezpallet-welati/std",
|
||||||
"pezpallet-xcm-benchmarks?/std",
|
"pezpallet-xcm-benchmarks?/std",
|
||||||
"pezpallet-xcm/std",
|
"pezpallet-xcm/std",
|
||||||
"pezsp-api/std",
|
"pezsp-api/std",
|
||||||
"pezsp-block-builder/std",
|
"pezsp-block-builder/std",
|
||||||
"pezsp-consensus-aura/std",
|
"pezsp-consensus-aura/std",
|
||||||
"pezsp-core/std",
|
"pezsp-core/std",
|
||||||
"pezsp-genesis-builder/std",
|
"pezsp-genesis-builder/std",
|
||||||
"pezsp-inherents/std",
|
"pezsp-inherents/std",
|
||||||
"pezsp-keyring/std",
|
"pezsp-keyring/std",
|
||||||
"pezsp-offchain/std",
|
"pezsp-offchain/std",
|
||||||
"pezsp-runtime/std",
|
"pezsp-runtime/std",
|
||||||
"pezsp-session/std",
|
"pezsp-session/std",
|
||||||
"pezsp-staking/std",
|
"pezsp-staking/std",
|
||||||
"pezsp-storage/std",
|
"pezsp-storage/std",
|
||||||
"pezsp-transaction-pool/std",
|
"pezsp-transaction-pool/std",
|
||||||
"pezsp-version/std",
|
"pezsp-version/std",
|
||||||
"scale-info/std",
|
"scale-info/std",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json/std",
|
"serde_json/std",
|
||||||
"testnet-teyrchains-constants/std",
|
"testnet-teyrchains-constants/std",
|
||||||
"teyrchain-info/std",
|
"teyrchain-info/std",
|
||||||
"teyrchains-common/std",
|
"teyrchains-common/std",
|
||||||
"tracing/std",
|
"tracing/std",
|
||||||
"xcm-builder/std",
|
"xcm-builder/std",
|
||||||
"xcm-executor/std",
|
"xcm-executor/std",
|
||||||
"xcm-runtime-pezapis/std",
|
"xcm-runtime-pezapis/std",
|
||||||
"xcm/std",
|
"xcm/std",
|
||||||
]
|
]
|
||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
"bizinikiwi-wasm-builder?/runtime-benchmarks",
|
"bizinikiwi-wasm-builder?/runtime-benchmarks",
|
||||||
"pezcumulus-pezpallet-aura-ext/runtime-benchmarks",
|
"pezcumulus-pezpallet-aura-ext/runtime-benchmarks",
|
||||||
"pezcumulus-pezpallet-session-benchmarking/runtime-benchmarks",
|
"pezcumulus-pezpallet-session-benchmarking/runtime-benchmarks",
|
||||||
"pezcumulus-pezpallet-teyrchain-system/runtime-benchmarks",
|
"pezcumulus-pezpallet-teyrchain-system/runtime-benchmarks",
|
||||||
"pezcumulus-pezpallet-weight-reclaim/runtime-benchmarks",
|
"pezcumulus-pezpallet-weight-reclaim/runtime-benchmarks",
|
||||||
"pezcumulus-pezpallet-xcm/runtime-benchmarks",
|
"pezcumulus-pezpallet-xcm/runtime-benchmarks",
|
||||||
"pezcumulus-pezpallet-xcmp-queue/runtime-benchmarks",
|
"pezcumulus-pezpallet-xcmp-queue/runtime-benchmarks",
|
||||||
"pezcumulus-primitives-aura/runtime-benchmarks",
|
"pezcumulus-primitives-aura/runtime-benchmarks",
|
||||||
"pezcumulus-primitives-core/runtime-benchmarks",
|
"pezcumulus-primitives-core/runtime-benchmarks",
|
||||||
"pezcumulus-primitives-utility/runtime-benchmarks",
|
"pezcumulus-primitives-utility/runtime-benchmarks",
|
||||||
"pezframe-benchmarking/runtime-benchmarks",
|
"pezframe-benchmarking/runtime-benchmarks",
|
||||||
"pezframe-executive/runtime-benchmarks",
|
"pezframe-executive/runtime-benchmarks",
|
||||||
"pezframe-support/runtime-benchmarks",
|
"pezframe-support/runtime-benchmarks",
|
||||||
"pezframe-system-benchmarking/runtime-benchmarks",
|
"pezframe-system-benchmarking/runtime-benchmarks",
|
||||||
"pezframe-system-rpc-runtime-api/runtime-benchmarks",
|
"pezframe-system-rpc-runtime-api/runtime-benchmarks",
|
||||||
"pezframe-system/runtime-benchmarks",
|
"pezframe-system/runtime-benchmarks",
|
||||||
"pezframe-try-runtime?/runtime-benchmarks",
|
"pezframe-try-runtime?/runtime-benchmarks",
|
||||||
"pezkuwi-primitives/runtime-benchmarks",
|
"pezkuwi-primitives/runtime-benchmarks",
|
||||||
"pezkuwi-runtime-common/runtime-benchmarks",
|
"pezkuwi-runtime-common/runtime-benchmarks",
|
||||||
"pezkuwi-teyrchain-primitives/runtime-benchmarks",
|
"pezkuwi-teyrchain-primitives/runtime-benchmarks",
|
||||||
"pezkuwichain-runtime-constants/runtime-benchmarks",
|
"pezkuwichain-runtime-constants/runtime-benchmarks",
|
||||||
"pezpallet-assets/runtime-benchmarks",
|
"pezpallet-assets/runtime-benchmarks",
|
||||||
"pezpallet-aura/runtime-benchmarks",
|
"pezpallet-aura/runtime-benchmarks",
|
||||||
"pezpallet-authorship/runtime-benchmarks",
|
"pezpallet-authorship/runtime-benchmarks",
|
||||||
"pezpallet-balances/runtime-benchmarks",
|
"pezpallet-balances/runtime-benchmarks",
|
||||||
"pezpallet-collator-selection/runtime-benchmarks",
|
"pezpallet-collator-selection/runtime-benchmarks",
|
||||||
"pezpallet-collective/runtime-benchmarks",
|
"pezpallet-collective/runtime-benchmarks",
|
||||||
"pezpallet-democracy/runtime-benchmarks",
|
"pezpallet-democracy/runtime-benchmarks",
|
||||||
"pezpallet-elections-phragmen/runtime-benchmarks",
|
"pezpallet-elections-phragmen/runtime-benchmarks",
|
||||||
"pezpallet-identity-kyc/runtime-benchmarks",
|
"pezpallet-identity-kyc/runtime-benchmarks",
|
||||||
"pezpallet-identity/runtime-benchmarks",
|
"pezpallet-identity/runtime-benchmarks",
|
||||||
"pezpallet-message-queue/runtime-benchmarks",
|
"pezpallet-message-queue/runtime-benchmarks",
|
||||||
"pezpallet-migrations/runtime-benchmarks",
|
"pezpallet-migrations/runtime-benchmarks",
|
||||||
"pezpallet-multisig/runtime-benchmarks",
|
"pezpallet-multisig/runtime-benchmarks",
|
||||||
"pezpallet-nfts/runtime-benchmarks",
|
"pezpallet-nfts/runtime-benchmarks",
|
||||||
"pezpallet-perwerde/runtime-benchmarks",
|
"pezpallet-perwerde/runtime-benchmarks",
|
||||||
"pezpallet-pez-rewards/runtime-benchmarks",
|
"pezpallet-pez-rewards/runtime-benchmarks",
|
||||||
"pezpallet-proxy/runtime-benchmarks",
|
"pezpallet-proxy/runtime-benchmarks",
|
||||||
"pezpallet-recovery/runtime-benchmarks",
|
"pezpallet-recovery/runtime-benchmarks",
|
||||||
"pezpallet-referral/runtime-benchmarks",
|
"pezpallet-referral/runtime-benchmarks",
|
||||||
"pezpallet-scheduler/runtime-benchmarks",
|
"pezpallet-scheduler/runtime-benchmarks",
|
||||||
"pezpallet-session/runtime-benchmarks",
|
"pezpallet-session/runtime-benchmarks",
|
||||||
"pezpallet-skip-feeless-payment/runtime-benchmarks",
|
"pezpallet-skip-feeless-payment/runtime-benchmarks",
|
||||||
"pezpallet-society/runtime-benchmarks",
|
"pezpallet-society/runtime-benchmarks",
|
||||||
"pezpallet-staking-score/runtime-benchmarks",
|
"pezpallet-staking-score/runtime-benchmarks",
|
||||||
"pezpallet-tiki/runtime-benchmarks",
|
"pezpallet-tiki/runtime-benchmarks",
|
||||||
"pezpallet-timestamp/runtime-benchmarks",
|
"pezpallet-timestamp/runtime-benchmarks",
|
||||||
"pezpallet-transaction-payment-rpc-runtime-api/runtime-benchmarks",
|
"pezpallet-transaction-payment-rpc-runtime-api/runtime-benchmarks",
|
||||||
"pezpallet-transaction-payment/runtime-benchmarks",
|
"pezpallet-transaction-payment/runtime-benchmarks",
|
||||||
"pezpallet-trust/runtime-benchmarks",
|
"pezpallet-trust/runtime-benchmarks",
|
||||||
"pezpallet-utility/runtime-benchmarks",
|
"pezpallet-utility/runtime-benchmarks",
|
||||||
"pezpallet-vesting/runtime-benchmarks",
|
"pezpallet-vesting/runtime-benchmarks",
|
||||||
"pezpallet-welati/runtime-benchmarks",
|
"pezpallet-welati/runtime-benchmarks",
|
||||||
"pezpallet-xcm-benchmarks/runtime-benchmarks",
|
"pezpallet-xcm-benchmarks/runtime-benchmarks",
|
||||||
"pezpallet-xcm/runtime-benchmarks",
|
"pezpallet-xcm/runtime-benchmarks",
|
||||||
"pezsp-api/runtime-benchmarks",
|
"pezsp-api/runtime-benchmarks",
|
||||||
"pezsp-block-builder/runtime-benchmarks",
|
"pezsp-block-builder/runtime-benchmarks",
|
||||||
"pezsp-consensus-aura/runtime-benchmarks",
|
"pezsp-consensus-aura/runtime-benchmarks",
|
||||||
"pezsp-genesis-builder/runtime-benchmarks",
|
"pezsp-genesis-builder/runtime-benchmarks",
|
||||||
"pezsp-inherents/runtime-benchmarks",
|
"pezsp-inherents/runtime-benchmarks",
|
||||||
"pezsp-keyring/runtime-benchmarks",
|
"pezsp-keyring/runtime-benchmarks",
|
||||||
"pezsp-offchain/runtime-benchmarks",
|
"pezsp-offchain/runtime-benchmarks",
|
||||||
"pezsp-runtime/runtime-benchmarks",
|
"pezsp-runtime/runtime-benchmarks",
|
||||||
"pezsp-session/runtime-benchmarks",
|
"pezsp-session/runtime-benchmarks",
|
||||||
"pezsp-staking/runtime-benchmarks",
|
"pezsp-staking/runtime-benchmarks",
|
||||||
"pezsp-transaction-pool/runtime-benchmarks",
|
"pezsp-transaction-pool/runtime-benchmarks",
|
||||||
"pezsp-version/runtime-benchmarks",
|
"pezsp-version/runtime-benchmarks",
|
||||||
"testnet-teyrchains-constants/runtime-benchmarks",
|
"testnet-teyrchains-constants/runtime-benchmarks",
|
||||||
"teyrchain-info/runtime-benchmarks",
|
"teyrchain-info/runtime-benchmarks",
|
||||||
"teyrchains-common/runtime-benchmarks",
|
"teyrchains-common/runtime-benchmarks",
|
||||||
"teyrchains-runtimes-test-utils/runtime-benchmarks",
|
"teyrchains-runtimes-test-utils/runtime-benchmarks",
|
||||||
"xcm-builder/runtime-benchmarks",
|
"xcm-builder/runtime-benchmarks",
|
||||||
"xcm-executor/runtime-benchmarks",
|
"xcm-executor/runtime-benchmarks",
|
||||||
"xcm-runtime-pezapis/runtime-benchmarks",
|
"xcm-runtime-pezapis/runtime-benchmarks",
|
||||||
"xcm/runtime-benchmarks",
|
"xcm/runtime-benchmarks",
|
||||||
]
|
]
|
||||||
try-runtime = [
|
try-runtime = [
|
||||||
"pezcumulus-pezpallet-aura-ext/try-runtime",
|
"pezcumulus-pezpallet-aura-ext/try-runtime",
|
||||||
"pezcumulus-pezpallet-session-benchmarking/try-runtime",
|
"pezcumulus-pezpallet-session-benchmarking/try-runtime",
|
||||||
"pezcumulus-pezpallet-teyrchain-system/try-runtime",
|
"pezcumulus-pezpallet-teyrchain-system/try-runtime",
|
||||||
"pezcumulus-pezpallet-weight-reclaim/try-runtime",
|
"pezcumulus-pezpallet-weight-reclaim/try-runtime",
|
||||||
"pezcumulus-pezpallet-xcm/try-runtime",
|
"pezcumulus-pezpallet-xcm/try-runtime",
|
||||||
"pezcumulus-pezpallet-xcmp-queue/try-runtime",
|
"pezcumulus-pezpallet-xcmp-queue/try-runtime",
|
||||||
"pezcumulus-primitives-core/try-runtime",
|
"pezcumulus-primitives-core/try-runtime",
|
||||||
"pezcumulus-primitives-utility/try-runtime",
|
"pezcumulus-primitives-utility/try-runtime",
|
||||||
"pezframe-benchmarking?/try-runtime",
|
"pezframe-benchmarking?/try-runtime",
|
||||||
"pezframe-executive/try-runtime",
|
"pezframe-executive/try-runtime",
|
||||||
"pezframe-support/try-runtime",
|
"pezframe-support/try-runtime",
|
||||||
"pezframe-system-benchmarking?/try-runtime",
|
"pezframe-system-benchmarking?/try-runtime",
|
||||||
"pezframe-system/try-runtime",
|
"pezframe-system/try-runtime",
|
||||||
"pezframe-try-runtime/try-runtime",
|
"pezframe-try-runtime/try-runtime",
|
||||||
"pezkuwi-primitives/try-runtime",
|
"pezkuwi-primitives/try-runtime",
|
||||||
"pezkuwi-runtime-common/try-runtime",
|
"pezkuwi-runtime-common/try-runtime",
|
||||||
"pezkuwi-teyrchain-primitives/try-runtime",
|
"pezkuwi-teyrchain-primitives/try-runtime",
|
||||||
"pezkuwichain-runtime-constants/try-runtime",
|
"pezkuwichain-runtime-constants/try-runtime",
|
||||||
"pezpallet-assets/try-runtime",
|
"pezpallet-assets/try-runtime",
|
||||||
"pezpallet-aura/try-runtime",
|
"pezpallet-aura/try-runtime",
|
||||||
"pezpallet-authorship/try-runtime",
|
"pezpallet-authorship/try-runtime",
|
||||||
"pezpallet-balances/try-runtime",
|
"pezpallet-balances/try-runtime",
|
||||||
"pezpallet-collator-selection/try-runtime",
|
"pezpallet-collator-selection/try-runtime",
|
||||||
"pezpallet-collective/try-runtime",
|
"pezpallet-collective/try-runtime",
|
||||||
"pezpallet-democracy/try-runtime",
|
"pezpallet-democracy/try-runtime",
|
||||||
"pezpallet-elections-phragmen/try-runtime",
|
"pezpallet-elections-phragmen/try-runtime",
|
||||||
"pezpallet-identity-kyc/try-runtime",
|
"pezpallet-identity-kyc/try-runtime",
|
||||||
"pezpallet-identity/try-runtime",
|
"pezpallet-identity/try-runtime",
|
||||||
"pezpallet-message-queue/try-runtime",
|
"pezpallet-message-queue/try-runtime",
|
||||||
"pezpallet-migrations/try-runtime",
|
"pezpallet-migrations/try-runtime",
|
||||||
"pezpallet-multisig/try-runtime",
|
"pezpallet-multisig/try-runtime",
|
||||||
"pezpallet-nfts/try-runtime",
|
"pezpallet-nfts/try-runtime",
|
||||||
"pezpallet-perwerde/try-runtime",
|
"pezpallet-perwerde/try-runtime",
|
||||||
"pezpallet-pez-rewards/try-runtime",
|
"pezpallet-pez-rewards/try-runtime",
|
||||||
"pezpallet-proxy/try-runtime",
|
"pezpallet-proxy/try-runtime",
|
||||||
"pezpallet-recovery/try-runtime",
|
"pezpallet-recovery/try-runtime",
|
||||||
"pezpallet-referral/try-runtime",
|
"pezpallet-referral/try-runtime",
|
||||||
"pezpallet-scheduler/try-runtime",
|
"pezpallet-scheduler/try-runtime",
|
||||||
"pezpallet-session/try-runtime",
|
"pezpallet-session/try-runtime",
|
||||||
"pezpallet-skip-feeless-payment/try-runtime",
|
"pezpallet-skip-feeless-payment/try-runtime",
|
||||||
"pezpallet-society/try-runtime",
|
"pezpallet-society/try-runtime",
|
||||||
"pezpallet-staking-score/try-runtime",
|
"pezpallet-staking-score/try-runtime",
|
||||||
"pezpallet-tiki/try-runtime",
|
"pezpallet-tiki/try-runtime",
|
||||||
"pezpallet-timestamp/try-runtime",
|
"pezpallet-timestamp/try-runtime",
|
||||||
"pezpallet-transaction-payment-rpc-runtime-api/try-runtime",
|
"pezpallet-transaction-payment-rpc-runtime-api/try-runtime",
|
||||||
"pezpallet-transaction-payment/try-runtime",
|
"pezpallet-transaction-payment/try-runtime",
|
||||||
"pezpallet-trust/try-runtime",
|
"pezpallet-trust/try-runtime",
|
||||||
"pezpallet-utility/try-runtime",
|
"pezpallet-utility/try-runtime",
|
||||||
"pezpallet-vesting/try-runtime",
|
"pezpallet-vesting/try-runtime",
|
||||||
"pezpallet-welati/try-runtime",
|
"pezpallet-welati/try-runtime",
|
||||||
"pezpallet-xcm-benchmarks?/try-runtime",
|
"pezpallet-xcm-benchmarks?/try-runtime",
|
||||||
"pezpallet-xcm/try-runtime",
|
"pezpallet-xcm/try-runtime",
|
||||||
"pezsp-api/try-runtime",
|
"pezsp-api/try-runtime",
|
||||||
"pezsp-block-builder/try-runtime",
|
"pezsp-block-builder/try-runtime",
|
||||||
"pezsp-consensus-aura/try-runtime",
|
"pezsp-consensus-aura/try-runtime",
|
||||||
"pezsp-genesis-builder/try-runtime",
|
"pezsp-genesis-builder/try-runtime",
|
||||||
"pezsp-inherents/try-runtime",
|
"pezsp-inherents/try-runtime",
|
||||||
"pezsp-keyring/try-runtime",
|
"pezsp-keyring/try-runtime",
|
||||||
"pezsp-offchain/try-runtime",
|
"pezsp-offchain/try-runtime",
|
||||||
"pezsp-runtime/try-runtime",
|
"pezsp-runtime/try-runtime",
|
||||||
"pezsp-session/try-runtime",
|
"pezsp-session/try-runtime",
|
||||||
"pezsp-staking/try-runtime",
|
"pezsp-staking/try-runtime",
|
||||||
"pezsp-transaction-pool/try-runtime",
|
"pezsp-transaction-pool/try-runtime",
|
||||||
"pezsp-version/try-runtime",
|
"pezsp-version/try-runtime",
|
||||||
"testnet-teyrchains-constants/try-runtime",
|
"testnet-teyrchains-constants/try-runtime",
|
||||||
"teyrchain-info/try-runtime",
|
"teyrchain-info/try-runtime",
|
||||||
"teyrchains-common/try-runtime",
|
"teyrchains-common/try-runtime",
|
||||||
"teyrchains-runtimes-test-utils/try-runtime",
|
"teyrchains-runtimes-test-utils/try-runtime",
|
||||||
"xcm-builder/try-runtime",
|
"xcm-builder/try-runtime",
|
||||||
"xcm-executor/try-runtime",
|
"xcm-executor/try-runtime",
|
||||||
"xcm-runtime-pezapis/try-runtime",
|
"xcm-runtime-pezapis/try-runtime",
|
||||||
"xcm/try-runtime",
|
"xcm/try-runtime",
|
||||||
]
|
]
|
||||||
|
|
||||||
# A feature that should be enabled when the runtime should be built for on-chain
|
# A feature that should be enabled when the runtime should be built for on-chain
|
||||||
@@ -355,26 +355,26 @@ try-runtime = [
|
|||||||
# to make it smaller, like logging for example.
|
# to make it smaller, like logging for example.
|
||||||
on-chain-release-build = []
|
on-chain-release-build = []
|
||||||
serde = [
|
serde = [
|
||||||
"codec/serde",
|
"codec/serde",
|
||||||
"dep:serde",
|
"dep:serde",
|
||||||
"enumflags2/serde",
|
"enumflags2/serde",
|
||||||
"pezframe-benchmarking?/serde",
|
"pezframe-benchmarking?/serde",
|
||||||
"pezpallet-democracy/serde",
|
"pezpallet-democracy/serde",
|
||||||
"pezpallet-message-queue/serde",
|
"pezpallet-message-queue/serde",
|
||||||
"pezpallet-perwerde/serde",
|
"pezpallet-perwerde/serde",
|
||||||
"pezpallet-pez-rewards/serde",
|
"pezpallet-pez-rewards/serde",
|
||||||
"pezpallet-staking-score/serde",
|
"pezpallet-staking-score/serde",
|
||||||
"pezpallet-transaction-payment/serde",
|
"pezpallet-transaction-payment/serde",
|
||||||
"pezpallet-trust/serde",
|
"pezpallet-trust/serde",
|
||||||
"pezpallet-welati/serde",
|
"pezpallet-welati/serde",
|
||||||
"pezpallet-xcm/serde",
|
"pezpallet-xcm/serde",
|
||||||
"pezsp-consensus-aura/serde",
|
"pezsp-consensus-aura/serde",
|
||||||
"pezsp-core/serde",
|
"pezsp-core/serde",
|
||||||
"pezsp-runtime/serde",
|
"pezsp-runtime/serde",
|
||||||
"pezsp-staking/serde",
|
"pezsp-staking/serde",
|
||||||
"pezsp-storage/serde",
|
"pezsp-storage/serde",
|
||||||
"pezsp-version/serde",
|
"pezsp-version/serde",
|
||||||
"scale-info/serde",
|
"scale-info/serde",
|
||||||
]
|
]
|
||||||
experimental = []
|
experimental = []
|
||||||
with-tracing = []
|
with-tracing = []
|
||||||
|
|||||||
+2286
-2286
File diff suppressed because it is too large
Load Diff
+16
-16
@@ -16,35 +16,35 @@ description = "Command line utilities for checking metadata compatibility betwee
|
|||||||
[features]
|
[features]
|
||||||
default = ["legacy", "std"]
|
default = ["legacy", "std"]
|
||||||
std = [
|
std = [
|
||||||
"bitvec/std",
|
"bitvec/std",
|
||||||
"codec/std",
|
"codec/std",
|
||||||
"frame-decode/std",
|
"frame-decode/std",
|
||||||
"frame-metadata/std",
|
"frame-metadata/std",
|
||||||
"pezkuwi-subxt-codegen/std",
|
"pezkuwi-subxt-codegen/std",
|
||||||
"pezkuwi-subxt-utils-stripmetadata/std",
|
"pezkuwi-subxt-utils-stripmetadata/std",
|
||||||
"pezsp-crypto-hashing/std",
|
"pezsp-crypto-hashing/std",
|
||||||
"scale-info/std",
|
"scale-info/std",
|
||||||
]
|
]
|
||||||
|
|
||||||
# Enable decoding of legacy metadata, too.
|
# Enable decoding of legacy metadata, too.
|
||||||
# std required by frame-metadata to decode <V14.
|
# std required by frame-metadata to decode <V14.
|
||||||
legacy = [
|
legacy = [
|
||||||
"dep:scale-info-legacy",
|
"dep:scale-info-legacy",
|
||||||
"dep:scale-type-resolver",
|
"dep:scale-type-resolver",
|
||||||
"frame-decode/legacy",
|
"frame-decode/legacy",
|
||||||
"frame-metadata/legacy",
|
"frame-metadata/legacy",
|
||||||
"std",
|
"std",
|
||||||
]
|
]
|
||||||
serde = []
|
serde = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
codec = { package = "parity-scale-codec", workspace = true, default-features = false, features = [
|
codec = { package = "parity-scale-codec", workspace = true, default-features = false, features = [
|
||||||
"derive",
|
"derive",
|
||||||
] }
|
] }
|
||||||
frame-decode = { workspace = true }
|
frame-decode = { workspace = true }
|
||||||
frame-metadata = { workspace = true, default-features = false, features = [
|
frame-metadata = { workspace = true, default-features = false, features = [
|
||||||
"current",
|
"current",
|
||||||
"decode",
|
"decode",
|
||||||
] }
|
] }
|
||||||
hashbrown = { workspace = true }
|
hashbrown = { workspace = true }
|
||||||
pezsp-crypto-hashing = { workspace = true }
|
pezsp-crypto-hashing = { workspace = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user