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

archetech / archon
93%
main: 94%

Build:
Build:
LAST BUILD BRANCH: 136-lightning-wallets
DEFAULT BRANCH: main
Repo Added 12 Jan 2026 07:43PM UTC
Token VKRdMqMwqPTOZprp4p5Cb3v3uLt6LWUtk regen
Build 317 Last
Files 21
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

LAST BUILD ON BRANCH 136-lightning-wallets
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • 101-challenge-in-url
  • 102-create-id
  • 111-change-passphrase
  • 114-add-change-passphrase
  • 123-did-version-explorer
  • 13-upgrade-kubo-ipfs
  • 136-lightning-wallets
  • 137-explorer-export-unrestricted
  • 14-merge-search-server
  • 2-remove-deprecated
  • 21-rename-groupvault
  • 22-rename-version
  • 24-refactor-keymaster
  • 26-support-mainnet
  • 28-import-schema-pack
  • 3-refactor-credentials
  • 31-observability
  • 36-avoid-duplicating-verifiablecredential
  • 38-add-cli-to-keymaster-package
  • 44-get-vault-item
  • 47-transition-schemas
  • 51-wallet-is-missing
  • 55-add-dmail-commands
  • 56-did-aliases
  • 57-cl-hive
  • 58-missing-update-credential-command
  • 6-fix-lint-errors
  • 60-refactor-cli-tests
  • 64-improve-security
  • 68-add-get-property
  • 69-rename-updateasset
  • 70-make-upload-limit-configurable
  • 74-rename-document-assets
  • 77-image-assets-should-be-file-assets
  • 8-rename-cas
  • 81-universal-resolver
  • 84-cli-vote-poll
  • 85-add-JOSE
  • 86-credentialsubjects
  • 88-refactor-polls
  • 91-incorrect-passphrase
  • 93-view-credential
  • 95-edit-credential
  • cln-rtl
  • e2e-report
  • explorer-admin-api-key
  • init-v0.3
  • init-v0.4
  • main
  • op-mining
  • pre-release
  • prerelease
  • refactor-satoshi
  • refactor-version
  • release-0.1
  • release-0.2
  • release-0.3
  • release-npm-20260130
  • release-npm-20260202
  • release-npm-20260209
  • release-npm-20260211
  • release-npm-20260212
  • release-npm-20260213
  • release-npm-20260216
  • release-npm-20260219
  • release-npm-20260221
  • test-performance

28 Feb 2026 12:29AM UTC coverage: 93.23% (-0.3%) from 93.547%
22509218943

Pull #140

github

macterra
feat: Add Lightning wallet support via LNbits integration (#136)

Per-DID Lightning wallets through Drawbridge gateway:
- LNbits HTTP client for account/wallet/invoice/payment operations
- Drawbridge Lightning routes (wallet, balance, invoice, pay, check)
- DrawbridgeClient extending GatekeeperClient with Lightning methods
- DrawbridgeInterface extending GatekeeperInterface in gatekeeper types
- Keymaster Lightning methods with credential storage in wallet IDInfo
- Keymaster client, API routes, and CLI commands for all Lightning ops
- 23 unit tests covering wallet lifecycle, payments, and error cases

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Pull Request #140: feat: Add Lightning wallet support via LNbits integration (#136)

1683 of 1861 branches covered (90.44%)

Branch coverage included in aggregate %.

56 of 80 new or added lines in 3 files covered. (70.0%)

3564 of 3767 relevant lines covered (94.61%)

1201.61 hits per line

Relevant lines Covered
Build:
Build:
3767 RELEVANT LINES 3564 COVERED LINES
1201.61 HITS PER LINE
Source Files on main
  • Tree
  • List 21
  • Changed 19
  • Source Changed 4
  • Coverage Changed 19
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
22509218943 136-lightning-wallets feat: Add Lightning wallet support via LNbits integration (#136) Per-DID Lightning wallets through Drawbridge gateway: - LNbits HTTP client for account/wallet/invoice/payment operations - Drawbridge Lightning routes (wallet, balance, invoice, pay... Pull #140 28 Feb 2026 12:32AM UTC macterra github
93.23
22509166673 main fix: Make /dids/export unrestricted so Explorer can access it (#137) (#139) DID event history is public data — getDIDs is already unrestricted, so export should be too. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> push 28 Feb 2026 12:29AM UTC web-flow github
93.55
22509007810 137-explorer-export-unrestricted fix: Make /dids/export unrestricted so Explorer can access it (#137) DID event history is public data — getDIDs is already unrestricted, so export should be too. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Pull #139 28 Feb 2026 12:22AM UTC macterra github
93.55
22507884956 explorer-admin-api-key fix(wallet): Add wallet.archon.technology to allowedHosts Add allowedHosts to both server and preview configs to allow wallet.archon.technology domain. Pull #138 27 Feb 2026 11:32PM UTC flaxscrip github
95.59
22505528683 explorer-admin-api-key fix(explorer): Use correct wildcard route syntax for path-to-regexp push 27 Feb 2026 10:04PM UTC flaxscrip github
95.59
22505273398 explorer-admin-api-key feat(explorer): Add ARCHON_ADMIN_API_KEY support - server.js: Inject window.__ARCHON_CONFIG__ with apiKey into index.html - App.tsx: Read apiKey from config and pass to gatekeeper.connect() - sample.env: Add ARCHON_ADMIN_API_KEY placeholder Fixe... push 27 Feb 2026 09:56PM UTC flaxscrip github
95.59
22368476957 main feat: Add RTL (Ride The Lightning) Docker service (#125) * feat: Add RTL (Ride The Lightning) Docker service with auto-config Adds RTL as an optional compose service for managing the CLN node. Uses a sidecar init container to automatically creat... push 24 Feb 2026 08:22PM UTC web-flow github
94.06
22367366099 cln-rtl Disable CLN and RTL by default Pull #125 24 Feb 2026 07:51PM UTC macterra github
94.06
22366709585 cln-rtl fix: Wait for lightningd RPC readiness, increase timeout to 300s The socket file appears before lightningd accepts connections. Wait for a successful getinfo RPC call instead of just checking the socket file. Increase timeout from 120s to 300s fo... Pull #125 24 Feb 2026 07:32PM UTC macterra github
94.06
22366227850 cln-rtl fix: Address review feedback on RTL service - Change log prefix from [rtl-init] to [rtl] in entrypoint script - Add set -e and rune validation to rtl-init sidecar - Remove vestigial ARCHON_CLN_RTL_ENABLED/PASSWORD from CLN compose and sample.en... Pull #125 24 Feb 2026 07:18PM UTC macterra github
94.06
See All Builds (310)

Badge your Repo: archon

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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