-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Holocene: initial op-node support for configurable eip-1559 params #12497
Conversation
402c377
to
6a7eec6
Compare
9ba35e3
to
75dd66a
Compare
I've got all the tests passing locally, not sure why those few not passing on the CI. Marking as ready for review, though we'll need to update go.mod to point to the actual op-geth repo once that corresponding PR is merged. |
75dd66a
to
15ae54a
Compare
15ae54a
to
c1490e0
Compare
5988ce3
to
cc6586d
Compare
af5c222
to
2546ac5
Compare
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.
Go changes LGTM, but not sure about contract changes.
2546ac5
to
ae49fa6
Compare
997654a
to
a2526df
Compare
Looks like some issues with kurtosis in CI
|
The |
4af2171
to
6cd237f
Compare
done |
6cd237f
to
e6c5527
Compare
Looks like something is wrong with the
Perhaps there is a way to not spin up that image, a previous PR added a timestamp to the image names to prevent this problem, or if its required maybe we can also use a timestamp with its name? cc @mslipper |
Looks like a flake in the e2e tests
Going to rerun and see if it fixes it |
Tracking here #12535 |
This has been fixed on |
I merged in latest develop - this should be green now. Good to merge as soon as Adrian's latest comment is addressed. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #12497 +/- ##
===========================================
- Coverage 65.04% 64.86% -0.18%
===========================================
Files 54 54
Lines 4460 4460
===========================================
- Hits 2901 2893 -8
- Misses 1382 1391 +9
+ Partials 177 176 -1
Flags with carried forward coverage won't be shown. Click here to find out more. |
a838dc9
to
7deea46
Compare
- updates for latest op-geth tag
7deea46
to
4ff4d65
Compare
…thereum-optimism#12497) * extend op-node to support holocene 1559 params * - add Holocene parameter validation to op-program engine - updates for latest op-geth tag --------- Co-authored-by: Matthew Slipper <[email protected]>
Description
Implements configurable EIP-1559 parameters in op-node per the Holocene spec: https://github.com/ethereum-optimism/specs/tree/main/specs/protocol/holocene
Full SystemConfig contract updates coming next.
Tests
Unit tests added. E2e test in a followup PR.