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
Just seeing that 5.0 will bump to 0.46 of the cosmos sdk. Changelog here: https://github.com/cosmos/cosmos-sdk/blob/release/v0.46.x/CHANGELOG.md
There is at least one breaking change to the cli that effects us, --fee-account renamed to --fee-granter: cosmos/cosmos-sdk#10625
--fee-account
--fee-granter
The text was updated successfully, but these errors were encountered:
Breaking changes: https://github.com/cosmos/cosmos-sdk/blob/release/v0.46.x/CHANGELOG.md#v0460---2022-07-26
Sorry, something went wrong.
Update --fee-account flag for cosmos 0.46 compatibility #36
4bc20cc
a3f1c42
Another change was the API path for the latest block which is used by the health endpoint. It is now cosmos/base/tendermint/v1beta1/blocks/latest
cosmos/base/tendermint/v1beta1/blocks/latest
Done!
No branches or pull requests
Just seeing that 5.0 will bump to 0.46 of the cosmos sdk. Changelog here: https://github.com/cosmos/cosmos-sdk/blob/release/v0.46.x/CHANGELOG.md
There is at least one breaking change to the cli that effects us,
--fee-account
renamed to--fee-granter
: cosmos/cosmos-sdk#10625The text was updated successfully, but these errors were encountered: