-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
purge: gas settings #6656
purge: gas settings #6656
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6656 +/- ##
==========================================
+ Coverage 27.09% 27.13% +0.04%
==========================================
Files 291 291
Lines 27039 27009 -30
Branches 3983 3978 -5
==========================================
+ Hits 7325 7330 +5
+ Misses 19446 19411 -35
Partials 268 268
Continue to review full report at Codecov.
|
42873eb
to
9314fb6
Compare
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 - has some unrelated fixes/changes which is fine but you should note them in the PR description. Also, instead of commenting out code, lets just delete it! If that is too scary, then put the deleted code in a separate commit and then squash the PR down to 2 commits. Then you can just revert the deletion if you want it back - much cleaner!
@@ -149,21 +149,6 @@ const init = () => { | |||
// trusted relayer | |||
web3.utils.toChecksumAddress(data.trusted_relayer) | |||
]; | |||
} else if ($('#contract_version').val() == 0) { |
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.
Ready to retire the v0 deploy? I think I'm cool with it...
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.
YASS! Update the PR description as well
Description
Flows tested