Uh oh!
There was an error while loading. Please reload this page.
Block sync - #139
Conversation
* aggregator renamed to blockManager * blocks are passed to blockManager after gossiping * DALC(BlockRetriever) used to fetch block data * more refactoring needed * more tests needed
Codecov Report
@@ Coverage Diff @@## main #139 +/- ##
==========================================
- Coverage 57.07% 55.57% -1.51%
==========================================
Files 24 29 +5 Lines 2127 3741 +1614 ==========================================
+ Hits 1214 2079 +865 - Misses 786 1375 +589 - Partials 127 287 +160
Continue to review full report at Codecov.
|
b608536 to
9748ceaCompareadlerjohn
commented
Oct 10, 2021
Can you resolve merge conflicts before review? ty |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
1ae0dbe to
f91bef0Compare
liamsi
left a comment
There was a problem hiding this comment.
Looks great on first sight! More in-depth review following soon.
| go install github.com/ory/go-acc@v0.2.6 | ||
| go-acc -o coverage.txt ./... -- -v --race |
There was a problem hiding this comment.
Interesting, I didn't know about this tool.
There was a problem hiding this comment.
You can read about it here: https://www.ory.sh/golang-go-code-coverage-accurate/
Uh oh!
There was an error while loading. Please reload this page.
liamsi
left a comment
There was a problem hiding this comment.
I don't fully understand the rationale behind the renaming to block manager but this looks good to me.
blockManagerout ofnodepackage)