Skip to content
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

Tombstones, "Move markers" & Change Messages / Descriptions #2

Open
matheus23 opened this issue Dec 6, 2022 · 0 comments
Open

Tombstones, "Move markers" & Change Messages / Descriptions #2

matheus23 opened this issue Dec 6, 2022 · 0 comments
Labels

Comments

@matheus23
Copy link
Member

matheus23 commented Dec 6, 2022

Summary

A feature for attaching additional information to changes between revisions.

Problem / Need / Opportunity

  • End users may care about being able to inspect the writes that happened, so they can audit them.
  • Applications can use tombstones to detect when a file was key-rotated so they can raise a message to the user about being revoked read access.
  • The WNFS conflict resolution algorithm may make use of move markers to improve expected outcome of concurrent changes when a directory was moved and modified at the same time.

Success Scenario

Each write in WNFS is annotated with additional information about it. The merge algorithm is improved in some cases. APIs to make use of the additional information exist and are used.

ETA: 2024-06-30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Considerations
Development

No branches or pull requests

2 participants