mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-11 15:34:26 +00:00
update BAL tests
This commit is contained in:
parent
b637ed76f1
commit
40caa67c5a
2 changed files with 4 additions and 4 deletions
|
|
@ -5,10 +5,10 @@
|
||||||
# https://github.com/ethereum/execution-spec-tests/releases/download/v5.1.0
|
# https://github.com/ethereum/execution-spec-tests/releases/download/v5.1.0
|
||||||
a3192784375acec7eaec492799d5c5d0c47a2909a3cc40178898e4ecd20cc416 fixtures_develop.tar.gz
|
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
|
||||||
# https://github.com/ethereum/execution-specs/releases/download/tests-bal%40v7.2.0
|
# https://github.com/ethereum/execution-specs/releases/download/tests-glamsterdam-devnet%40v6.1.0
|
||||||
fc1d9ae174cdd5db789068839999e6f83666cc79f7dac36e973d7616d9a2e2cf fixtures_bal.tar.gz
|
42dde24de4eb61ca01af781896b064e26200a0a040aa4f33a6336d82eefc0459 fixtures_glamsterdam-devnet.tar.gz
|
||||||
|
|
||||||
# version:golang 1.25.10
|
# version:golang 1.25.10
|
||||||
# https://go.dev/dl/
|
# https://go.dev/dl/
|
||||||
|
|
|
||||||
|
|
@ -470,7 +470,7 @@ func downloadSpecTestFixtures(csdb *download.ChecksumDB, cachedir string) string
|
||||||
// downloadBALSpecTestFixtures downloads and extracts the bal-specific execution-spec-tests fixtures.
|
// downloadBALSpecTestFixtures downloads and extracts the bal-specific execution-spec-tests fixtures.
|
||||||
func downloadBALSpecTestFixtures(csdb *download.ChecksumDB, cachedir string) string {
|
func downloadBALSpecTestFixtures(csdb *download.ChecksumDB, cachedir string) string {
|
||||||
ext := ".tar.gz"
|
ext := ".tar.gz"
|
||||||
base := "fixtures_bal"
|
base := "fixtures_glamsterdam-devnet"
|
||||||
archivePath := filepath.Join(cachedir, base+ext)
|
archivePath := filepath.Join(cachedir, base+ext)
|
||||||
if err := csdb.DownloadFileFromKnownURL(archivePath); err != nil {
|
if err := csdb.DownloadFileFromKnownURL(archivePath); err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue