Skip to content
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

Add eip1559 params to executable payload #1480

Closed

Conversation

cody-wang-cb
Copy link
Contributor

Motivation

Required for Holocene EL changes
ethereum-optimism/specs#428

Solution

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

Comment on lines +335 to +336
/// Array of hex[`u64`] representing the EIP-1559 parameters, enabled with V3
pub eip_1559_params: B64,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how will this be rolled out, will this just be a default value until this is activated?

Comment on lines +335 to +336
/// Array of hex[`u64`] representing the EIP-1559 parameters, enabled with V3
pub eip_1559_params: B64,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can't do this, this is an op specific change.
this would break existing engine API because this field doesn't exist.
looks like we need to roll an op specific v3 type

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I just realized as well, I should add this in op-alloy

@mattsse
Copy link
Member

mattsse commented Oct 15, 2024

I believe this should also be optional

ethereum-optimism/specs#428 (comment)

@mattsse
Copy link
Member

mattsse commented Oct 18, 2024

closing per ethereum-optimism/specs#428 (comment)

@mattsse mattsse closed this Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants