Uh oh!
There was an error while loading. Please reload this page.
Tendermint URI RPC - #224
Conversation
Codecov Report
@@ Coverage Diff @@## main #224 +/- ##
==========================================
+ Coverage 55.60% 56.59% +0.99%
==========================================
Files 42 42 Lines 6345 6442 +97 ==========================================
+ Hits 3528 3646 +118 + Misses 2296 2278 -18 + Partials 521 518 -3
Continue to review full report at Codecov.
|
Uh oh!
There was an error while loading. Please reload this page.
tzdybal
commented
Jan 13, 2022
Manual testing requires cosmos-sdk app to be running. I can update demochain if you want to test this manually. |
adlerjohn
left a comment
There was a problem hiding this comment.
Would be nice to have more instructions somewhere to know how to manually test these things. utACK
tzdybal
commented
Jan 13, 2022
I assume "utACK" means "unit tested, ACK" ;) |
adlerjohn
commented
Jan 13, 2022
No, it means untested ACK, which is about the same as unit tested 😂 |
This PR extends RPC functionality to enable URI RPC, for compatibility with Tendermint.
Resolves#218.