This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 363
Conversation
This file contains 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
CLA Assistant Lite All Contributors have signed the CLA. |
ESLint Summary View Full Report
Report generated by eslint-plus-action |
katspaugh
commented
Jun 20, 2022
src/routes/safe/components/Transactions/helpers/TxModalWrapper/index.tsx
Outdated
Show resolved
Hide resolved
iamacook
reviewed
Jun 20, 2022
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.
Looks good to me and works as intended.
src/routes/safe/components/Transactions/helpers/TxModalWrapper/index.tsx
Outdated
Show resolved
Hide resolved
src/routes/safe/components/Transactions/helpers/TxModalWrapper/index.tsx
Outdated
Show resolved
Hide resolved
katspaugh
force-pushed
the
fix-gas-estimation
branch
from
June 20, 2022 16:36
73eb185
to
69391ad
Compare
katspaugh
force-pushed
the
fix-gas-estimation
branch
from
June 20, 2022 16:36
69391ad
to
19c01c6
Compare
…/index.tsx Co-authored-by: Aaron Cook <[email protected]>
Pull Request Test Coverage Report for Build 2530364032
💛 - Coveralls |
iamacook
reviewed
Jun 21, 2022
src/routes/safe/components/Transactions/helpers/TxModalWrapper/index.tsx
Show resolved
Hide resolved
iamacook
approved these changes
Jun 21, 2022
usame-algan
approved these changes
Jun 21, 2022
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.
👍
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
What it solves
Resolves #3983
How this PR fixes it
Gas estimation in 1.1.1 Safes was broken in many ways since #3868 or possibly even before.
The variable
safeTxGas
was redefined after its first usage. I moved it up.How to test it
NB: editing the safeTxGas in the Advanced form will not automatically update the gas limit. This hasn't changed from prod.
Before (gas limit 60k):
After (gas limit 100k):