1417 status response format#1424
Conversation
rpc/core/types/responses.go
Outdated
| ValidatorStatus ValidatorStatus `json:"validator_status,omitempty"` | ||
| NodeInfo p2p.NodeInfo `json:"node_info"` | ||
| SyncInfo SyncInfo `json:"sync_info"` | ||
| ValidatorInfo ValidatorInfo `json:"validator_info,omitempty"` |
There was a problem hiding this comment.
remove omitempty. pubkey is always present
CHANGELOG.md
Outdated
| - Graceful handling/recovery for apps that have non-determinism or fail to halt | ||
| - Graceful handling/recovery for violations of safety, or liveness | ||
|
|
||
| ## Develop |
There was a problem hiding this comment.
this needs to be moved to 0.18.0
|
🥇 🏎 🍰 |
|
Fixed both the changelog and the omit . |
you'll have to fix p2p tests, sorry |
|
needs to be changed to
|
|
Also, could you scan the docs/ directory for the same thing? |
|
Yes I missed that the json was used in the tests, I'll check out if it's used in other places. |
Codecov Report
@@ Coverage Diff @@
## develop #1424 +/- ##
===========================================
+ Coverage 62.22% 62.24% +0.01%
===========================================
Files 114 114
Lines 11093 11093
===========================================
+ Hits 6903 6905 +2
+ Misses 3547 3546 -1
+ Partials 643 642 -1
|
|
Could you please rebase this against latest |
|
Do you still want me to put it in the changelog of the 0.18.0 ? It's marked as released for the 6 of April already. |
|
0.19.0 |
…rmint into 1417-status-response-format
|
Should be rebased properly, data race ruined the test_cover though. |
|
Could you please rebase against latest develop? I fixed the data race ( |
|
Should be alright now. |
Fixes #1417