-
Notifications
You must be signed in to change notification settings - Fork 215
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
sync2: ATX integration #6448
Open
ivan4th
wants to merge
12
commits into
sync2/fix-multipeer
Choose a base branch
from
sync2/atxs
base: sync2/fix-multipeer
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
sync2: ATX integration #6448
Commits on Nov 11, 2024
-
This adds set reconciliation for ATXs. There are per-epoch syncers, with lower FPTree depth (16 by default) used for older epochs and greater FPTree depth (21 by default) used for current epoch. Both active syncv2 and passive (server-only) syncv2 are disabled by default. It is possible to enable syncv2 in server-only or full (active) mode.
Configuration menu - View commit details
-
Copy full SHA for 4828b67 - Browse repository at this point
Copy the full SHA 4828b67View commit details -
Configuration menu - View commit details
-
Copy full SHA for a89964a - Browse repository at this point
Copy the full SHA a89964aView commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 294bc6c - Browse repository at this point
Copy the full SHA 294bc6cView commit details
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1ff57ab - Browse repository at this point
Copy the full SHA 1ff57abView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce73f54 - Browse repository at this point
Copy the full SHA ce73f54View commit details -
Configuration menu - View commit details
-
Copy full SHA for f411f7e - Browse repository at this point
Copy the full SHA f411f7eView commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bb7226f - Browse repository at this point
Copy the full SHA bb7226fView commit details
Commits on Nov 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 50afbf8 - Browse repository at this point
Copy the full SHA 50afbf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 284f836 - Browse repository at this point
Copy the full SHA 284f836View commit details
Commits on Nov 25, 2024
-
sync2: only handle synced keys during commit
It turned out that sync interactions are happening rather quickly, and thus it is not really practical to try and begin handling arriving keys (e.g. ATX IDs) during sync itself. Moreover, on-the-fly key handling was actually only used to register peer IDs for each ATX ID to fetch the actual blob from, and that can be done in the handler's Commit() method just as well.
Configuration menu - View commit details
-
Copy full SHA for a8d87f1 - Browse repository at this point
Copy the full SHA a8d87f1View commit details
Commits on Nov 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bb54fd8 - Browse repository at this point
Copy the full SHA bb54fd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 244ceb1 - Browse repository at this point
Copy the full SHA 244ceb1View commit details
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.