-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix: integrated PBJ error propagation #362
Conversation
Signed-off-by: Matt Peterson <[email protected]>
Signed-off-by: Matt Peterson <[email protected]>
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.
LGTM, just one small question.
server/src/main/java/com/hedera/block/server/consumer/ConsumerStreamResponseObserver.java
Outdated
Show resolved
Hide resolved
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.
Looks good, one nit and one question.
server/src/main/java/com/hedera/block/server/consumer/ConsumerStreamResponseObserver.java
Outdated
Show resolved
Hide resolved
…er observers. Added comments Signed-off-by: Matt Peterson <[email protected]>
e3fdae4
Signed-off-by: Matt Peterson <[email protected]>
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.
LGTM!
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.
Looks good @mattp-swirldslabs! Resolved from my side.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #362 +/- ##
============================================
+ Coverage 97.72% 97.74% +0.01%
- Complexity 332 334 +2
============================================
Files 69 69
Lines 1229 1239 +10
Branches 86 86
============================================
+ Hits 1201 1211 +10
Misses 19 19
Partials 9 9
|
Description:
Related issue(s):
Fixes PBJ ticket #304
Notes for reviewer:
Checklist