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

Support Async Datastores #1

Closed
wants to merge 4 commits into from

Conversation

aschmahmann
Copy link

Part of implementing ipfs/kubo#6775.

There are three places pinning requires ensuring that data is stored on disk:

  1. Ensure data that is requested to be pinned is on disk before adding a new pin
  2. Ensure new pinned merkledag is on disk before storing a pointer to the root
  3. Ensure the pointer to the root is on disk before returning to the user

@aschmahmann
Copy link
Author

aschmahmann commented Dec 5, 2019

oops sent to wrong fork, sorry about that.

@aschmahmann aschmahmann closed this Dec 5, 2019
@MichaelMure
Copy link
Owner

I'm going to disable issues and PR here just to be sure. Otherwise, you can also ask the github support to disconnect ipfs/go-ipfs-pinner from this repo.

MichaelMure pushed a commit that referenced this pull request Jul 21, 2020
@gammazero gammazero deleted the feat/async-ds branch October 19, 2020 17:06
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.

3 participants