From d9d9273e3589cbc69137a046016ee0665ba50f0a Mon Sep 17 00:00:00 2001 From: Tomasz Polaczyk Date: Wed, 8 Nov 2023 16:01:14 +0100 Subject: [PATCH 1/2] Fix typo in zombienet config It doesn't matter because both files have the same contents --- test/moonwall.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/moonwall.config.json b/test/moonwall.config.json index e637d3194..0f32c1762 100644 --- a/test/moonwall.config.json +++ b/test/moonwall.config.json @@ -178,7 +178,7 @@ "foundation": { "type": "zombie", "zombieSpec": { - "configPath": "./configs/zombieTanssi.json", + "configPath": "./configs/zombieTanssiRotation.json", "skipBlockCheck": ["Container2002"] } }, From cfb5b78a12175069992ca5d54e87cca00c4d6725 Mon Sep 17 00:00:00 2001 From: Tomasz Polaczyk Date: Wed, 8 Nov 2023 16:35:57 +0100 Subject: [PATCH 2/2] Actually they did not have the same contents --- test/configs/zombieTanssiRotation.json | 2 +- test/moonwall.config.json | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/test/configs/zombieTanssiRotation.json b/test/configs/zombieTanssiRotation.json index a3e9603d7..ded9d7d5d 100644 --- a/test/configs/zombieTanssiRotation.json +++ b/test/configs/zombieTanssiRotation.json @@ -6,7 +6,7 @@ "relaychain": { "chain": "rococo-local", "default_command": "tmp/polkadot", - "default_args": ["--no-hardware-benchmarks", "-lparachain=debug", "--database=paritydb"], + "default_args": ["--no-hardware-benchmarks", "-lparachain=debug", "--database=paritydb", "--no-beefy"], "nodes": [ { "name": "alice", diff --git a/test/moonwall.config.json b/test/moonwall.config.json index 0f32c1762..c92425b40 100644 --- a/test/moonwall.config.json +++ b/test/moonwall.config.json @@ -178,8 +178,7 @@ "foundation": { "type": "zombie", "zombieSpec": { - "configPath": "./configs/zombieTanssiRotation.json", - "skipBlockCheck": ["Container2002"] + "configPath": "./configs/zombieTanssiRotation.json" } }, "connections": [ @@ -203,11 +202,6 @@ "type": "polkadotJs", "endpoints": ["ws://127.0.0.1:9950"] }, - { - "name": "Container2002", - "type": "polkadotJs", - "endpoints": ["ws://127.0.0.1:9951"] - }, { "name": "ethers", "type": "ethers",