-
Notifications
You must be signed in to change notification settings - Fork 954
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
chore(go.mod): bump go-header #3052
Conversation
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 forgot metrics broke in this bump |
…tore construction due to dep bump
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #3052 +/- ##
==========================================
- Coverage 51.19% 50.99% -0.21%
==========================================
Files 177 177
Lines 11148 11147 -1
==========================================
- Hits 5707 5684 -23
- Misses 4942 4960 +18
- Partials 499 503 +4 ☔ View full report in Codecov by Sentry. |
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.
Same question as Vlad
Bumps go-header to the latest RC to pull in the fix to the `peerTracker` in celestiaorg/go-header#139. It's suspected that the `peerTracker`'s aggressive scoring mechanism is causing header syncing to stall after periods of poor connectivity. --------- Co-authored-by: ramin <[email protected]>
Bumps go-header to the latest RC to pull in the fix to the
peerTracker
in celestiaorg/go-header#139. It's suspected that thepeerTracker
's aggressive scoring mechanism is causing header syncing to stall after periods of poor connectivity.