Add lnurlmint v0.1.2 - #842
Conversation
Register lnurlmint (LUD-25 lnurlcash) — mint Lightning-funded bearer notes per-wallet. Notes circulate offline as lnurlw:// withdraw links and can be rotated, split, merged, or melted back to a BOLT-11 payment.
The jmeter CI hardcoded lnbits/lnbits-extensions in the LNBITS_EXTENSIONS_MANIFESTS raw URL, so fork PRs 404 because the branch only exists in the fork, not upstream. Use github.event.pull_request.head.repo.full_name (falls back to github.repository for push events) and github.event.pull_request.head.ref (falls back to github.ref_name) so the manifest is fetched from the correct repo for fork PRs.
Regarding the
|
Summary
Adds lnurlmint v0.1.2 to the vetted extensions registry.
lnurlmint implements LUD-25 lnurlcash, letting each LNbits wallet run its own mint of Lightning-funded bearer notes. Notes circulate offline as
lnurlw://withdraw links and can be rotated, split, merged, or melted back into a BOLT-11 payment. A port of the standalonelnurl-mintFastAPI app into the LNbits extension model.Features
Manifest
id: lnurlmintversion: 0.1.2min_lnbits_version: 1.5.4archive: https://github.com/bitkarrot/lnurlmint/archive/refs/tags/v0.1.2.ziphash:e55e482b255e7aa5e15036dac9afc3b7249d7fe00208525adb8d3fd1edb27d27Verification
python3 check.py lnurlmintpasses (hash match, icon OK, min_lnbits_version match)tests/,.planning/,.claude/via.gitattributesexport-ignoreLICENSE,README.md,__init__.py,config.json,manifest.jsondetails_linkpoints to the repoconfig.jsonTest plan
python3 check.py lnurlmintfrom a clean checkout of this PR