-
Notifications
You must be signed in to change notification settings - Fork 858
implement ErrorOutOfGasCREATE error gadget #1562
implement ErrorOutOfGasCREATE error gadget #1562
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.
First round pass.
However, I didn't see the oog case when is_root==true
. Could you help complete is_root==true
case?
Hi @DreamWuGit , after discussed with C.C., we'll have another PR to take care |
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.
LGTM. Thank you for completing this! Please address Kimi's comment.
@DreamWuGit It looks like the merge failed because it failed some tests in |
…1567) ### Description This PR was pulled from Scroll team (scroll-tech#351) and 1. moved CREATE case to a sparated gadget, see #1562. 2. supported uint64 overflow 3. updated the rlc part to fit our word lo/hi design. ### Issue Link closed #1519 ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update --------- Co-authored-by: Akase Cho <lightsing@users.noreply.github.com>
@ChihChengLiang I 'll have a look today ! |
887278c
Description
implement ErrorOutOfGasCREATE error gadget, relies on PR #1558, only can be ready after that pr merged.
Issue Link
closed #1522
Type of change
This PR contains: