You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ <h2>Concepts</h2>
176
176
</p>
177
177
178
178
<p>
179
-
Orb enables the VDR to be replicated between independent systems to increase the overall resiliance of the ecosytem.
179
+
Orb enables the VDR to be replicated between independent systems to increase the overall resilience of the ecosystem.
180
180
The transaction model includes Witness signatures as a common Orb format regardless of the Witness ledger implementation.
181
181
To achieve our system monitoring properties, we assume a Witness holds a <i>monitorable</i> ledger that stores timestamped transactions with an append-only model.
182
182
Witness ledgers can be replicated and monitored for consistent behavior.
@@ -286,7 +286,7 @@ <h3>Witnesses Resolve Late Publishing</h3>
286
286
designate some of the other Orb servers as <i>trusted</i>. These trusted servers are then used to determine relative timing between batches.
287
287
In the case that a majority viewpoint of itself and the other <i>trusted</i> Orb servers exists, that majority viewpoint will be used to
288
288
determine the relative timing of the batches. From the relative timing of the batches, we also resolve the relative timing of the branch in the DID.
289
-
An Orb server does not wait for consensus - its viewpoint may evenutally converge to a majority view, over time, in these situations.
289
+
An Orb server does not wait for consensus - its viewpoint may eventually converge to a majority view, over time, in these situations.
290
290
</p>
291
291
292
292
<p>
@@ -322,7 +322,7 @@ <h3>Witnesses Resolve Late Publishing</h3>
322
322
Upon successful validation, each witness returns a signed transaction timestamp and a promise to include the Orb transaction into their Ledger.
323
323
The Orb transaction (combined with the signed transaction timestamps) is then written into the CAS and propagated.
324
324
When an Orb Server receives a propagated transaction, they invalidate (as stale) each Sidetree operation that has a timestamp that is not within an acceptable delta of the Orb transaction's timestamp.
325
-
When these proofs originate from <i>trusted</i> servers, their timing information is immediately applied after recieving an Orb transaction propagation.
325
+
When these proofs originate from <i>trusted</i> servers, their timing information is immediately applied after receiving an Orb transaction propagation.
326
326
An Orb server that receives witnessed transactions from trusted servers likely holds the majority timing view immediately in these situations.
327
327
</p>
328
328
</section>
@@ -341,7 +341,7 @@ <h3>Witnesses Propagate for a DID</h3>
341
341
342
342
<p>
343
343
As a DID can be associated to a particular Witness, that Witness provides observations of the DID controller's behavior.
344
-
In addition to proagating for a DID, the associated Witness is also given extra weight as a tie-breaker for resolving the late publishing scenario described in the previous section.
344
+
In addition to propagating for a DID, the associated Witness is also given extra weight as a tie-breaker for resolving the late publishing scenario described in the previous section.
0 commit comments