Joel Thorstensson

Results 291 comments of Joel Thorstensson

This is awesome! Thanks for writing this @haadcode :) Glad you've had a look at dag-jose! An initial implementation can be found here: https://github.com/ceramicnetwork/js-dag-jose (only support for signatures right now,...

I've narrowed it down to this: It happens with entries I receive from another node on the network. The reason it happens is because of the keys being in the...

I found the issue here: https://github.com/orbitdb/orbit-db-store/blob/master/src/Store.js#L268 By simply logging the two hashes and doing `ipfs.dag.get` on both of them and comparing. Still not sure where this issue arise. I also...

Ehm, why was this closed? We are still experiencing this issue with `[email protected]`. Don't think this is related to the ipfs version actually.

Thanks for the detailed replies! > Is the serialized form valid JSON or is it a new format? Forgot to add above **JOSE:** JSON Object Signing and Encryption **COSE:** CBOR...

> This means that it’s not all that suitable for IPLD because we need to encrypt graphs of arbitrary formats. The most obvious example is `raw` blocks. I get that...

That sounds great! Agree that it makes sense to start with signed data. I do think it makes sense to follow closely with encrypted data using your second option. This...

Happy to jump on a call @mikeal. And sorry I've been meaning to get back to the spec PR, but things have piled up. If possible, a meeting this or...

@burdiyan Main benefit of using JOSE/COSE is that it's a well used standard (IETF) with lots of tools available and a large existing community. The main benefit with these codecs...

Thanks for reporting @dkent600. Does this just cause `box.auth` to hang or does it throw an error and exit? Note: this is likely related to the infrasturcture problems we are...