-
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: Simulator blockstream manager #169
Conversation
…ests, needed files for testing, and gradle task for untar the file with the 2445 blockstream Signed-off-by: Alfredo Gutierrez <[email protected]>
Signed-off-by: Alfredo Gutierrez <[email protected]>
Signed-off-by: Alfredo Gutierrez <[email protected]>
77c292d
to
727b1b4
Compare
Signed-off-by: Alfredo Gutierrez <[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.
Looks pretty good. Let's sync up on a few of the comments.
simulator/src/main/java/com/hedera/block/simulator/generator/BlockAsFileBlockStreamManager.java
Show resolved
Hide resolved
simulator/src/main/java/com/hedera/block/simulator/generator/BlockStreamManager.java
Show resolved
Hide resolved
simulator/src/main/java/com/hedera/block/simulator/generator/Utils.java
Outdated
Show resolved
Hide resolved
simulator/src/main/java/com/hedera/block/simulator/generator/BlockAsFileBlockStreamManager.java
Outdated
Show resolved
Hide resolved
simulator/src/main/java/com/hedera/block/simulator/generator/BlockAsFileBlockStreamManager.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.
Overall very good work 👍
Signed-off-by: Alfredo Gutierrez <[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.
Looks good. Thanks Fredy
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #169 +/- ##
===========================================
Coverage 100.00% 100.00%
- Complexity 147 160 +13
===========================================
Files 34 35 +1
Lines 561 616 +55
Branches 29 37 +8
===========================================
+ Hits 561 616 +55
|
Description:
Related issue(s):
Fixes #108
Fixes #158
Notes for reviewer:
Checklist