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 Dec 18, 2024. It is now read-only.
Hi!
I am interested in creating a network where nodes broadcast messages onto it and then the rest store them.
I need to ensure though that a node can not just broadcast garbage messages that don't contain a POW in them.
Is there any way for nodes in orbitdb to "vet" all entries in their database before they are stored to ensure their validity?
Thanks
The text was updated successfully, but these errors were encountered:
By POW do you mean Proof of Work? Currently the only vetting in with write permissions (though there is work on adding to access control orbitdb/orbitdb#383). Currently database is just a IPFS which lists the keys that have write permission to the log. Then each new entry that is not signed by the one of the keys listened is ignored by those who are synchronizing.
Hi!
I am interested in creating a network where nodes broadcast messages onto it and then the rest store them.
I need to ensure though that a node can not just broadcast garbage messages that don't contain a POW in them.
Is there any way for nodes in orbitdb to "vet" all entries in their database before they are stored to ensure their validity?
Thanks
The text was updated successfully, but these errors were encountered: