Update & revamp e2e tests (#2614)

* update & revamp e2e tests

* add seeds as comments

* ".git/.scripts/commands/fmt/fmt.sh"

---------

Co-authored-by: command-bot <>
This commit is contained in:
Ignacio Palacios
2023-05-24 20:07:22 +02:00
committed by GitHub
parent 7c884813c3
commit 5c91c70b78
21 changed files with 392 additions and 532 deletions
@@ -7,6 +7,7 @@ chain = "kusama-local"
name = "alice"
ws_port = 9900
validator = true
args = ["--state-cache-size=0"]
[[relaychain.nodes]]
name = "bob"
@@ -32,7 +33,7 @@ cumulus_based = true
name = "collator1"
ws_port = 9910
command = "./bin/polkadot-parachain"
args = [ "-lxcm=trace" ]
args = [ "-lxcm=trace", "--state-cache-size=0" ]
[[parachains.collators]]
name = "collator2"
@@ -49,7 +50,7 @@ cumulus_based = true
name = "collator3"
ws_port = 9920
command = "./bin/polkadot-parachain"
args = [ "-lxcm=trace" ]
args = [ "-lxcm=trace", "--state-cache-size=0" ]
[[parachains.collators]]
name = "collator4"