CSDUMMI
CSDUMMI
Do I understand this correctly: Instead of loading the entire log into memory, it is loaded in chunks. But what is the benefit of this if in the end and...
On the point of the new Interface. Based on your elaboration above I think this would look a little like this: ```js class Index { constructor() { this._index = {}...
> Partitioning databases seems like it could be useful for a lot of cases. I'll try to elaborate on an OrbitDB Object-Relational Mapping (ORM) and other applications of partitions in...
> My understanding up to know is that the oplog is, somehow, the source of truth of our database whereas the Stores provides us a representation of the oplog which...
Also: You no longer need to provide `EXPERIMENTAL` as an option to js-ipfs. PubSub is enabled by default.
If that was the issue here, the `let db = await orbitdb.keyvalue` should throw an error, not do nothing: ``` Uncaught: Error: Database '/orbitdb/zdpuAmVqutwmc8UVJ8gkGo89AekHgZAjAFnpTdA7TgcMagGmx/abc' is type 'docstore' but was opened...
If that is the case, shouldn't there be some timeout triggered?
That may very well be true. But this is a feature request more than anything else and not an issue about the serializing for signatures. And I'm not yet trying...
I agree. Though work and discussion should start to provide this out of the box, because by consolidating encryption development, security risks can be reduced. Since not every developer will...
And this data, created and published for OrbitDB should be encrypted by OrbitDB, because for me as a user, it is a lot harder to encrypt these internals.