update BAL tests

This commit is contained in:
MariusVanDerWijden 2026-07-02 09:50:13 +02:00
parent b637ed76f1
commit 40caa67c5a
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -5,10 +5,10 @@
# https://github.com/ethereum/execution-spec-tests/releases/download/v5.1.0
a3192784375acec7eaec492799d5c5d0c47a2909a3cc40178898e4ecd20cc416 fixtures_develop.tar.gz
# version:spec-tests-bal v7.2.0
# version:spec-tests-bal v6.1.0
# https://github.com/ethereum/execution-specs/releases
# https://github.com/ethereum/execution-specs/releases/download/tests-bal%40v7.2.0
fc1d9ae174cdd5db789068839999e6f83666cc79f7dac36e973d7616d9a2e2cf fixtures_bal.tar.gz
# https://github.com/ethereum/execution-specs/releases/download/tests-glamsterdam-devnet%40v6.1.0
42dde24de4eb61ca01af781896b064e26200a0a040aa4f33a6336d82eefc0459 fixtures_glamsterdam-devnet.tar.gz
# version:golang 1.25.10
# https://go.dev/dl/

View file

@ -470,7 +470,7 @@ func downloadSpecTestFixtures(csdb *download.ChecksumDB, cachedir string) string
// downloadBALSpecTestFixtures downloads and extracts the bal-specific execution-spec-tests fixtures.
func downloadBALSpecTestFixtures(csdb *download.ChecksumDB, cachedir string) string {
ext := ".tar.gz"
base := "fixtures_bal"
base := "fixtures_glamsterdam-devnet"
archivePath := filepath.Join(cachedir, base+ext)
if err := csdb.DownloadFileFromKnownURL(archivePath); err != nil {
log.Fatal(err)