-
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
feat: Added Get Block #26
Conversation
0491a7e
to
c48d618
Compare
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.
I know is a WIP and still in draft, sorry if my comments are already or in the process of being changed.
You might want to do a rebase to include latest changes on the main branch.
58d2a3f
to
eaec07d
Compare
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.
Leaved a few nits
server/src/main/java/com/hedera/block/server/BlockStreamService.java
Outdated
Show resolved
Hide resolved
server/src/main/java/com/hedera/block/server/BlockStreamService.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.
LGTM
… exist. Signed-off-by: a-saksena <anurag@swirldslabs.com>
Signed-off-by: a-saksena <anurag@swirldslabs.com>
Signed-off-by: a-saksena <anurag@swirldslabs.com>
Signed-off-by: a-saksena <anurag@swirldslabs.com>
Signed-off-by: a-saksena <anurag@swirldslabs.com>
Signed-off-by: a-saksena <anurag@swirldslabs.com>
Signed-off-by: a-saksena <anurag@swirldslabs.com>
311caae
to
042e9e9
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #26 +/- ##
============================================
+ Coverage 50.99% 54.33% +3.34%
- Complexity 22 25 +3
============================================
Files 7 7
Lines 151 173 +22
Branches 5 6 +1
============================================
+ Hits 77 94 +17
- Misses 70 75 +5
Partials 4 4 ☔ View full report in Codecov by Sentry. |
Description:
Related issue(s):
Fixes #25
Notes for reviewer:
Checklist