From 377419d0f0191fee0b50050d0eca41e7dfae83a3 Mon Sep 17 00:00:00 2001 From: alindima Date: Mon, 23 Dec 2024 14:37:27 +0200 Subject: [PATCH] fix chunk fetching network compat zombienet test --- .../functional/0014-chunk-fetching-network-compatibility.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/polkadot/zombienet_tests/functional/0014-chunk-fetching-network-compatibility.toml b/polkadot/zombienet_tests/functional/0014-chunk-fetching-network-compatibility.toml index 881abab64fd0..874b8a09bb24 100644 --- a/polkadot/zombienet_tests/functional/0014-chunk-fetching-network-compatibility.toml +++ b/polkadot/zombienet_tests/functional/0014-chunk-fetching-network-compatibility.toml @@ -42,7 +42,8 @@ chain = "glutton-westend-local-{{id}}" [parachains.collator] name = "collator" - image = "{{CUMULUS_IMAGE}}" + # Use an old image that does not send out v2 receipts, as the old validators will still check the collator signatures. + image = "docker.io/paritypr/polkadot-parachain-debug:master-bde0bbe5" args = ["-lparachain=debug"] {% endfor %}