-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
op-node: Return error when unmarshaling L1Info txs with invalid function selectors #4936
Conversation
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #4936 +/- ##
==========================================
Coverage ? 35.83%
==========================================
Files ? 183
Lines ? 15479
Branches ? 0
==========================================
Hits ? 5547
Misses ? 9361
Partials ? 571
Flags with carried forward coverage won't be shown. Click here to find out more.
|
This PR has been added to the merge queue, and will be merged soon. |
This PR is next in line to be merged, and will be merged as soon as checks pass. |
1 similar comment
This PR is next in line to be merged, and will be merged as soon as checks pass. |
Looks like this needs a rebase now |
…ion selectors The function selector was not being checked on unmarshal, which allows for invalid block data to pass validation. Fixes CLI-3389
d1dee3b
to
16538ea
Compare
@Mergifyio refresh |
✅ Pull request refreshed |
The function selector was not being checked on unmarshal, which allows for invalid block data to pass validation.
Fixes CLI-3389