fix: update umbrella feature names to correct pezstaging- prefixes

- pezstaging-node-cli: use direct workspace deps instead of umbrella
- templates/teyrchain/runtime: xcm->pezstaging-xcm, teyrchain-info->pezstaging-teyrchain-info
- yet-another-teyrchain/runtime: same xcm and teyrchain-info fixes
This commit is contained in:
2026-01-04 18:25:32 +03:00
parent bf9ea9a7de
commit a45e5ae5ec
4 changed files with 193 additions and 115 deletions
Generated
+94 -3
View File
@@ -13554,7 +13554,7 @@ dependencies = [
[[package]]
name = "pezkuwi-sdk"
version = "0.1.2"
version = "2.0.0"
dependencies = [
"asset-test-pezutils",
"bizinikiwi-bip39",
@@ -13620,6 +13620,7 @@ dependencies = [
"pezcumulus-relay-chain-minimal-node",
"pezcumulus-relay-chain-rpc-interface",
"pezcumulus-relay-chain-streams",
"pezcumulus-test-relay-sproof-builder",
"pezframe",
"pezframe-benchmarking",
"pezframe-benchmarking-cli",
@@ -13734,6 +13735,8 @@ dependencies = [
"pezpallet-collective",
"pezpallet-collective-content",
"pezpallet-contracts",
"pezpallet-contracts-fixtures",
"pezpallet-contracts-mock-network",
"pezpallet-contracts-proc-macro",
"pezpallet-contracts-uapi",
"pezpallet-conviction-voting",
@@ -13758,6 +13761,7 @@ dependencies = [
"pezpallet-message-queue",
"pezpallet-meta-tx",
"pezpallet-migrations",
"pezpallet-minimal-template",
"pezpallet-mixnet",
"pezpallet-mmr",
"pezpallet-multi-asset-bounties",
@@ -13921,7 +13925,7 @@ dependencies = [
"pezsp-runtime-interface",
"pezsp-runtime-interface-proc-macro",
"pezsp-session",
"pezsp-ss58-registry 1.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pezsp-ss58-registry 1.52.0",
"pezsp-staking",
"pezsp-state-machine",
"pezsp-statement-store",
@@ -21386,7 +21390,14 @@ version = "3.0.0-dev"
dependencies = [
"array-bytes 6.2.3",
"assert_cmd",
"bizinikiwi-build-script-utils",
"bizinikiwi-cli-test-utils",
"bizinikiwi-frame-rpc-support",
"bizinikiwi-frame-rpc-system",
"bizinikiwi-prometheus-endpoint",
"bizinikiwi-rpc-client",
"bizinikiwi-state-trie-migration-rpc",
"bizinikiwi-wasm-builder",
"clap",
"clap_complete",
"criterion",
@@ -21395,17 +21406,97 @@ dependencies = [
"log",
"nix 0.29.0",
"parity-scale-codec",
"pez-fork-tree",
"pez-generate-bags",
"pez-kitchensink-runtime",
"pez-node-primitives",
"pez-node-rpc",
"pez-node-testing",
"pez-subkey",
"pez-tracing-gum",
"pezframe-benchmarking-cli",
"pezkuwi-sdk",
"pezframe-remote-externalities",
"pezframe-support-procedural-tools",
"pezkuwi-subxt-signer",
"pezmmr-gadget",
"pezmmr-rpc",
"pezpallet-transaction-payment-rpc",
"pezsc-allocator",
"pezsc-authority-discovery",
"pezsc-basic-authorship",
"pezsc-block-builder",
"pezsc-chain-spec",
"pezsc-cli",
"pezsc-client-api",
"pezsc-client-db",
"pezsc-consensus",
"pezsc-consensus-aura",
"pezsc-consensus-babe",
"pezsc-consensus-babe-rpc",
"pezsc-consensus-beefy",
"pezsc-consensus-beefy-rpc",
"pezsc-consensus-epochs",
"pezsc-consensus-grandpa",
"pezsc-consensus-grandpa-rpc",
"pezsc-consensus-manual-seal",
"pezsc-consensus-pow",
"pezsc-consensus-slots",
"pezsc-executor",
"pezsc-executor-common",
"pezsc-executor-polkavm",
"pezsc-executor-wasmtime",
"pezsc-informant",
"pezsc-keystore",
"pezsc-mixnet",
"pezsc-network",
"pezsc-network-common",
"pezsc-network-gossip",
"pezsc-network-light",
"pezsc-network-statement",
"pezsc-network-sync",
"pezsc-network-transactions",
"pezsc-network-types",
"pezsc-offchain",
"pezsc-proposer-metrics",
"pezsc-rpc",
"pezsc-rpc-api",
"pezsc-rpc-server",
"pezsc-rpc-spec-v2",
"pezsc-service",
"pezsc-service-test",
"pezsc-state-db",
"pezsc-statement-store",
"pezsc-storage-monitor",
"pezsc-sync-state-rpc",
"pezsc-sysinfo",
"pezsc-telemetry",
"pezsc-tracing",
"pezsc-transaction-pool",
"pezsc-transaction-pool-api",
"pezsc-utils",
"pezsp-api",
"pezsp-blockchain",
"pezsp-consensus",
"pezsp-core",
"pezsp-core-hashing",
"pezsp-core-hashing-proc-macro",
"pezsp-database",
"pezsp-inherents",
"pezsp-io",
"pezsp-keyring",
"pezsp-keystore",
"pezsp-maybe-compressed-blob",
"pezsp-mmr-primitives",
"pezsp-panic-handler",
"pezsp-rpc",
"pezsp-runtime",
"pezsp-statement-store",
"pezsp-timestamp",
"pezsp-tracing",
"pezsp-transaction-storage-proof",
"pezstaging-chain-spec-builder",
"pezstaging-node-inspect",
"pezstaging-tracking-allocator",
"pretty_assertions",
"rand 0.8.5",
"regex",