docs: soften delegate 'backups and replicas' claim#44
Open
iduartgomez wants to merge 1 commit into
Open
Conversation
The use-cases section previously stated that delegates 'act as backups and replicas of each other' across devices. This is aspirational: no cross-device sync exists today. PR #4034 added local snapshot history but not cross-device synchronization. Replace the inaccurate sentence with an accurate description: - delegates store state encrypted on the local device - recent snapshots allow recovery from accidental overwrites - cross-device sync is not yet implemented Link to freenet-core#3050 (vault-delegate primitive) for the planned implementation. Fixes freenet/freenet-core#4037.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Problem
The use-cases section of the delegates manual page currently states:
This misleads users about durability guarantees. Cross-device synchronization is not implemented — PR #4034 added local snapshot history only. The vault-delegate primitive for cross-device sync is tracked in freenet/freenet-core#3050 and is still planned/aspirational.
Solution
Replace the inaccurate paragraph with an accurate description:
The replacement matches the existing tone and Hugo markdown style of the page.
Reference
Tracked in freenet/freenet-core#4037.