Joel Thorstensson

Results 291 comments of Joel Thorstensson

I'm seeing an issue if I have multiple docids in the same schema: ```json { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "title": "ConvictionState", "properties": { "context": { "type": "string" }, "supply": {...

> Does the "3" have mainly historical significance (presumably in relation to 3Box/Labs) or is there a deeper meaning behind it? Yes, mainly historical significance. Also nice to show up...

After thinking more about how to approach 3ID and revocations I've realized that the revocation registry as defined in this CIP is relevant for all DIDs not just 3ID. I'm...

Just made a big update to make 3ID purely generative. I'll create a follow up CIP for CapReg.

I think the schema should look something like this: ```json { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": { "type": "string" } } ``` Basically a string to string map. The reason...

@michaelsena Made updates to this CIP as discussed. Also added an example.

Cool, this seems like a good start for supporting credentials and revocation on Ceramic! Sorry for not getting to this sooner @sylar217! Few questions: 1. Why does this have to...

1. I guess that depends a lot on the use case for the credential? I don't know enough about all of the different scenarios to give a comprehensive answer. 2....

> can you elaborate on what exactly your question is about building the merkle tree when there are different numbers of leaf nodes? Basically if the number of nodes is...

Created a PR for this CIP, updated the spec and made this into the discussion thread. See #74 Note that this introduces the `topic` property in the metadata of documents,...