Skip to content

Commit 3dca37e

Browse files
authored
chore(ci): bump to use latest eels for all. (#1962)
1 parent 377e175 commit 3dca37e

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/tox_verify.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
125125
with:
126126
repository: ethereum/execution-specs
127-
ref: e13d33ab21ef1fdd2f073c96a3346e23eb7727f6
127+
ref: 5a49b2f39a909be6a8c84bb70611febdc2b2fd98
128128
path: execution-specs
129129
fetch-depth: 1
130130
- name: Install uv ${{ vars.UV_VERSION }} and python ${{ matrix.python }}
@@ -167,7 +167,7 @@ jobs:
167167
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
168168
with:
169169
repository: ethereum/execution-specs
170-
ref: e13d33ab21ef1fdd2f073c96a3346e23eb7727f6
170+
ref: 5a49b2f39a909be6a8c84bb70611febdc2b2fd98
171171
path: execution-specs
172172
fetch-depth: 1
173173
- name: Install uv ${{ vars.UV_VERSION }} and python ${{ matrix.python }}

src/pytest_plugins/eels_resolutions.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"EELSMaster": {
33
"git_url": "https://github.com/ethereum/execution-specs.git",
4-
"branch": "master",
5-
"commit": "e13d33ab21ef1fdd2f073c96a3346e23eb7727f6"
4+
"branch": "forks/osaka",
5+
"commit": "5a49b2f39a909be6a8c84bb70611febdc2b2fd98"
66
},
77
"Frontier": {
88
"same_as": "EELSMaster"
@@ -38,8 +38,6 @@
3838
"same_as": "EELSMaster"
3939
},
4040
"Osaka": {
41-
"git_url": "https://github.com/spencer-tb/execution-specs.git",
42-
"branch": "forks/osaka",
43-
"commit": "0e97247a9022b8c04c01e22cae6ec95d1b590838"
41+
"same_as": "EELSMaster"
4442
}
4543
}

0 commit comments

Comments
 (0)