-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
'ipfs dag patch' #4782
Copy link
Copy link
Open
Labels
kind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing feature
Milestone
Metadata
Metadata
Assignees
Labels
kind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing feature
I recently chatted with a user who is using
ipfs object patchto maintain a KV storage tree in ipfs. We should look into adding a patch command toipfs dagso that users ofobject patchcan migrate.Note that this isnt quite as simple to implement as
ipfs object patchis, but should still be doable under certain constraints.