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
{{ message }}
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.
Right now we create a completely new ipfs object each time the document is updated (commit is called). We also link to the previous object CID. It would be cool if each update (commit) only contained the deltas as compared to the previous object, similar to how git is implemented (but we want to utilize IPLD).
We need to research how this could be done in the best possible way using IPLD. Are there any IPFS tools that we can use to do this?
The text was updated successfully, but these errors were encountered:
oed
changed the title
Do git style updates
Git style updates
Dec 29, 2018
Right now we create a completely new ipfs object each time the document is updated (commit is called). We also link to the previous object CID. It would be cool if each update (commit) only contained the deltas as compared to the previous object, similar to how git is implemented (but we want to utilize IPLD).
We need to research how this could be done in the best possible way using IPLD. Are there any IPFS tools that we can use to do this?
The text was updated successfully, but these errors were encountered: