tabcat

Results 151 comments of tabcat

> Here I utilize the serialize and deserialize functions to seamlessly store Uint8Arrays - which are not supported by dag-cbor the encoding used for some of OrbitDBs internals. Uint8Arrays/byte strings...

Changing how the data is serialized for signing can't be done yet since its a breaking change. It will be part of the entry version 3 spec and is coming...

Looks like we may need to add a rule for the did-jwt module to be loaded with webpack.

My guess is that the orbit-db-identity-provider dependency in orbitdb needs to be updated to version 4 https://github.com/orbitdb/orbit-db/blob/726e667a4f452876271a3a40d22999268cc8a3e2/package.json#L32 or you can manually add the Ethereum Provider to the supported Identities using...

> Everyone can write data, but only the creator can delete or update it > Is this currently possible with orbitdb, maybe with with a custom Access Controller allowing or...

OrbitDB should not be used to track currency balances, spends, sends or anything like this. To do that you need consensus and we dont deal with that at all. OrbitDB...

@Rock-liyi I like this, it sounds like each participant has some granted authentication with each other; and this includes renewing recovery keys. This would be useful for advertising updates securely....

@julienmalard only entry CIDs are shared via pubsub, the entries are fetched with ipld. everything could be done with a more active replication where entries data is sent directly between...

its safe to assume that entry content ids might be advertised by the ipfs node, and they would also be made public by any one requesting them from the network....

> Add a "merge fields" option to DocStore.put to merge the fields of the current doc and updated doc There are two ways this could be done 1) reading current...