-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Support pubkey decoding autocli #16743
Labels
Comments
19 tasks
19 tasks
19 tasks
Note for others, when this happens, make sure to use a blank import so that the types are registered and present in the global types registry. For instance, for this issue, the following blank imports have been added to auth. import (
_ "cosmossdk.io/api/cosmos/crypto/secp256k1"
_ "cosmossdk.io/api/cosmos/crypto/secp256r1"
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AutoCLI fails when a response contains a pubkey.
This affects auth and staking (#16641 (comment), #16650)
Getting
6:33PM ERR failure when running app err="proto: google.protobuf.Any: unable to resolve \"/cosmos.crypto.ed25519.PubKey\": not found"
ref :#14696 (comment)
The text was updated successfully, but these errors were encountered: