-
Notifications
You must be signed in to change notification settings - Fork 551
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
fix(cosmosaccount
): return errors from sdk crypto functions
#2760
Conversation
@aljo242 I believe the Blog Client Tutorial should be updated too. |
fixed |
Visit the preview URL for this PR (updated for commit baeaf99): https://ignite-go-docs--pr2760-fix-account-errors-e83az2lg.web.app (expires Wed, 31 Aug 2022 18:33:13 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
@tbruyelle maybe this could help with the issue in node cmd? |
how could it be ?
|
Just added a changelog entry :) Apologies for re-requesting reviews so much ! |
…#2760) * return errors * make corresponding changes * format * fix doc * fix merge conflicts * actually fix merge * revert * format: * add changelog Co-authored-by: Jerónimo Albi <[email protected]> Co-authored-by: İlker G. Öztürk <[email protected]>
Upgrading cosmos SDK to
v0.46.0
changed the signatures of functions inkeyring
used bycosmosaccount
likeAddress()
andGetPubKey()
to return errors.This PR modifies our wrapper functions to also return errors and makes the corresponding changes in the codebase.
Closes #2679