Skip to content

Commit a5f3d74

Browse files
committed
chore: update eels and feature again.
1 parent e242790 commit a5f3d74

File tree

5 files changed

+811
-660
lines changed

5 files changed

+811
-660
lines changed

.github/actions/build-fixtures/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
- name: Generate fixtures using fill
3535
shell: bash
3636
run: |
37-
uv run fill -n ${{ steps.evm-builder.outputs.x-dist }} --evm-bin=${{ steps.evm-builder.outputs.evm-bin }} --solc-version=${{ steps.properties.outputs.solc }} --skip-evm-dump ${{ steps.properties.outputs.fill-params }} --output=fixtures_${{ inputs.release_name }}.tar.gz --build-name ${{ inputs.release_name }}
37+
uv run ${{ steps.properties.outputs.uv-run-params }} fill -n ${{ steps.evm-builder.outputs.x-dist }} --evm-bin=${{ steps.evm-builder.outputs.evm-bin }} --solc-version=${{ steps.properties.outputs.solc }} --skip-evm-dump ${{ steps.properties.outputs.fill-params }} --output=fixtures_${{ inputs.release_name }}.tar.gz --build-name ${{ inputs.release_name }}
3838
- name: Wrap ethereum/tests fixtures with eofwrap tool
3939
shell: bash
4040
if: ${{ steps.properties.outputs.eofwrap }}

.github/configs/feature.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@ fusaka-devnet-1:
4545
fusaka-devnet-2:
4646
evm-type: develop
4747
fill-params: --from=Prague --until=Osaka -k "((test_precompiles and address_0x100) or (test_set_code_to_precompile and precompile_0x0000000000000000000000000000000000000100)) or (osaka) or (eip198_modexp) or (test_sufficient_balance_blob_tx) or (test_valid_blob_tx_combinations)" tests/osaka tests/byzantium/eip198_modexp_precompile ./tests/cancun/eip4844_blobs/test_blob_txs.py::test_sufficient_balance_blob_tx ./tests/cancun/eip4844_blobs/test_blob_txs.py::test_valid_blob_tx_combinations
48+
uv-run-params: --with=git+https://github.com/spencer-tb/ethereum-spec-evm-resolver@ee273e7344e24a739ebfbf0ea1f758530c4d032b
4849
solc: 0.8.21
4950
feature_only: true

eels_resolutions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"Osaka": {
4343
"git_url": "https://github.com/spencer-tb/execution-specs.git",
44-
"branch": "forks/osaka-devnet-2",
45-
"commit": "a3c0dbe621095ab9628007c8bfce5c656555cda8"
44+
"branch": "forks/osaka-devnet-berlininterop",
45+
"commit": "62fc54ca54c4d37448295876b160aa4fc8dd62e3"
4646
}
4747
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ check-filenames = true
131131
ignore-words-list = "ingenuous"
132132

133133
[tool.uv.sources]
134-
ethereum-spec-evm-resolver = { git = "https://github.com/spencer-tb/ethereum-spec-evm-resolver", rev = "ee273e7344e24a739ebfbf0ea1f758530c4d032b" }
134+
ethereum-spec-evm-resolver = { git = "https://github.com/petertdavies/ethereum-spec-evm-resolver", rev = "623ac4565025e72b65f45b926da2a3552041b469" }

0 commit comments

Comments
 (0)