-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Change --gas=simulate to --gas=auto when sending txs #3162
Comments
I'm all for |
also on the |
The |
I think |
maybe, but my impression is that it's just estimating the gas for the simulation and not for the execution afterwards |
|
Just kidding :) - I'd rather stress that gas will be automatically calculated |
--gas=simulate caused confusion and could be mistaken for the --simulate flag. Closes: #3162
--gas=simulate caused confusion and could be mistaken for the --simulate flag. Closes: #3162 GasFlagSimulate -> GasFlagAuto
--gas=simulate caused confusion and could be mistaken for the --simulate flag. Closes: #3162
Users may be confused by the flag
--simulate
and thesimulate
value of the--gas
flag.--gas=simulate
sets the gas to estimated value returned by the simulation that runs before the tx is executed. Conversely,--simulate
just triggers the simulation without eventually execution the transaction.Hereby I propose to change the
simulate
value accepted by the--gas
flag toauto
.@fedekunze
For Admin Use
The text was updated successfully, but these errors were encountered: