tabcat
tabcat
This looks very strange `"/orbitdb/zdpuB37ifQdj2RVmBqyxpauYJDU2xUvDKUZpuMgeSYham6jps/orbitdb/zdpuAnBgAoZ3CUNkicsdqzCtz6nubD3ubRG1feU72oKhMqoxz/Tom [email protected]"` its encapsulating another orbitdb address inside the name of an orbitdb address. this is happening somehow because a method thinks a parameter is a...
according to the API docs, `.docs` should accept addresses https://github.com/orbitdb/orbit-db/blob/master/API.md#orbitdbdocsnameaddress-options and the [source for `.docs`](https://github.com/orbitdb/orbit-db/blob/68971f4ad8e0d414fc6c57eec1401e774bc78d43/src/OrbitDB.js#L156-L159), at least currently, uses `.open` directly with no changes on the address parameter so that...
I think the issue has to do with the input address being invalid because of the example: > const db= await orbitdb.docs('orbitdb/zdpuAnBgAoZ3CUNkicsdqzCtz6nubD3ubRG1feU72oKhMqoxz/Tom [email protected]'); the address according to the OrbitDbAddress class...
@kabo > Any change in the keyvaluestore older than that just gets reduced down to one entry, and the history before that gets lost. Any strategy like that in the...
Yes high/low watermark :smile:
> Surprisingly its happeing after adding the data. Any help pleasEe? Unfortunately I'm not sure how to handle this and it seems to be a problem, like you mention, with...
Im wondering if this is related to https://github.com/orbitdb/orbit-db/issues/868
> how to config sharding, is there a document about it? there is not but it might be something fun to build!
I think it would be cool to have a way to insert single or multiple customizable ways to advertise heads similar to how other modules of orbitdb can be swapped...
If you are using [email protected] you can downgrade to 46 for now but db replication may not work well.