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 1
1
# This file contains sha256 checksums of optional build dependencies.
2
2
3
- # version:spec-tests v4.5 .0
3
+ # version:spec-tests fusaka-devnet-3%40v1.0 .0
4
4
# 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
7
7
8
8
# version:golang 1.24.4
9
9
# https://go.dev/dl/
Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ func doTest(cmdline []string) {
332
332
// downloadSpecTestFixtures downloads and extracts the execution-spec-tests fixtures.
333
333
func downloadSpecTestFixtures (csdb * download.ChecksumDB , cachedir string ) string {
334
334
ext := ".tar.gz"
335
- base := "fixtures_develop "
335
+ base := "fixtures_fusaka-devnet-3 "
336
336
archivePath := filepath .Join (cachedir , base + ext )
337
337
if err := csdb .DownloadFileFromKnownURL (archivePath ); err != nil {
338
338
log .Fatal (err )
You can’t perform that action at this time.
0 commit comments