You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Summary
A feature for attaching additional information to changes between revisions.
Problem / Need / Opportunity
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
The text was updated successfully, but these errors were encountered: