-
Notifications
You must be signed in to change notification settings - Fork 224
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 type of max_gas
to i64, and remove two clones.
#61
Conversation
@yihuang do you mind redoing this with signed commits? |
Done. |
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.
Sorry for the delay, it's done now. @liamsi |
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.
Thanks! Good work as always 👍 (and sorry for the delay on my side, too)
Tried several times to merge this. I suspect this PR can’t be merged (although all / the two commits are signed) because master moved forward one commit in the meantime; and github can’t secretly rebase and retry but the contributor has to rebase before this can be merged. At least that's my only explanation. Maybe it's just some github hickup. Will try again tomorrow. |
Yeah, I meant it can't anymore now that "squash and merge" is the only enabled option. Maybe we can re-enable the rebase option even if we agree on a policy of only squash merging (and let at least github do the rebasing implicitly as before). |
I just rebased to the new master. |
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.
Still LGTM 👍
Sorry for the trouble folks - disabled the signed commits requirement. Thanks @yihuang |
I'm not sure about the specification of
max_gas
, but the defaultgenesis.conf
generated bytendermint
hasmax_gas
set to-1
, so.