forked from ethereum/execution-spec-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
eels_resolutions.json
42 lines (42 loc) · 949 Bytes
/
eels_resolutions.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"EELSMaster": {
"git_url": "https://github.com/ethereum/execution-specs.git",
"branch": "master",
"commit": "9b95554a88d2a8485f8180254d0f6a493a593fda"
},
"Frontier": {
"same_as": "EELSMaster"
},
"Homestead": {
"same_as": "EELSMaster"
},
"Byzantium": {
"same_as": "EELSMaster"
},
"ConstantinopleFix": {
"same_as": "EELSMaster"
},
"Istanbul": {
"same_as": "EELSMaster"
},
"Berlin": {
"same_as": "EELSMaster"
},
"London": {
"same_as": "EELSMaster"
},
"Paris": {
"same_as": "EELSMaster"
},
"Shanghai": {
"same_as": "EELSMaster"
},
"Cancun": {
"same_as": "EELSMaster"
},
"Prague": {
"git_url": "https://github.com/ethereum/execution-specs.git",
"branch": "forks/prague",
"commit": "1ea4a8d30d68bb819e77ff52eeb2095ae3c67f5f"
}
}