Skip to content

Commit 82e5aef

Browse files
authored
fix: add develop (With prague) tests (#2255)
1 parent c275ddf commit 82e5aef

File tree

201 files changed

+1764334
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

201 files changed

+1764334
-1
lines changed

.github/workflows/ethereum-tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
ethtests/GeneralStateTests/ \
4646
ethtests/LegacyTests/Constantinople/GeneralStateTests/ \
4747
tests/eof/state_tests \
48-
tests/stable/state_tests
48+
tests/stable/state_tests \
49+
tests/develop/state_tests
4950
- name: EOF validation
5051
run: |
5152
cross run --target ${{matrix.target}} --profile ${{ matrix.profile }} -p revme -- eof-validation \
+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"EELSMaster": {
3+
"git_url": "https://github.com/ethereum/execution-specs.git",
4+
"branch": "master",
5+
"commit": "78fb726158c69d8fa164e28f195fabf6ab59b915"
6+
},
7+
"Frontier": {
8+
"same_as": "EELSMaster"
9+
},
10+
"Homestead": {
11+
"same_as": "EELSMaster"
12+
},
13+
"Byzantium": {
14+
"same_as": "EELSMaster"
15+
},
16+
"ConstantinopleFix": {
17+
"same_as": "EELSMaster"
18+
},
19+
"Istanbul": {
20+
"same_as": "EELSMaster"
21+
},
22+
"Berlin": {
23+
"same_as": "EELSMaster"
24+
},
25+
"London": {
26+
"same_as": "EELSMaster"
27+
},
28+
"Merge": {
29+
"same_as": "EELSMaster"
30+
},
31+
"Shanghai": {
32+
"same_as": "EELSMaster"
33+
},
34+
"Cancun": {
35+
"same_as": "EELSMaster"
36+
},
37+
"Prague": {
38+
"git_url": "https://github.com/ethereum/execution-specs.git",
39+
"branch": "devnets/prague/6"
40+
}
41+
}

tests/develop/.meta/fixtures.ini

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
; This file describes fixture build properties
2+
3+
[fixtures]
4+
timestamp = 2025-03-11T14:47:21.370690
5+
build = develop
6+
ref = refs/tags/v4.1.0
7+
commit = 0b7a2f14139765178ba19f3797c845412d083ff8
8+
command_line_args = fill -n 10 --evm-bin=ethereum-spec-evm-resolver --solc-version=0.8.21 --skip-evm-dump --until=Prague --output=fixtures_develop.tar.gz --build-name develop
9+
10+
[packages]
11+
pytest = 7.4.4
12+
pluggy = 1.5.0
13+
14+
[plugins]
15+
regex = 0.2.0
16+
metadata = 3.1.1
17+
xdist = 3.6.1
18+
json-report = 1.5.0
19+
custom-report = 1.0.1
20+
html = 4.1.1
21+
typeguard = 4.3.0
22+
23+
[tools]
24+
eels resolutions = /home/usainbolt/runner6/_work/execution-spec-tests/execution-spec-tests/eels_resolutions.json
25+
t8n = ethereum-spec-evm-resolver 0.0.5
26+
solc = 0.8.21
27+
28+
[environment]
29+
python = 3.10.16
30+
platform = Linux-5.10.0-21-amd64-x86_64-with-glibc2.31
31+
ci = true
32+

tests/develop/.meta/index.json

+156,667
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)