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
PubKey::to_bech32() is not compatible with the Cosmos-SDK/Tendermint-Go implementation.
Go still uses Amino encoding before converting the public key into a bech32-encoded string.
This causes issues for KMS: iqlusioninc/tmkms#228
See the SDK code that implements the difference: https://github.com/cosmos/cosmos-sdk/blob/590358652cc1cbc13872ea1659187e073ea38e75/types/address.go#L634-L639
Cleanup effort here: cosmos/cosmos-sdk#7357
The text was updated successfully, but these errors were encountered:
The difference described on the above link in the SDK needs to be implemented here:
tendermint-rs/tendermint/src/public_key.rs
Lines 160 to 162 in 0fc7f40
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
PubKey::to_bech32() is not compatible with the Cosmos-SDK/Tendermint-Go implementation.
Go still uses Amino encoding before converting the public key into a bech32-encoded string.
This causes issues for KMS: iqlusioninc/tmkms#228
See the SDK code that implements the difference: https://github.com/cosmos/cosmos-sdk/blob/590358652cc1cbc13872ea1659187e073ea38e75/types/address.go#L634-L639
Cleanup effort here: cosmos/cosmos-sdk#7357
The text was updated successfully, but these errors were encountered: