-
Notifications
You must be signed in to change notification settings - Fork 98
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
Parse LCD errors in the lcdClient #1131
Comments
Check with SDK team about changing the output. |
SDK issue: cosmos/cosmos-sdk#2044 |
Closed by cosmos/cosmos-sdk#2119 |
Why was this reopened? |
@NodeGuy we need to update the errors coming from the SDK though LCD. I created the method |
Sorry this was the result of #1192 |
Scope:
|
closed by cosmos/cosmos-sdk#2444 |
When I try to undelegate with an existing undelegation, I still get a strange error:
|
Should that be a new issue? |
One item of the scope is not meet:
|
UI Version: 0.9.4
Description:
The LCD delivers errors as some complex string that includes the actual error message. We want to show only the final error to the user. In delegation we are parsing this error already once (#1094). But it would be nice, to parse any error that is delivered in that format and only return that error message to the rest of the system, abstracting the error format away from the Voyager logic.
The text was updated successfully, but these errors were encountered: