EIP-7702 Skip CodeDelegation processing for invalid recid#8212
Merged
siladu merged 10 commits intobesu-eth:mainfrom Feb 3, 2025
Merged
EIP-7702 Skip CodeDelegation processing for invalid recid#8212siladu merged 10 commits intobesu-eth:mainfrom
siladu merged 10 commits intobesu-eth:mainfrom
Conversation
Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
macfarla
approved these changes
Jan 31, 2025
daniellehrner
requested changes
Jan 31, 2025
Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
daniellehrner
approved these changes
Jan 31, 2025
Contributor
Author
|
Still 6 failed hive tests again...we avoided one issue, but there are other places where we try to compute the invalid code delegation |
Contributor
Author
|
To run the failing hive tests... On this branch, run Create besu-local.yaml: Should take ~18 mins to run, but you can limit further...these are the actual failing tests: |
…other places Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>
matkt
reviewed
Jan 31, 2025
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>
Contributor
|
Hive is passing for 7702: |
…ature Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
pullurib
pushed a commit
to pullurib/besu
that referenced
this pull request
Feb 6, 2025
) In CodeDelegation.authorizer(), return empty to skip code delegation processing if recId outside native lib's bounds --------- Signed-off-by: Simon Dudley <simon.dudley@consensys.net> Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net> Co-authored-by: Daniel Lehrner <daniel.lehrner@consensys.net> Co-authored-by: Karim Taam <karim.t2am@gmail.com> Signed-off-by: Bhanu Pulluri <bhanu.pulluri@kaleido.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes these Hive tests:
#8200 (comment)