Skip to content

Commit 6732285

Browse files
committed
Update BCR-2026-010 per reviewer feedback
1 parent 4788708 commit 6732285

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

papers/bcr-2026-010-fair-witness.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ All proposed codepoints are in the **Community Assigned (specification required)
159159

160160
```
161161
{
162-
CID(contract-signing-observation) [
162+
Digest(contract-signing-observation) [
163163
'observerWitness': XID(notary)
164164
'observationTimestamp': 2026-02-02T14:30:00Z
165165
'observerIndependence': "No relationship with either party"
@@ -200,7 +200,7 @@ All proposed codepoints are in the **Community Assigned (specification required)
200200

201201
```
202202
{
203-
CID(asset-verification) [
203+
Digest(asset-verification) [
204204
'observerWitness': XID(inspector)
205205
'observerPhysicalPresence': true
206206
'observationTimestamp': 2026-02-02T10:00:00Z
@@ -225,7 +225,7 @@ All proposed codepoints are in the **Community Assigned (specification required)
225225

226226
```
227227
{
228-
CID(dispute-observation) [
228+
Digest(dispute-observation) [
229229
'observerWitness': XID(mediator)
230230
'observerIndependence': "Court-appointed mediator with no prior relationship to either party"
231231
]
@@ -249,7 +249,7 @@ All proposed codepoints are in the **Community Assigned (specification required)
249249

250250
```
251251
{
252-
CID(site-inspection) [
252+
Digest(site-inspection) [
253253
'observerWitness': XID(inspector)
254254
'observationTimestamp': 2026-02-02T10:00:00Z
255255
'observerStatement': "Building foundation complete; concrete cured; no visible cracks or defects on south and east faces"
@@ -273,8 +273,8 @@ A Fair Witness attesting to a contract signing:
273273

274274
```
275275
{
276-
CID(contract-signature-attestation) [
277-
'attestsTo': CID(signed-contract)
276+
Digest(contract-signature-attestation) [
277+
'attestsTo': Digest(signed-contract)
278278
'observerWitness': XID(licensed-notary)
279279
'observationTimestamp': 2026-02-02T15:00:00Z
280280
'observerPhysicalPresence': true
@@ -289,7 +289,7 @@ Observation via video call:
289289

290290
```
291291
{
292-
CID(remote-verification) [
292+
Digest(remote-verification) [
293293
'observerWitness': XID(remote-inspector)
294294
'observationTimestamp': 2026-02-02T11:00:00Z
295295
'observerPhysicalPresence': "Remote via video call; visual and audio confirmation"
@@ -305,17 +305,17 @@ Multiple independent observers for high-stakes attestation:
305305
```
306306
// Witness 1
307307
{
308-
CID(observation-1) [
309-
'attestsTo': CID(event)
308+
Digest(observation-1) [
309+
'attestsTo': Digest(event)
310310
'observerWitness': XID(witness-a)
311311
'observerIndependence': "Independent party"
312312
]
313313
}
314314
315315
// Witness 2
316316
{
317-
CID(observation-2) [
318-
'attestsTo': CID(event)
317+
Digest(observation-2) [
318+
'attestsTo': Digest(event)
319319
'observerWitness': XID(witness-b)
320320
'observerIndependence': "Independent party"
321321
]
@@ -329,8 +329,8 @@ The same witness observing the same subject at different times — building prog
329329
```
330330
// Initial observation (2024)
331331
{
332-
CID(observation-2024) [
333-
'attestsTo': CID(project-status)
332+
Digest(observation-2024) [
333+
'attestsTo': Digest(project-status)
334334
'observerWitness': XID(auditor)
335335
'observationTimestamp': 2024-06-15T10:00:00Z
336336
'observerPhysicalPresence': true
@@ -340,8 +340,8 @@ The same witness observing the same subject at different times — building prog
340340
341341
// Follow-up observation (2025)
342342
{
343-
CID(observation-2025) [
344-
'attestsTo': CID(project-status)
343+
Digest(observation-2025) [
344+
'attestsTo': Digest(project-status)
345345
'observerWitness': XID(auditor)
346346
'observationTimestamp': 2025-01-20T14:00:00Z
347347
'observerPhysicalPresence': true
@@ -351,8 +351,8 @@ The same witness observing the same subject at different times — building prog
351351
352352
// Later observation (2026)
353353
{
354-
CID(observation-2026) [
355-
'attestsTo': CID(project-status)
354+
Digest(observation-2026) [
355+
'attestsTo': Digest(project-status)
356356
'observerWitness': XID(auditor)
357357
'observationTimestamp': 2026-02-02T09:00:00Z
358358
'observerPhysicalPresence': "Remote via monitoring dashboard"
@@ -369,16 +369,16 @@ Combining observation with delegation context:
369369

370370
```
371371
{
372-
CID(witnessed-delegation) [
372+
Digest(witnessed-delegation) [
373373
'principalAuthority': XID(company-ceo)
374374
'assertsDelegationFrom': XID(company-ceo)
375375
'delegationScope': "Authority to sign vendor contracts"
376376
]
377377
}
378378
379379
{
380-
CID(delegation-witness) [
381-
'attestsTo': CID(witnessed-delegation)
380+
Digest(delegation-witness) [
381+
'attestsTo': Digest(witnessed-delegation)
382382
'observerWitness': XID(corporate-secretary)
383383
'observationTimestamp': 2026-02-02T09:00:00Z
384384
'observerPhysicalPresence': true

0 commit comments

Comments
 (0)