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
Currently, when i modify a file, it modifies the existing DAG object. The problem is that if another object has a pointer to the node i modified, it might access data that is not what it is expecting, One solution is to rewrite the entire tree (keeping unchanged nodes) on a write. This modifies every parent node of the modified node up to the root.
Im creating this issue as a place to discuss how the datastructures associated with ipns should interact and behave when modified.
The text was updated successfully, but these errors were encountered: