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 Dencun fcU being always rejected as invalid; rm newPayload fork validation hack #2253

Merged
merged 1 commit into from
May 30, 2024

Conversation

tersec
Copy link
Contributor

@tersec tersec commented May 30, 2024

This "relaxed mode" is incorrect, should not be necessary, and is only specified for V2 APIs anyway, so is outdated.

fcU was checking if either version < Version.V3 or version >= Version.V3 and erroring on either.

I don't totally understand why that code isn't just using !=, but this at least fixes the effectively off-by-one in the comparison.

The test_txpool2 refactoring resulted in some unused imports producing compilation warnings, now fixed.

@arnetheduck arnetheduck merged commit 01aeb3a into master May 30, 2024
9 checks passed
@arnetheduck arnetheduck deleted the GoB branch May 30, 2024 20:30
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.

None yet

2 participants