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.
if the db is public you can do something even better: Prevent tampering by fixing/removing the entry. this won't work if your database is a EventStore but it should work in the case of all the others. you can do your checks in the replicated event: https://github.com/orbitdb/orbit-db/blob/master/API.md#replicated
Hi, is there any possibilities for make conditions for accepting new entry?
For example
if(newEntry != true) {
return false
} ellse {
addNewEntry
}
The main idea is, if new entry has incorrect signature, then don't add entry to own copy of public db
The text was updated successfully, but these errors were encountered: