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

archetech / archon / 28631630552
92%
main: 92%

Build:
Build:
LAST BUILD BRANCH: fix/satoshi-registered-rbf-orphans
DEFAULT BRANCH: main
Ran 03 Jul 2026 01:09AM UTC
Jobs 1
Files 52
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

03 Jul 2026 01:06AM UTC coverage: 91.569%. Remained the same
28631630552

Pull #685

github

macterra
fix(rust-gatekeeper): address Copilot review on conformant error classification

- Preserve specific diagnostics (#1/#2): resolve_local_doc_async's typed bails
  no longer collapse to a generic message. not_found()/invalid_operation()
  attach the original message ("Invalid operation: proof" vs ": previd",
  "first operation must be create", etc.) as .context() on the typed
  ResolveError, so logs stay actionable while the type still drives
  classification.
- Close the validation-error leak (#3): verify-stack data errors that lacked
  the "Invalid operation" prefix (e.g. a malformed base64url proof value in
  verify_sig) were misclassified as internalError (500). classify_conformant_error
  now inspects the whole cause chain for a ResolveError OR the "Invalid operation"
  convention, and verify_sig wraps its caller-data parses with that context.
  Dropped tag_verify_error (subsumed). Validation failures now 404 as required.
- Log on 500 (#4): resolve_conformant now logs the underlying error (did + full
  cause chain) when it classifies as internalError, matching the TS reference and
  the §2.6 "SHOULD be logged" clause; the client still only sees "internalError".

Classifier unit test extended to cover the "Invalid operation"-convention path.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Pull Request #685: feat(rust-gatekeeper): return 500 internalError on unexpected resolution failure

2816 of 3323 branches covered (84.74%)

Branch coverage included in aggregate %.

5851 of 6142 relevant lines covered (95.26%)

882.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28631630552.1 03 Jul 2026 01:09AM UTC 104
93.0
GitHub Action Run
Source Files on build 28631630552
  • Tree
  • List 52
  • Changed 48
  • Source Changed 0
  • Coverage Changed 48
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28631630552
  • Pull Request #685
  • PR Base - main (#28629468079)
  • 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