File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ class _FixtureSource(TypedDict):
19
19
},
20
20
"ethereum_tests" : {
21
21
"url" : "https://github.com/ethereum/tests.git" ,
22
- "commit_hash" : "3129f16519013b265fa309208f49406b2ef57b13 " ,
22
+ "commit_hash" : "c67e485ff8b5be9abc8ad15345ec21aa22e290d9 " ,
23
23
"fixture_path" : "tests/json_infra/fixtures/ethereum_tests" ,
24
24
},
25
25
"latest_fork_tests" : {
26
26
"url" : "https://github.com/ethereum/execution-spec-tests/releases/download/v4.5.0/fixtures_stable.tar.gz" ,
27
27
"fixture_path" : "tests/json_infra/fixtures/latest_fork_tests" ,
28
28
},
29
29
"osaka_tests" : {
30
- "url" : "https://github.com/ethereum/execution-spec-tests/releases/download/fusaka-devnet-3 %40v1.0 .0/fixtures_fusaka-devnet-3 .tar.gz" ,
30
+ "url" : "https://github.com/ethereum/execution-spec-tests/releases/download/fusaka-devnet-5 %40v1.1 .0/fixtures_fusaka-devnet-5 .tar.gz" ,
31
31
"fixture_path" : "tests/json_infra/fixtures/osaka_tests" ,
32
32
},
33
33
}
Original file line number Diff line number Diff line change 59
59
("JDfromStorageDynamicJump1.json" , True ),
60
60
("JDfromStorageDynamicJumpInsidePushWithJumpDest.json" , True ),
61
61
("JDfromStorageDynamicJumpInsidePushWithoutJumpDest.json" , True ),
62
- ("DyanmicJump0_outOfBoundary .json" , True ),
62
+ ("DynamicJump0_outOfBoundary .json" , True ),
63
63
("DynamicJump0_AfterJumpdest.json" , True ),
64
64
("DynamicJump0_AfterJumpdest3.json" , True ),
65
65
("DynamicJump0_withoutJumpdest.json" , True ),
You can’t perform that action at this time.
0 commit comments