We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The fields gasUsed and gasWanted in ResponseCheckTx and ResponseDeliverTx were renamed to snake case in tendermint 0.34.0 (https://github.com/tendermint/tendermint/blob/4dded9c85294e42e60e34096bf5e6dfa14d4e1a5/CHANGELOG.md#breaking-changes-3).
gasUsed
gasWanted
ResponseCheckTx
ResponseDeliverTx
In here, I found the opposite patch was applied from #423 in #432, which should now be reverted as it's not compatible with tendermint 0.34.*
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The fields
gasUsed
andgasWanted
inResponseCheckTx
andResponseDeliverTx
were renamed to snake case in tendermint 0.34.0 (https://github.com/tendermint/tendermint/blob/4dded9c85294e42e60e34096bf5e6dfa14d4e1a5/CHANGELOG.md#breaking-changes-3).In here, I found the opposite patch was applied from #423 in #432, which should now be reverted as it's not compatible with tendermint 0.34.*
The text was updated successfully, but these errors were encountered: