-
Notifications
You must be signed in to change notification settings - Fork 829
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
feat: ensure no requests are included in isthmus blocks #498
feat: ensure no requests are included in isthmus blocks #498
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM but defer to maintainers
…9/op-geth into meyer9/ensure-requests-array-empty
Fixed a test which was broken if Isthmus was enabled but Cancun isn't. |
Yeah because after Isthmus requests is always an empty array, whereas prior to this change, requests was nil for the test that was modified (broke because the previous RLP item was nil). |
Awesome stuff 🚀 |
* feat: ensure no requests are included in isthmus blocks * Ensure cancun enabled in block encode decode test --------- Co-authored-by: refcell <[email protected]>
* feat: ensure no requests are included in isthmus blocks * Ensure cancun enabled in block encode decode test --------- Co-authored-by: refcell <[email protected]>
Ensures requests array is empty post-Isthmus, but still runs normal processing events for these contracts (just ignores the requests).