The specification currently uses several core terms—specifically “log”, “event entry”, “event”, “operation”, “operation data”, etc. —without providing explicit definitions in the terminology section.
Also, the spec has to be revised; e.g.
did-cel-identifier := did:cel:MULTIBASE(base58-btc,
MULTICODEC(sha3-256, JCS(initial-event-log-entry)))
this refers to initial-event-log-entry, which is incorrect.
👇
did-cel-identifier := did:cel:MULTIBASE(base58-btc,
MULTIHASH(sha3-256,
JCS(initialized?initial?genesis?root?origin?DidDocument)))
The specification currently uses several core terms—specifically “log”, “event entry”, “event”, “operation”, “operation data”, etc. —without providing explicit definitions in the terminology section.
Also, the spec has to be revised; e.g.
this refers to
initial-event-log-entry, which is incorrect.👇