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

feat: get_cids method implemented #9

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

organizedgrime
Copy link

No description provided.

@linear
Copy link

linear bot commented Oct 23, 2023

ENG-305 Block Tracking

Our platform doesn't know when we can discard old blocks. We need a way to trim out data that has gone outside of our versioning and storage window. The only place that has this information is inside Tomb during delta generation. We need to track if any blocks (identified by CID) are no longer directly referenced by the WNFS filesystem after changes has occurred. I would expect to see one or more entries for each file that was deleted (I believe folders only change the metadata content and wouldn't require a re-upload).

This data should be included in the metadata upload payload to the metadata service.

Why: Trash collection mgmt bc we can't view metadata itself

NB: written in Tomb

@organizedgrime organizedgrime merged commit f7ea067 into main Oct 23, 2023
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant