-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
R4R: Standardize REST error responses #2444
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2444 +/- ##
===========================================
- Coverage 57.9% 57.88% -0.02%
===========================================
Files 140 140
Lines 8119 8119
===========================================
- Hits 4701 4700 -1
- Misses 3121 3122 +1
Partials 297 297 |
client/keys/add.go
Outdated
return | ||
} | ||
if m.Password == "" { | ||
msg = "You have to specify a password for the locally stored account." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whats the benefit of storing this in a variable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is HUGE!
When do you expect this out of WIP status @fedekunze ? |
…edekunze/standard-LCD-errors Pull
Lets try to get this in for 0.25 🤞 |
Fix lint please. |
…edekunze/standard-LCD-errors Pull develop
@cwgoes passing all tests now |
…smos/cosmos-sdk into fedekunze/standard-LCD-errors Pull
The current response is the following
it should change once we update to newest Tm version:
|
@cwgoes should be ready for final review |
This is great! Would love to get this in for 0.25 @cwgoes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK, thanks @fedekunze, much cleaner.
Closes #2445
Targeted PR against correct branch (see CONTRIBUTING.md)
Linked to github-issue with discussion and accepted design OR link to spec that describes this work.
Wrote tests
Updated relevant documentation (
docs/
)Added entries in
PENDING.md
with issue #Reviewed
Files changed
in the github PR explorerFor Admin Use: