-
Notifications
You must be signed in to change notification settings - Fork 925
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
improvement(header/p2p): parallelize GetRangeByHeight request #1206
improvement(header/p2p): parallelize GetRangeByHeight request #1206
Conversation
19b015a
to
1ba8a5f
Compare
1545ddb
to
4fd9684
Compare
Codecov Report
@@ Coverage Diff @@
## main #1206 +/- ##
==========================================
+ Coverage 55.52% 55.81% +0.28%
==========================================
Files 181 184 +3
Lines 11020 11316 +296
==========================================
+ Hits 6119 6316 +197
- Misses 4293 4380 +87
- Partials 608 620 +12
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
588cc4a
to
e22f7b1
Compare
@Wondertan , for context this PR makes There's still flakiness around |
e509f25
to
a65088f
Compare
58afbb3
to
47bcd36
Compare
Co-authored-by: Ryan <ryanford@poluglottos.com>
6f31b2e
to
b689bee
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.
only reviewed last commit, from my understanding this deadlock was the last blocker, so now approving
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.
Last comments. Everything else seems totally legit
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.
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.
LFM
Let's finally merge :)
Resolves