From fe72cf69da63d065aa0029924e702dceb91f9c85 Mon Sep 17 00:00:00 2001 From: Jared Wasinger Date: Mon, 15 Dec 2025 10:53:27 -0800 Subject: [PATCH] update test release to bal experimental v1.8.0 --- build/checksums.txt | 4 ++-- build/ci.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/checksums.txt b/build/checksums.txt index 98ee3a91ef..aca606cd3e 100644 --- a/build/checksums.txt +++ b/build/checksums.txt @@ -2,8 +2,8 @@ # version:spec-tests v5.1.0 # https://github.com/ethereum/execution-spec-tests/releases -# https://github.com/ethereum/execution-spec-tests/releases/download/v5.1.0 -a3192784375acec7eaec492799d5c5d0c47a2909a3cc40178898e4ecd20cc416 fixtures_develop.tar.gz +# https://github.com/ethereum/execution-spec-tests/releases/download/bal%40v1.8.0 +af50623f0555715e61fbadff15bd621229591c13be010ca3ea6e4b1b217c926c fixtures_bal.tar.gz # version:golang 1.25.1 # https://go.dev/dl/ diff --git a/build/ci.go b/build/ci.go index 905f6e4072..1649517c8b 100644 --- a/build/ci.go +++ b/build/ci.go @@ -354,7 +354,7 @@ func doTest(cmdline []string) { // downloadSpecTestFixtures downloads and extracts the execution-spec-tests fixtures. func downloadSpecTestFixtures(csdb *download.ChecksumDB, cachedir string) string { ext := ".tar.gz" - base := "fixtures_develop" + base := "fixtures_bal" archivePath := filepath.Join(cachedir, base+ext) if err := csdb.DownloadFileFromKnownURL(archivePath); err != nil { log.Fatal(err)