mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 04:01:02 +00:00
substrate: chain-spec paths corrected in zombienet tests (#1362)
* substrate: chain-spec paths corrected in zombienet tests * fix chain-spec path in cumulus test * disable beefy on validator --------- Co-authored-by: Javier Viola <javier@parity.io>
This commit is contained in:
committed by
GitHub
parent
3f92be2cc2
commit
2c3e869c38
@@ -3,7 +3,7 @@ default_image = "{{RELAY_IMAGE}}"
|
|||||||
default_command = "polkadot"
|
default_command = "polkadot"
|
||||||
default_args = [ "-lparachain=debug" ]
|
default_args = [ "-lparachain=debug" ]
|
||||||
chain = "rococo-local"
|
chain = "rococo-local"
|
||||||
chain_spec_path = "cumulus/zombienet/tests/0007-warp-sync-relaychain-spec.json"
|
chain_spec_path = "0007-warp-sync-relaychain-spec.json"
|
||||||
|
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
name = "alice"
|
name = "alice"
|
||||||
@@ -23,12 +23,12 @@ chain_spec_path = "cumulus/zombienet/tests/0007-warp-sync-relaychain-spec.json"
|
|||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
name = "dave"
|
name = "dave"
|
||||||
validator = true
|
validator = true
|
||||||
args = ["--sync warp", "--reserved-only", "--reserved-nodes {{'alice'|zombie('multiAddress')}} {{'bob'|zombie('multiAddress')}} {{'charlie'|zombie('multiAddress')}}"]
|
args = ["--no-beefy", "--sync warp", "--reserved-only", "--reserved-nodes {{'alice'|zombie('multiAddress')}} {{'bob'|zombie('multiAddress')}} {{'charlie'|zombie('multiAddress')}}"]
|
||||||
|
|
||||||
[[parachains]]
|
[[parachains]]
|
||||||
id = 2000
|
id = 2000
|
||||||
cumulus_based = true
|
cumulus_based = true
|
||||||
chain_spec_path = "cumulus/zombienet/tests/0007-warp-sync-parachain-spec.json"
|
chain_spec_path = "0007-warp-sync-parachain-spec.json"
|
||||||
add_to_genesis = false
|
add_to_genesis = false
|
||||||
|
|
||||||
# Run 'dave' as parachain collator.
|
# Run 'dave' as parachain collator.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
|
|||||||
default_command = "substrate"
|
default_command = "substrate"
|
||||||
|
|
||||||
chain = "gen-db"
|
chain = "gen-db"
|
||||||
chain_spec_path = "substrate/zombienet/0001-basic-warp-sync/chain-spec.json"
|
chain_spec_path = "chain-spec.json"
|
||||||
|
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
name = "alice"
|
name = "alice"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
|
|||||||
default_command = "substrate"
|
default_command = "substrate"
|
||||||
|
|
||||||
chain = "gen-db"
|
chain = "gen-db"
|
||||||
chain_spec_path = "substrate/zombienet/0002-validators-warp-sync/chain-spec.json"
|
chain_spec_path = "chain-spec.json"
|
||||||
|
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
name = "alice"
|
name = "alice"
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@ default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
|
|||||||
default_command = "substrate"
|
default_command = "substrate"
|
||||||
|
|
||||||
chain = "gen-db"
|
chain = "gen-db"
|
||||||
chain_spec_path = "substrate/zombienet/0003-block-building-warp-sync/chain-spec.json"
|
chain_spec_path = "chain-spec.json"
|
||||||
|
|
||||||
#we need at least 3 nodes for warp sync
|
#we need at least 3 nodes for warp sync
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
|
|||||||
Reference in New Issue
Block a user