Skip to content

Commit

Permalink
Add/update issue markers in spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Dec 5, 2024
1 parent a4b404e commit 0712161
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,13 +234,14 @@ <h2>Introduction</h2>
<p class="issue" data-number="1" title="Cite prior art">
A reader of this specification might presume that the authors are not aware of
the 30+ years of prior art around time stamping and cryptographic log services
such as <a href="https://opentimestamps.org/">opentimestamps.org</a>,
cryptographically signing a transaction log, blockchains and decentralized
ledgers, Tahoe LAFS, did:peer, Trusted DID Web's log, did:dht, IPFS, and other
technologies that provide technologies similar to what this specification
provides. We probably need to have a section highlighting all the prior art in
the space and what sets this specification apart. Readers of this specification
are urged to provide citations to prior art that they feel apply.
such as <a href="https://w3c.github.io/web-ledger/">Web Ledger</a>,
<a href="https://opentimestamps.org/">opentimestamps.org</a>, cryptographically
signing a transaction log, blockchains and decentralized ledgers, Tahoe LAFS,
did:peer, Trusted DID Web's log, did:dht, IPFS, and other technologies that
provide technologies similar to what this specification provides. We probably
need to have a section highlighting all the prior art in the space and what sets
this specification apart. Readers of this specification are urged to provide
citations to prior art that they feel apply.
</p>

<section class="nonnormative">
Expand Down Expand Up @@ -360,6 +361,8 @@ <h2>Data Model</h2>
verifiers in a decentralized manner.
</p>

<p class="issue" data-number="3"></p>

<section class="normative">
<h2>Event Log</h2>

Expand Down Expand Up @@ -422,6 +425,8 @@ <h2>Event Log</h2>
as defined by the [[VC-DATA-INTEGRITY]] specification. [=Conforming processors=]
MUST support at least the `ecdsa-jcs-2019` cryptosuite as defined by the
[[[VC-DI-ECDSA]]] specification.

<p class="issue" data-number="2"></p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -548,9 +553,10 @@ <h2>Event Entry</h2>
establish an event that can be independently authenticated by a verifier. The
[=log entry=] MUST be composed of at least a single `event` and one or more
associated `proof` values that can be used to verify the validity of the event.

</p>

<p class="issue" data-number="6"></p>

<table class="simple">
<thead>
<tr>
Expand Down Expand Up @@ -580,6 +586,8 @@ <h2>Event Entry</h2>
[=conforming processor=] MUST support the following [=string=] values: `create`,
`update`, and `deactivate` and MAY support other values defined by a
[=conforming application specification=].

<div class="issue" data-number="7"></div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -782,6 +790,8 @@ <h2>Minimizing Event Logs</h2>
[=cryptographic event log=] is shown below:
</p>

<p class="issue" data-number="5"></p>

<!--code><span class="vc-hash" data-hash-url="index.html"
data-hash-format="multihash sha2-256" /></code-->

Expand Down Expand Up @@ -1228,6 +1238,8 @@ <h2>Application Specifications</h2>
witnesses, and alternative proof and serialization mechanisms.
</p>

<p class="issue" data-number="4"></p>

<section>
<h3>The DID Document CEL Specification</h3>

Expand Down

0 comments on commit 0712161

Please sign in to comment.