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

fix EthTransactionValidationBuilder::set_eip4844 and no_eip4844 #8586

Merged

Conversation

eyusufatik
Copy link
Contributor

I didn't create an issue for this since it's a simple fix, sorry about that.

set_eip4844 and no_eip4844 functions of EthTransactionValidationBuilder were modifying self.eip1559 variables instead of self.eip4844. They now modify self.eip4844.

@eyusufatik eyusufatik requested a review from mattsse as a code owner June 4, 2024 11:36
@mattsse
Copy link
Collaborator

mattsse commented Jun 4, 2024

nice find, ty

@mattsse mattsse added C-bug An unexpected or incorrect behavior A-tx-pool Related to the transaction mempool labels Jun 4, 2024
@mattsse mattsse enabled auto-merge June 4, 2024 11:41
@mattsse mattsse added this pull request to the merge queue Jun 4, 2024
Merged via the queue into paradigmxyz:main with commit f6efcb1 Jun 4, 2024
31 checks passed
mw2000 pushed a commit to mw2000/reth that referenced this pull request Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tx-pool Related to the transaction mempool C-bug An unexpected or incorrect behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants