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

Change EIP 1559 Denominator with Canyon #165

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

trianglesphere
Copy link
Contributor

@trianglesphere trianglesphere commented Oct 19, 2023

Description

This adds implements changing the EIP 1559 denominator from 50 to 250 with the Canyon network upgrade. This adds the explicit timestamp to CalcBaseFee. In some cases the base fee may not be accurate if the exact timestamp of the block is not known.

Tests

Unit tests. Verified the values manually.

Metadata

@trianglesphere trianglesphere force-pushed the jg/1559_params_changed_post_canyon_v2 branch from 6c1a8c7 to a6eb86c Compare October 23, 2023 18:07
@trianglesphere trianglesphere changed the title Change EIP 1559 Denominator with Canyon - V2 Change EIP 1559 Denominator with Canyon Oct 23, 2023
@trianglesphere trianglesphere marked this pull request as ready for review October 23, 2023 18:08
@trianglesphere trianglesphere merged commit 29cd9a3 into optimism Oct 24, 2023
5 checks passed
@trianglesphere trianglesphere deleted the jg/1559_params_changed_post_canyon_v2 branch October 24, 2023 17:50
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.

Change EIP-1559 Parameters
2 participants