• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

archetech / archon / 28613118360
92%
main: 92%

Build:
Build:
LAST BUILD BRANCH: feat/didcid-data-dereference
DEFAULT BRANCH: main
Ran 02 Jul 2026 06:38PM UTC
Jobs 1
Files 51
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

02 Jul 2026 06:34PM UTC coverage: 91.514%. Remained the same
28613118360

Pull #676

github

macterra
feat(rust-gatekeeper): implement the /1.0/identifiers conformant surface

Port the standards-conformant DID resolution / dereferencing surface to the
Rust gatekeeper so it stays a drop-in equivalent of the TypeScript service:

- GET /1.0/identifiers/:did — resolve, returning only the DID Resolution
  triple (didDocument, didResolutionMetadata, didDocumentMetadata).
- GET /1.0/identifiers/:did/data — dereference the data resource (raw).
- GET /1.0/identifiers/:did/registration — dereference the registration
  provenance resource (raw).

Shared resolve_conformant() helper forces { confirm: true, verify: true } and
honors only versionTime/versionSequence. Mounted on its own nested router.
metrics: qualify_route() passes /1.0/ routes through unprefixed, and
normalize_path() collapses /1.0/identifiers/:did (preserving /data and
/registration suffixes); unit test extended to cover them.

Spec (§2.6): soften the unexpected-error clause to SHOULD — the Rust resolver
returns type-erased anyhow errors and maps them to notFound (matching its
existing /api/v1/did/:did behavior), whereas the TS reference returns 500.

Note: the pre-existing lib test verify_event_shape_covers_... fails on the
base commit too (unrelated to this change).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Pull Request #676: feat(gatekeeper): conformant DID resolution + dereferencing at /1.0/identifiers

2787 of 3292 branches covered (84.66%)

Branch coverage included in aggregate %.

5797 of 6088 relevant lines covered (95.22%)

889.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28613118360.1 02 Jul 2026 06:37PM UTC 102
92.95
GitHub Action Run
Source Files on build 28613118360
  • Tree
  • List 51
  • Changed 47
  • Source Changed 0
  • Coverage Changed 47
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28613118360
  • Pull Request #676
  • PR Base - main (#28545266810)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc