-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Update spec tests to [email protected] #11952
Conversation
sudeepdino008
commented
Sep 11, 2024
•
edited
Loading
edited
- additionally, some changes were made lately to 7702 - https://eips.ethereum.org/EIPS/eip-7702 (specially auth empty list; signatures; contract creation with 7702). The PR incorporates those.
turbo/stages/mock/mock_sentry.go
Outdated
return err | ||
} | ||
} | ||
// for i := n; i < chain.Length(); i++ { |
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.
I've commented these out; in order for the execution to flow into el InsertBlocks functionalities, where things like empty auth list or invalid auth sigs can be checked. For tests not-expecting-to-fail, the el should still check all the stuff in HashCheck() after block execution, and float up errors if any.
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.
but this messes up block_test.go#wrongtransactionsTrie.json which relies on HashCheck being executed. I'm adding it back
- additionally, some changes were made lately to 7702 - https://eips.ethereum.org/EIPS/eip-7702 (specially auth empty list; signatures; contract creation with 7702). The PR incorporates those. --------- Co-authored-by: Somnath <[email protected]>
- additionally, some changes were made lately to 7702 - https://eips.ethereum.org/EIPS/eip-7702 (specially auth empty list; signatures; contract creation with 7702). The PR incorporates those. --------- Co-authored-by: Somnath <[email protected]>
Cherry pick #11952 Co-authored-by: sudeep <[email protected]> Co-authored-by: Somnath <[email protected]>
Cherry pick #11952 Co-authored-by: sudeep <[email protected]> Co-authored-by: Somnath <[email protected]>