-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
fix: withdrawal gas limit #5501
Conversation
🦋 Changeset detectedLatest commit: afc2ab8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for opstack-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
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.
approving sdk changes to unblock
Updates the gas limit in the migrated withdrawals codepath to ensure that enough gas is used.
Co-authored-by: Maurelian <[email protected]>
47b0946
to
c9ac7a6
Compare
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. |
Description
Updates the gas limit in the migrated withdrawals codepath
to ensure that enough gas is used. This is required after #5470
is merged
Tests
There is test coverage here that prevents a regression. We will need to run this tooling as part of the migration rehearsals to be super sure.
Closes CLI-3856