fix: CI - zepter feature propagation (347 issues), taplo format, umbrella
This commit is contained in:
@@ -291,6 +291,7 @@ runtime-benchmarks = [
|
||||
"pezsp-timestamp/runtime-benchmarks",
|
||||
"pezsp-transaction-storage-proof/runtime-benchmarks",
|
||||
"remote-externalities/runtime-benchmarks",
|
||||
"pezkuwi-sdk/runtime-benchmarks"
|
||||
]
|
||||
storage-benchmark = ["pezframe-benchmarking-cli/storage-benchmark"]
|
||||
try-runtime = [
|
||||
@@ -361,6 +362,7 @@ try-runtime = [
|
||||
"pezsp-timestamp/try-runtime",
|
||||
"pezsp-transaction-storage-proof/try-runtime",
|
||||
"remote-externalities/try-runtime",
|
||||
"pezkuwi-sdk/try-runtime"
|
||||
]
|
||||
std = [
|
||||
"bizinikiwi-cli-test-utils/std",
|
||||
|
||||
@@ -55,6 +55,7 @@ std = [
|
||||
"pezsc-offchain/std",
|
||||
"pezsp-blockchain/std",
|
||||
"pezsp-consensus/std",
|
||||
"bizinikiwi-test-runtime-client/std"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezsc-block-builder/try-runtime",
|
||||
@@ -66,6 +67,7 @@ try-runtime = [
|
||||
"pezsp-consensus/try-runtime",
|
||||
"pezsp-mmr-primitives/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"bizinikiwi-test-runtime-client/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
@@ -63,6 +63,7 @@ try-runtime = [
|
||||
"pezframe-support/try-runtime",
|
||||
"pezframe-system/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezpallet-transaction-payment/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
|
||||
@@ -65,6 +65,7 @@ std = [
|
||||
"pezsp-storage/std",
|
||||
"scale-info/std",
|
||||
"serde",
|
||||
"pezsc-client-db/std"
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"pezframe-support-procedural/runtime-benchmarks",
|
||||
@@ -77,12 +78,15 @@ runtime-benchmarks = [
|
||||
"pezsp-runtime-interface/runtime-benchmarks",
|
||||
"pezsp-runtime/runtime-benchmarks",
|
||||
"pezsp-state-machine/runtime-benchmarks",
|
||||
"pezsc-client-db/runtime-benchmarks"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezframe-support/try-runtime",
|
||||
"pezframe-system/try-runtime",
|
||||
"pezsp-api/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezpallet-example-basic/try-runtime",
|
||||
"pezsc-client-db/try-runtime"
|
||||
]
|
||||
serde = [
|
||||
"array-bytes/serde",
|
||||
|
||||
@@ -97,6 +97,7 @@ std = [
|
||||
"wasmi/std",
|
||||
"xcm-builder/std",
|
||||
"xcm/std",
|
||||
"pezpallet-contracts-fixtures/std"
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"pezframe-benchmarking/runtime-benchmarks",
|
||||
@@ -127,6 +128,7 @@ try-runtime = [
|
||||
"pezsp-runtime/try-runtime",
|
||||
"xcm-builder/try-runtime",
|
||||
"xcm/try-runtime",
|
||||
"pezpallet-contracts-fixtures/try-runtime"
|
||||
]
|
||||
serde = [
|
||||
"array-bytes/serde",
|
||||
|
||||
@@ -59,6 +59,7 @@ std = [
|
||||
"pezsp-tracing/std",
|
||||
"pezsp-version/std",
|
||||
"scale-info/std",
|
||||
"bizinikiwi-test-runtime-client/std"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezframe-support/try-runtime",
|
||||
@@ -67,6 +68,9 @@ try-runtime = [
|
||||
"pezsp-inherents/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezsp-version/try-runtime",
|
||||
"bizinikiwi-test-runtime-client/try-runtime",
|
||||
"pezpallet-balances/try-runtime",
|
||||
"pezpallet-transaction-payment/try-runtime"
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"bizinikiwi-test-runtime-client/runtime-benchmarks",
|
||||
|
||||
@@ -49,6 +49,7 @@ runtime-benchmarks = [
|
||||
"pezpallet-balances/runtime-benchmarks",
|
||||
"pezsp-io/runtime-benchmarks",
|
||||
"pezsp-runtime/runtime-benchmarks",
|
||||
"pezframe-support-test/runtime-benchmarks"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezframe-benchmarking?/try-runtime",
|
||||
@@ -56,6 +57,7 @@ try-runtime = [
|
||||
"pezframe-system/try-runtime",
|
||||
"pezpallet-balances/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezframe-support-test/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
|
||||
@@ -42,6 +42,8 @@ std = [
|
||||
"pezframe-system/std",
|
||||
"pezsp-runtime/std",
|
||||
"scale-info/std",
|
||||
"bizinikiwi-test-runtime-client/std",
|
||||
"bizinikiwi-wasm-builder/std"
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"bizinikiwi-test-runtime-client/runtime-benchmarks",
|
||||
@@ -50,12 +52,15 @@ runtime-benchmarks = [
|
||||
"pezsp-api/runtime-benchmarks",
|
||||
"pezsp-runtime/runtime-benchmarks",
|
||||
"pezsp-transaction-pool/runtime-benchmarks",
|
||||
"bizinikiwi-wasm-builder/runtime-benchmarks"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezframe-support/try-runtime",
|
||||
"pezframe-system/try-runtime",
|
||||
"pezsp-api/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"bizinikiwi-test-runtime-client/try-runtime",
|
||||
"pezsp-transaction-pool/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
|
||||
@@ -60,6 +60,7 @@ try-runtime = [
|
||||
"pezframe-system/try-runtime",
|
||||
"pezpallet-balances/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezpallet-example-basic/try-runtime"
|
||||
]
|
||||
serde = [
|
||||
"codec/serde",
|
||||
|
||||
@@ -57,6 +57,7 @@ runtime-benchmarks = [
|
||||
"pezpallet-balances/runtime-benchmarks",
|
||||
"pezsp-io/runtime-benchmarks",
|
||||
"pezsp-runtime/runtime-benchmarks",
|
||||
"pezframe-support-test/runtime-benchmarks"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezframe-benchmarking?/try-runtime",
|
||||
@@ -64,6 +65,7 @@ try-runtime = [
|
||||
"pezframe-system/try-runtime",
|
||||
"pezpallet-balances/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezframe-support-test/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
|
||||
@@ -109,6 +109,7 @@ try-runtime = [
|
||||
"pezsp-inherents/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezsp-staking/try-runtime",
|
||||
"pezframe-system/try-runtime"
|
||||
]
|
||||
experimental = ["pezframe-support-procedural/experimental"]
|
||||
# By default some types have documentation, `no-metadata-docs` allows to reduce the documentation
|
||||
|
||||
@@ -53,6 +53,7 @@ std = [
|
||||
"pezsp-weights/std",
|
||||
"scale-info/std",
|
||||
"serde/std",
|
||||
"bizinikiwi-test-runtime-client/std"
|
||||
]
|
||||
runtime-benchmarks = [
|
||||
"bizinikiwi-test-runtime-client/runtime-benchmarks",
|
||||
@@ -65,6 +66,7 @@ try-runtime = [
|
||||
"pezframe-support/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezsp-version/try-runtime",
|
||||
"bizinikiwi-test-runtime-client/try-runtime"
|
||||
]
|
||||
experimental = ["pezframe-support/experimental"]
|
||||
serde = []
|
||||
|
||||
@@ -63,6 +63,7 @@ try-runtime = [
|
||||
"pezpallet-collective/try-runtime",
|
||||
"pezpallet-timestamp/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"pezpallet-root-testing/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
|
||||
@@ -25,7 +25,6 @@ codec = { workspace = true, default-features = true }
|
||||
comfy-table = { workspace = true }
|
||||
env_filter = { workspace = true }
|
||||
gethostname = { workspace = true }
|
||||
pezframe-storage-access-test-runtime = { workspace = true, optional = true }
|
||||
handlebars = { workspace = true }
|
||||
itertools = { workspace = true }
|
||||
linked-hash-map = { workspace = true }
|
||||
@@ -33,6 +32,7 @@ log = { workspace = true, default-features = true }
|
||||
pezcumulus-client-teyrchain-inherent = { workspace = true, default-features = true }
|
||||
pezcumulus-primitives-proof-size-hostfunction = { workspace = true, default-features = true }
|
||||
pezframe-benchmarking = { workspace = true, default-features = true }
|
||||
pezframe-storage-access-test-runtime = { workspace = true, optional = true }
|
||||
pezframe-support = { workspace = true, default-features = true }
|
||||
pezframe-system = { workspace = true, default-features = true }
|
||||
pezkuwi-primitives = { workspace = true, default-features = true }
|
||||
@@ -127,6 +127,7 @@ runtime-benchmarks = [
|
||||
"pezsp-trie/runtime-benchmarks",
|
||||
"pezsp-version/runtime-benchmarks",
|
||||
"zagros-runtime/runtime-benchmarks",
|
||||
"pezframe-storage-access-test-runtime?/runtime-benchmarks"
|
||||
]
|
||||
rocksdb = ["pezsc-cli/rocksdb", "pezsc-client-db/rocksdb"]
|
||||
std = [
|
||||
@@ -170,6 +171,10 @@ try-runtime = [
|
||||
"pezsp-timestamp/try-runtime",
|
||||
"pezsp-transaction-pool/try-runtime",
|
||||
"pezsp-version/try-runtime",
|
||||
"bizinikiwi-test-runtime/try-runtime",
|
||||
"pezcumulus-test-runtime/try-runtime",
|
||||
"pezframe-storage-access-test-runtime?/try-runtime",
|
||||
"zagros-runtime/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
experimental = []
|
||||
|
||||
@@ -60,6 +60,7 @@ std = [
|
||||
"pezsc-transaction-pool-api/std",
|
||||
"pezsc-transaction-pool/std",
|
||||
"pezsp-blockchain/std",
|
||||
"bizinikiwi-test-runtime-client/std"
|
||||
]
|
||||
try-runtime = [
|
||||
"pezsc-rpc-api/try-runtime",
|
||||
@@ -69,6 +70,7 @@ try-runtime = [
|
||||
"pezsp-block-builder/try-runtime",
|
||||
"pezsp-blockchain/try-runtime",
|
||||
"pezsp-runtime/try-runtime",
|
||||
"bizinikiwi-test-runtime-client/try-runtime"
|
||||
]
|
||||
serde = []
|
||||
with-tracing = []
|
||||
|
||||
Reference in New Issue
Block a user