Skip to content

Update EIP-3416: fix typo in BASE_FEE formula #9712

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

famouswizard
Copy link

I fixed a typo in the Specification section: GSA_DELTAGAS_DELTA in the BASE_FEE calculation to match the correct variable name.

Original:

BASE_FEE = PARENT_BASE_FEE + GSA_DELTA * BASE_FEE_MAX_CHANGE  

Fixed:

BASE_FEE = PARENT_BASE_FEE + GAS_DELTA * BASE_FEE_MAX_CHANGE  

@famouswizard famouswizard requested a review from eth-bot as a code owner May 1, 2025 12:23
@github-actions github-actions bot added c-update Modifies an existing proposal s-stagnant This EIP is Stagnant t-core labels May 1, 2025
@eth-bot
Copy link
Collaborator

eth-bot commented May 1, 2025

File EIPS/eip-3416.md

Requires 1 more reviewers from @hexzorro, @mtefagh

@eth-bot eth-bot added the a-review Waiting on author to review label May 1, 2025
@eth-bot eth-bot changed the title docs: fix typo in BASE_FEE formula Update EIP-3416: fix typo in BASE_FEE formula May 1, 2025
Copy link
Contributor

@g11tech g11tech left a comment

Choose a reason for hiding this comment

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

might still require author's approvl so may be we can just force merge this apparent typo fix @SamWilsn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-review Waiting on author to review c-update Modifies an existing proposal s-stagnant This EIP is Stagnant t-core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants