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
https://github.com/cosmos/cosmos-sdk/blob/develop/client/keys/show.go#L12 still depends on the tendermint/tmlibs repo, which is dead and should be replaced by tendermint/tendermint
tendermint/tmlibs
tendermint/tendermint
[ -d vendor/github.com/tendermint/tmlibs ] && echo yes || echo no
Reported by @greg-szabo on Slack
The text was updated successfully, but these errors were encountered:
Remove dependency on tendermint/tmlibs
ee1be0a
Closes: #2388
alessio
No branches or pull requests
Summary of Bug
https://github.com/cosmos/cosmos-sdk/blob/develop/client/keys/show.go#L12 still depends on the
tendermint/tmlibs
repo, which is dead and should be replaced bytendermint/tendermint
Steps to Reproduce
Reported by @greg-szabo on Slack
For Admin Use
The text was updated successfully, but these errors were encountered: