-
Notifications
You must be signed in to change notification settings - Fork 227
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
rpc: Fix deserialization of /block_results
response when some tx results are non-ok
#1391
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1391 +/- ##
=======================================
- Coverage 59.0% 58.7% -0.4%
=======================================
Files 275 274 -1
Lines 27930 27975 +45
=======================================
- Hits 16505 16443 -62
- Misses 11425 11532 +107 ☔ View full report in Codecov by Sentry. |
@mzabaluev We should probably do something smarter in cometbft-rs, eg. model |
Good idea. Which fields should be represented in results with |
Good question, I don't know! The fixture does not feature it in either case. Might have to check out the CometBFT source code to figure when it's included. |
Note that you can already match on the
|
205ba79
to
95fe373
Compare
See informalsystems/hermes#3817 (comment) for background.
.changelog/