Christos Panagiotakopoulos
Christos Panagiotakopoulos
There is semi-official type support here: https://github.com/orbitdb/orbit-db-types Just add `"@types/orbit-db": "https://github.com/orbitdb/orbit-db-types.git"` to your `package.json`
You are welcome @gdethier! > I guess the issue should remain open until type support becomes official, right? This is up to the maintainers. Adding typings to OrbitDB was also...
> Maybe Encryption should be scheduled for a later release of OrbitDB 1.x? **IMHO, it should be scheduled for a later release.** I believe this would be better, given that...
> * Replicator Refactoring I suppose this can be checked out? 🚀
Getting this too with ipfs-http-client "50.1.2" and orbit-db "0.26.1" Any workaround? If it helps, we even get a similar (fatal) error when closing and reopening the database. So, most probably,...
So got to the bottom of it: The problem occurs when there is a `null` value inside the payload. Makes sense.
> This sounds like a duplicate of #3741 - have you read that issue? No I didn't! Thanks for pointing this out, setting a custom `http.Agent` solved the issue! ___...
I'll check it out in the weekend!
what did we have before? Beforehand was it using an in memory loader or something like that? Or it didn't provide the user at all?
> As side note, eventual consistency doesn't lend itself well for the use case described above, which is "making sure there's only one unique value for a key in database"....