File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124
124
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
125
125
with :
126
126
repository : ethereum/execution-specs
127
- ref : e13d33ab21ef1fdd2f073c96a3346e23eb7727f6
127
+ ref : 5a49b2f39a909be6a8c84bb70611febdc2b2fd98
128
128
path : execution-specs
129
129
fetch-depth : 1
130
130
- name : Install uv ${{ vars.UV_VERSION }} and python ${{ matrix.python }}
@@ -167,7 +167,7 @@ jobs:
167
167
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
168
168
with :
169
169
repository : ethereum/execution-specs
170
- ref : e13d33ab21ef1fdd2f073c96a3346e23eb7727f6
170
+ ref : 5a49b2f39a909be6a8c84bb70611febdc2b2fd98
171
171
path : execution-specs
172
172
fetch-depth : 1
173
173
- name : Install uv ${{ vars.UV_VERSION }} and python ${{ matrix.python }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"EELSMaster" : {
3
3
"git_url" : " https://github.com/ethereum/execution-specs.git" ,
4
- "branch" : " master " ,
5
- "commit" : " e13d33ab21ef1fdd2f073c96a3346e23eb7727f6 "
4
+ "branch" : " forks/osaka " ,
5
+ "commit" : " 5a49b2f39a909be6a8c84bb70611febdc2b2fd98 "
6
6
},
7
7
"Frontier" : {
8
8
"same_as" : " EELSMaster"
38
38
"same_as" : " EELSMaster"
39
39
},
40
40
"Osaka" : {
41
- "git_url" : " https://github.com/spencer-tb/execution-specs.git" ,
42
- "branch" : " forks/osaka" ,
43
- "commit" : " 0e97247a9022b8c04c01e22cae6ec95d1b590838"
41
+ "same_as" : " EELSMaster"
44
42
}
45
43
}
You can’t perform that action at this time.
0 commit comments