update test release to bal experimental v1.8.0

This commit is contained in:
Jared Wasinger 2025-12-15 10:53:27 -08:00
parent 1ef2b5d739
commit fe72cf69da
2 changed files with 3 additions and 3 deletions

View file

@ -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/

View file

@ -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)