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
the pin arg in dsfs save commands is somewhat confusing given that we're trying to push IPFS-specific details into cafs interfaces. The pattern of saving & pinning a dataset should be pushed up to the caller of dsfs.SaveDatatast, who upon successful save should check to see if the store conforms to the Pinner interface, and should then pin the resulting root hash recursively.
The text was updated successfully, but these errors were encountered:
the pin arg in dsfs save commands is somewhat confusing given that we're trying to push IPFS-specific details into cafs interfaces. The pattern of saving & pinning a dataset should be pushed up to the caller of dsfs.SaveDatatast, who upon successful save should check to see if the store conforms to the
Pinner
interface, and should then pin the resulting root hash recursively.The text was updated successfully, but these errors were encountered: