Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Support Async Datastores #1

Merged
merged 2 commits into from
Dec 16, 2019
Merged

Support Async Datastores #1

merged 2 commits into from
Dec 16, 2019

Conversation

aschmahmann
Copy link

Part of implementing ipfs/kubo#6775.

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

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

@aschmahmann aschmahmann merged commit 495dd3c into master Dec 16, 2019
Voker57 pushed a commit to Voker57/go-ipfs-pinner that referenced this pull request Sep 19, 2020
@gammazero gammazero deleted the feat/async-ds branch October 19, 2020 17:06
Jorropo pushed a commit to ipfs/go-libipfs-rapide that referenced this pull request Mar 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants