mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 15:21:08 +00:00
Add missing workspace members (#2491)
The following members have been added: ```pre cumulus/parachains/integration-tests/emulated/chains/parachains/testing/penpal cumulus/parachains/testnets-common polkadot/node/tracking-allocator substrate/frame/examples/frame-crate ``` CI check can be added after https://github.com/paritytech/pipeline-scripts/pull/105 is merged. --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
committed by
GitHub
parent
d07186b8e3
commit
81638d4d5e
+15
-11
@@ -22,8 +22,8 @@ members = [
|
||||
"bridges/primitives/chain-bridge-hub-rococo",
|
||||
"bridges/primitives/chain-bridge-hub-westend",
|
||||
"bridges/primitives/chain-kusama",
|
||||
"bridges/primitives/chain-polkadot",
|
||||
"bridges/primitives/chain-polkadot-bulletin",
|
||||
"bridges/primitives/chain-polkadot",
|
||||
"bridges/primitives/chain-rococo",
|
||||
"bridges/primitives/chain-westend",
|
||||
"bridges/primitives/header-chain",
|
||||
@@ -60,20 +60,20 @@ members = [
|
||||
"cumulus/parachain-template/pallets/template",
|
||||
"cumulus/parachain-template/runtime",
|
||||
"cumulus/parachains/common",
|
||||
"cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-rococo",
|
||||
"cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend",
|
||||
"cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo",
|
||||
"cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-westend",
|
||||
"cumulus/parachains/integration-tests/emulated/common",
|
||||
"cumulus/parachains/integration-tests/emulated/chains/relays/rococo",
|
||||
"cumulus/parachains/integration-tests/emulated/chains/relays/westend",
|
||||
"cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-rococo",
|
||||
"cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-westend",
|
||||
"cumulus/parachains/integration-tests/emulated/chains/parachains/bridges/bridge-hub-rococo",
|
||||
"cumulus/parachains/integration-tests/emulated/chains/parachains/bridges/bridge-hub-westend",
|
||||
"cumulus/parachains/integration-tests/emulated/chains/parachains/testing/penpal",
|
||||
"cumulus/parachains/integration-tests/emulated/chains/relays/rococo",
|
||||
"cumulus/parachains/integration-tests/emulated/chains/relays/westend",
|
||||
"cumulus/parachains/integration-tests/emulated/common",
|
||||
"cumulus/parachains/integration-tests/emulated/networks/rococo-system",
|
||||
"cumulus/parachains/integration-tests/emulated/networks/rococo-westend-system",
|
||||
"cumulus/parachains/integration-tests/emulated/networks/westend-system",
|
||||
"cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-rococo",
|
||||
"cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend",
|
||||
"cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo",
|
||||
"cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-westend",
|
||||
"cumulus/parachains/pallets/collective-content",
|
||||
"cumulus/parachains/pallets/parachain-info",
|
||||
"cumulus/parachains/pallets/ping",
|
||||
@@ -98,6 +98,7 @@ members = [
|
||||
"cumulus/parachains/runtimes/test-utils",
|
||||
"cumulus/parachains/runtimes/testing/penpal",
|
||||
"cumulus/parachains/runtimes/testing/rococo-parachain",
|
||||
"cumulus/parachains/testnets-common",
|
||||
"cumulus/polkadot-parachain",
|
||||
"cumulus/primitives/aura",
|
||||
"cumulus/primitives/core",
|
||||
@@ -156,6 +157,7 @@ members = [
|
||||
"polkadot/node/subsystem",
|
||||
"polkadot/node/test/client",
|
||||
"polkadot/node/test/service",
|
||||
"polkadot/node/tracking-allocator",
|
||||
"polkadot/node/zombienet-backchannel",
|
||||
"polkadot/parachain",
|
||||
"polkadot/parachain/test-parachains",
|
||||
@@ -190,9 +192,9 @@ members = [
|
||||
"polkadot/xcm/xcm-simulator",
|
||||
"polkadot/xcm/xcm-simulator/example",
|
||||
"polkadot/xcm/xcm-simulator/fuzzer",
|
||||
"substrate",
|
||||
"substrate/bin/minimal/node",
|
||||
"substrate/bin/minimal/runtime",
|
||||
"substrate",
|
||||
"substrate/bin/node-template/node",
|
||||
"substrate/bin/node-template/pallets/template",
|
||||
"substrate/bin/node-template/runtime",
|
||||
@@ -288,9 +290,9 @@ members = [
|
||||
"substrate/frame/collective",
|
||||
"substrate/frame/contracts",
|
||||
"substrate/frame/contracts/fixtures",
|
||||
"substrate/frame/contracts/mock-network",
|
||||
"substrate/frame/contracts/primitives",
|
||||
"substrate/frame/contracts/proc-macro",
|
||||
"substrate/frame/contracts/mock-network",
|
||||
"substrate/frame/conviction-voting",
|
||||
"substrate/frame/core-fellowship",
|
||||
"substrate/frame/democracy",
|
||||
@@ -305,6 +307,7 @@ members = [
|
||||
"substrate/frame/examples/basic",
|
||||
"substrate/frame/examples/default-config",
|
||||
"substrate/frame/examples/dev-mode",
|
||||
"substrate/frame/examples/frame-crate",
|
||||
"substrate/frame/examples/kitchensink",
|
||||
"substrate/frame/examples/offchain-worker",
|
||||
"substrate/frame/examples/split",
|
||||
@@ -470,6 +473,7 @@ members = [
|
||||
"substrate/utils/frame/try-runtime/cli",
|
||||
"substrate/utils/prometheus",
|
||||
"substrate/utils/wasm-builder",
|
||||
"cumulus/parachains/integration-tests/emulated/networks/rococo-westend-system",
|
||||
]
|
||||
default-members = [ "polkadot", "substrate/bin/node/cli" ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user