Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/tox_verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
repository: ethereum/execution-specs
ref: e13d33ab21ef1fdd2f073c96a3346e23eb7727f6
ref: 5a49b2f39a909be6a8c84bb70611febdc2b2fd98
path: execution-specs
fetch-depth: 1
- name: Install uv ${{ vars.UV_VERSION }} and python ${{ matrix.python }}
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
repository: ethereum/execution-specs
ref: e13d33ab21ef1fdd2f073c96a3346e23eb7727f6
ref: 5a49b2f39a909be6a8c84bb70611febdc2b2fd98
path: execution-specs
fetch-depth: 1
- name: Install uv ${{ vars.UV_VERSION }} and python ${{ matrix.python }}
Expand Down
8 changes: 3 additions & 5 deletions src/pytest_plugins/eels_resolutions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"EELSMaster": {
"git_url": "https://github.com/ethereum/execution-specs.git",
"branch": "master",
"commit": "e13d33ab21ef1fdd2f073c96a3346e23eb7727f6"
"branch": "forks/osaka",
"commit": "5a49b2f39a909be6a8c84bb70611febdc2b2fd98"
},
"Frontier": {
"same_as": "EELSMaster"
Expand Down Expand Up @@ -38,8 +38,6 @@
"same_as": "EELSMaster"
},
"Osaka": {
"git_url": "https://github.com/spencer-tb/execution-specs.git",
"branch": "forks/osaka",
"commit": "0e97247a9022b8c04c01e22cae6ec95d1b590838"
"same_as": "EELSMaster"
}
}
Loading