File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# This file contains sha256 checksums of optional build dependencies.
22
3- # version:spec-tests v4.5 .0
3+ # version:spec-tests fusaka-devnet-3%40v1.0 .0
44# https://github.com/ethereum/execution-spec-tests/releases
5- # https://github.com/ethereum/execution-spec-tests/releases/download/v4.5.0/
6- 58afb92a0075a2cb7c4dec1281f7cb88b21b02afbedad096b580f3f8cc14c54c fixtures_develop .tar.gz
5+ # https://github.com/ethereum/execution-spec-tests/releases/download/fusaka-devnet-3%40v1.0.0
6+ 576261e1280e5300c458aa9b05eccb2fec5ff80a0005940dc52fa03fdd907249 fixtures_fusaka-devnet-3 .tar.gz
77
88# version:golang 1.24.4
99# https://go.dev/dl/
Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ func doTest(cmdline []string) {
332332// downloadSpecTestFixtures downloads and extracts the execution-spec-tests fixtures.
333333func downloadSpecTestFixtures (csdb * download.ChecksumDB , cachedir string ) string {
334334 ext := ".tar.gz"
335- base := "fixtures_develop "
335+ base := "fixtures_fusaka-devnet-3 "
336336 archivePath := filepath .Join (cachedir , base + ext )
337337 if err := csdb .DownloadFileFromKnownURL (archivePath ); err != nil {
338338 log .Fatal (err )
You can’t perform that action at this time.
0 commit comments