This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
feat: refactor peer selection for synchronization #382
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Freyskeyd
changed the title
chore: wip
feat: refactor peer selection for synchronization
Nov 27, 2023
Freyskeyd
force-pushed
the
feature/TP-787
branch
from
November 29, 2023 23:36
e2951f4
to
9fa3204
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #382 +/- ##
==========================================
+ Coverage 62.79% 62.84% +0.04%
==========================================
Files 219 220 +1
Lines 11812 11760 -52
==========================================
- Hits 7417 7390 -27
+ Misses 4395 4370 -25 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Simon Paitrault <[email protected]>
Signed-off-by: Simon Paitrault <[email protected]>
Freyskeyd
force-pushed
the
feature/TP-787
branch
from
November 30, 2023 15:05
06c15c7
to
b1a6e78
Compare
hadjiszs
reviewed
Nov 30, 2023
atanmarko
approved these changes
Dec 1, 2023
Signed-off-by: Simon Paitrault <[email protected]>
Freyskeyd
force-pushed
the
feature/TP-787
branch
from
December 1, 2023 10:06
24ec823
to
d86f8ef
Compare
dvdplm
reviewed
Dec 1, 2023
Signed-off-by: Simon Paitrault <[email protected]>
dvdplm
approved these changes
Dec 4, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Switch from
gatekeeper
random peer top2p
layer random peer.Basically dropping the support and management of the peers in the gatekeeper to only rely on the the network layer.
PR Checklist: