Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

feat(executor): EIP-1559 configurability spec updates#716

Merged
refcell merged 2 commits intomainfrom
cl/eip-1559-changes
Oct 19, 2024
Merged

feat(executor): EIP-1559 configurability spec updates#716
refcell merged 2 commits intomainfrom
cl/eip-1559-changes

Conversation

@clabby
Copy link
Contributor

@clabby clabby commented Oct 19, 2024

Overview

Updates kona-executor to be in-line with the new spec, using extraData rather than nonce to store the EIP-1559 parameters post-holocene.

ref spec: here

closes #697

@clabby clabby added K-feature Kind: feature A-protocol Area: protocol crates W-holocene Workstream: Holocene labels Oct 19, 2024
@clabby clabby self-assigned this Oct 19, 2024
@codecov
Copy link

codecov bot commented Oct 19, 2024

Codecov Report

Attention: Patch coverage is 96.20253% with 6 lines in your changes missing coverage. Please review.

Please upload report for BASE (main@7d22a13). Learn more about missing BASE report.
Report is 8 commits behind head on main.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
crates/executor/src/lib.rs 75.0% 6 Missing ⚠️
Additional details and impacted files

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@clabby clabby marked this pull request as ready for review October 19, 2024 05:51
@clabby clabby requested a review from refcell as a code owner October 19, 2024 05:51
Copy link
Contributor

@refcell refcell left a comment

Choose a reason for hiding this comment

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

Looks good

@refcell refcell added this pull request to the merge queue Oct 19, 2024
Merged via the queue into main with commit fe1e341 Oct 19, 2024
@github-actions github-actions bot mentioned this pull request Oct 19, 2024
theochap pushed a commit to ethereum-optimism/optimism that referenced this pull request Dec 10, 2025
* feat(executor): EIP-1559 configurability spec updates

* lint
theochap pushed a commit to ethereum-optimism/optimism that referenced this pull request Jan 14, 2026
* feat(executor): EIP-1559 configurability spec updates

* lint
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

A-protocol Area: protocol crates K-feature Kind: feature W-holocene Workstream: Holocene

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(executor): Configurable EIP-1559 Parameter Updates

2 participants