fill in all the missing fields of status rpc#599
Conversation
Codecov Report
@@ Coverage Diff @@
## main rollkit/rollkit#599 +/- ##
==========================================
- Coverage 55.79% 55.61% -0.18%
==========================================
Files 50 50
Lines 9542 9576 +34
==========================================
+ Hits 5324 5326 +2
- Misses 3425 3455 +30
- Partials 793 795 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
b51f37a to
b4e9a28
Compare
|
sample output from the manual testing, queried using |
b4e9a28 to
7690039
Compare
7690039 to
ee6fc12
Compare
tzdybal
left a comment
There was a problem hiding this comment.
Looks good!
The only small issue is the "version" information (as commented).
tzdybal
left a comment
There was a problem hiding this comment.
Oh, and you should add a simple test to rpc/client/client_test.go, asserting that we're returning reasonable values.
ee6fc12 to
bfee1ac
Compare
@tzdybal added tests. |
remove additional moniker flag from rollmint and use the base config moniker flag adding basic unit tests fixing lint issue
bfee1ac to
7950a11
Compare
tzdybal
left a comment
There was a problem hiding this comment.
I really love how detailed is the test 👍
tzdybal
left a comment
There was a problem hiding this comment.
Created follow up issue for conversation.
Fill in all the missing fields of Status() rpc for compatibility with Tendermint RPC.
Fixes #241