-
Notifications
You must be signed in to change notification settings - Fork 763
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: extensions for configurable EIP-1559 params #398
Merged
sebastianst
merged 1 commit into
ethereum-optimism:optimism
from
roberto-bayardo:holocene-1559
Oct 9, 2024
Merged
Holocene: extensions for configurable EIP-1559 params #398
sebastianst
merged 1 commit into
ethereum-optimism:optimism
from
roberto-bayardo:holocene-1559
Oct 9, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
roberto-bayardo
force-pushed
the
holocene-1559
branch
7 times, most recently
from
October 9, 2024 06:39
31f2e5f
to
2acd596
Compare
roberto-bayardo
changed the title
handle holocene EIP-1559 params
Holocene: extensions for configurable EIP-1559 params
Oct 9, 2024
roberto-bayardo
force-pushed
the
holocene-1559
branch
5 times, most recently
from
October 9, 2024 14:42
6bd196c
to
45bf7f7
Compare
sebastianst
requested changes
Oct 9, 2024
clabby
reviewed
Oct 9, 2024
roberto-bayardo
force-pushed
the
holocene-1559
branch
3 times, most recently
from
October 9, 2024 16:37
63af417
to
856ad60
Compare
roberto-bayardo
force-pushed
the
holocene-1559
branch
2 times, most recently
from
October 9, 2024 16:46
ee91931
to
a18fa18
Compare
sebastianst
approved these changes
Oct 9, 2024
roberto-bayardo
force-pushed
the
holocene-1559
branch
from
October 9, 2024 18:11
a18fa18
to
2de32a5
Compare
clabby
approved these changes
Oct 9, 2024
roberto-bayardo
force-pushed
the
holocene-1559
branch
from
October 9, 2024 18:41
2de32a5
to
de0864c
Compare
roberto-bayardo
force-pushed
the
holocene-1559
branch
from
October 9, 2024 18:42
de0864c
to
fbce972
Compare
Cleaned up the tests a bit. |
tynes
reviewed
Oct 9, 2024
tynes
reviewed
Oct 9, 2024
roberto-bayardo
force-pushed
the
holocene-1559
branch
from
October 9, 2024 19:50
fbce972
to
0dd2890
Compare
roberto-bayardo
force-pushed
the
holocene-1559
branch
5 times, most recently
from
October 9, 2024 20:36
f29b20e
to
97c1ff0
Compare
roberto-bayardo
force-pushed
the
holocene-1559
branch
from
October 9, 2024 20:37
97c1ff0
to
344422c
Compare
sebastianst
approved these changes
Oct 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
These are the op-geth changes required to implement the configurable EIP-1559 parameters that are part of the Holocene upgrade.
Tests
Unit tests added for the new functionality and to exercise the various INVALID payload conditions in the spec.
Additional context
Metadata
ethereum-optimism/specs#340