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, we apply operations after checking its signature. With the ACL, we need to check if the peer that generated each vertex has permission to write or not before merging:
If the ACL exists, check permission with drp.acl.isWriter(peerId).
If the ACL does not exist, blind merging.
The text was updated successfully, but these errors were encountered:
Currently, we apply operations after checking its signature. With the ACL, we need to check if the peer that generated each vertex has permission to write or not before merging:
drp.acl.isWriter(peerId)
.The text was updated successfully, but these errors were encountered: