-
Notifications
You must be signed in to change notification settings - Fork 467
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
add default for gas-price and gas-limit (#1699) #3118
add default for gas-price and gas-limit (#1699) #3118
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.
Looks good to me (these are the default values from the wiki), thanks!
a0d0912
to
95fcc69
Compare
already rebase master. @travisperson @frrist |
strange, sometime pass, sometime fail at different test case here. how to retest. |
The values have changed since this was reviewed. Please see my comment here: #1896 (comment) |
In that case I don't think we should have a default gas price baked into the code. Until we have something more sophisticated, I think we should require users to specify a gas price, and thus a bound on their cost. cc @mishmosh for comment. Sorry for the misdirection from #1699, @deaswang. Can we fix up the help documentation to match behaviour instead? |
OK. Wait for final decide. if gas price is required, it should move to Arguments. Options donot support require option. |
In that case I think maybe we should just not fix this, and wait for #3098 and a CLI implemented on top of it to solve all our problems. |
Fixes #1699