Evidence index

Portable proof, explicit mode labels, reproducible checks.

Every claim on this portal maps to verifiable artifacts and signed exchange messages. Local fallback and live Waku modes are labeled separately.

Current OSV live-run status

  • Requester progression observed through proposal, agreement, and reservation receipts.
  • Current blocker: provider delivery timeout after reservation publish in public-Waku run.
  • Release commit: 95030ec7902e754a3d48263440957d3eb08815f9

This status reflects observable runtime behavior only; no claims of completed delivery are presented.

Proof bundle verification

  • Proof bundle sample: Download sample
  • Source evidence path: public/evidence/proof-bundle.example.json
npm run proof:verify -- ./public/evidence/proof-bundle.example.json

Run modes and commands

  • Mode labels remain explicit: live, recorded replay, deterministic memory.
  • No central protocol authority and no shared protocol database requirement.
# strict response contract
npm run demo:osv-requester

# deployed-provider compatibility mode
$env:AE_OSV_RESPONSE_COMPAT='legacy'
$env:AE_OSV_DELIVERY_TIMEOUT_MS='300000'
npm run demo:osv-requester