-
Notifications
You must be signed in to change notification settings - Fork 135
chore(deps): bump execution-specs to v1.17.0
for fill
and unit tests
#1454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
8aaf45b
to
bf942c1
Compare
Note: We should "Rebase and merge" instead of the usual "Squash and merge" in order to preserve both commits and be able to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this, especially the test!
LGTM, holding off approval until ethereum/execution-specs#1191 is merged.
forks/prague
.forks/prague
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Required PR is merged so we can proceed with this
forks/prague
v1.17.0
for fill
and unit tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@marioevz, thanks for adding the PR. I took the liberty of bumping the version used here to the recent execution-specs release that includes Prague: https://github.com/ethereum/execution-specs/releases/tag/v1.17.0 - hope you don't mind.
@@ -15,6 +15,7 @@ Test fixtures for use by clients are available for each release on the [Github r | |||
- ✨ The `static_filler` plug-in now has support for static state tests (from [GeneralStateTests](https://github.com/ethereum/tests/tree/develop/src/GeneralStateTestsFiller)) ([#1362](https://github.com/ethereum/execution-spec-tests/pull/1362)). | |||
- ✨ Introduce `pytest.mark.exception_test` to mark tests that contain an invalid transaction or block ([#1436](https://github.com/ethereum/execution-spec-tests/pull/1436)). | |||
- 🐞 Fix `DeprecationWarning: Pickle, copy, and deepcopy support will be removed from itertools in Python 3.14.` by avoiding use `itertools` object in the spec `BaseTest` pydantic model ([#1414](https://github.com/ethereum/execution-spec-tests/pull/1414)). | |||
- 🔀 Filling EELS branch updated to `forks/prague` ([#1454](https://github.com/ethereum/execution-spec-tests/pull/1454)). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 🔀 Filling EELS branch updated to `forks/prague` ([#1454](https://github.com/ethereum/execution-spec-tests/pull/1454)). | |
- 🔀 Update EELS filling branch to [ethereum/[email protected]](https://github.com/ethereum/execution-specs/releases/tag/v1.17.0) ([#1454](https://github.com/ethereum/execution-spec-tests/pull/1454)). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will update in the rebase.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The EELS release doesn't fill Prague 😭
tests/prague/eip7702_set_code_tx/test_gas.py:822: in test_gas_cost
state_test(
src/pytest_plugins/filler/filler.py:750: in __init__
fixture = self.generate(
src/ethereum_test_specs/state.py:252: in generate
return self.make_state_test_fixture(t8n, fork, eips)
src/ethereum_test_specs/state.py:185: in make_state_test_fixture
transition_tool_output = t8n.evaluate(
src/ethereum_clis/transition_tool.py:536: in evaluate
return self._evaluate_server(
src/ethereum_clis/transition_tool.py:357: in _evaluate_server
output: TransitionToolOutput = TransitionToolOutput.model_validate(
E pydantic_core._pydantic_core.ValidationError: 1 validation error for TransitionToolOutput
E result.receipts
E Input should be a valid list [type=list_type, input_value={'transactionHash': '0x11...0000000000', 'logs': []}, input_type=dict]
E For further information visit https://errors.pydantic.dev/2.10/v/list_type
|
🗒️ Description
Updates EELS to fill tests using
forks/prague
branch.Currently, some of the tests in main fail to fill because PR ethereum/execution-specs#1191 is required, and once merged, all tests should fill properly.
This PR also includes a workaround for this issue: ethereum/execution-specs#1194
The workaround should be removed once the issue is resolved.
🔗 Related Issues
None
✅ Checklist