From f0c80150d43826d03ef31e0c43a385e4fe21d6c2 Mon Sep 17 00:00:00 2001 From: rakita Date: Mon, 2 Feb 2026 15:28:45 +0100 Subject: [PATCH] chore(scripts): update devnet test fixtures to bal@v5.1.0 Update execution-spec-tests devnet version from fusaka-devnet-5@v2.1.0 to bal@v5.1.0. --- scripts/run-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh index b9aa17480f..e84cddd12c 100755 --- a/scripts/run-tests.sh +++ b/scripts/run-tests.sh @@ -5,7 +5,7 @@ set -eo pipefail # Version for the execution spec tests MAIN_VERSION="v5.3.0" -DEVNET_VERSION="fusaka-devnet-5@v2.1.0" +DEVNET_VERSION="bal%40v5.1.0" ### Directories ### FIXTURES_DIR="test-fixtures" @@ -25,7 +25,7 @@ FIXTURES_URL="https://github.com/ethereum/execution-spec-tests/releases/download MAIN_STABLE_TAR="fixtures_stable.tar.gz" MAIN_DEVELOP_TAR="fixtures_develop.tar.gz" -DEVNET_TAR="fixtures_fusaka-devnet-5.tar.gz" +DEVNET_TAR="fixtures_bal.tar.gz" LEGACY_REPO_URL="https://github.com/ethereum/legacytests.git"