• Joined on 2025-12-31
padreug opened issue aiolabs/lightning-pub#12 2026-04-01 16:39:56 +00:00
Extension: Castle (Accounting)
padreug opened issue aiolabs/lightning-pub#11 2026-04-01 16:39:53 +00:00
Extension: Satoshi Machine (DCA Distribution)
padreug opened issue aiolabs/lightning-pub#10 2026-04-01 16:38:16 +00:00
Extension: Events (Ticketing)
padreug pushed to main at aiolabs/lnbits 2026-03-31 15:55:47 +00:00
0852a595e3 bump castle v0.0.6
padreug pushed tag v0.0.6 to aiolabs/castle 2026-03-31 15:54:07 +00:00
padreug released v0.0.6 at aiolabs/castle 2026-03-31 15:54:07 +00:00
padreug pushed to main at aiolabs/castle 2026-03-31 15:50:50 +00:00
b06c53c40f Fix BQL balance queries mixing EUR and SATS face values
padreug closed issue aiolabs/webapp#8 2026-03-28 03:00:15 +00:00
Market item images load slowly - image optimization may be missing
padreug commented on issue aiolabs/webapp#8 2026-03-28 03:00:13 +00:00
Market item images load slowly - image optimization may be missing

Fixed in commit 6e4449a on cfaun.

The image optimization infrastructure (pict-rs on-the-fly processing) was already in place via ImageUploadService, but market components were bypassing it…

padreug pushed to cfaun at aiolabs/webapp 2026-03-28 03:00:02 +00:00
6e4449ac3d Optimize market images with pict-rs thumbnails
padreug closed pull request aiolabs/webapp#9 2026-03-28 02:37:48 +00:00
[Draft] feat(nostr-feed): Reddit-style link aggregator
padreug commented on pull request aiolabs/webapp#9 2026-03-28 02:37:41 +00:00
[Draft] feat(nostr-feed): Reddit-style link aggregator

Closing this PR - the link aggregator work (Phases 1-4) has been ported from the atio branch into an independent links module on cfaun (commit 8176ea9).

The remaining items (pictrs media…

padreug pushed to cfaun at aiolabs/webapp 2026-03-28 02:01:19 +00:00
667b8eebc2 Pin Add Expense dialog to top of viewport
padreug pushed to feature/nip05 at aiolabs/lightning-pub 2026-03-26 22:46:11 +00:00
b519c0e447 feat(nip05): add Lightning Address support for zaps
63e5d2c9dc feat(extensions): add NIP-05 identity extension
17b84612fa feat(extensions): add getLnurlPayInfo to ExtensionContext
ed9b19641a docs(extensions): add comprehensive extension loader documentation
b628201986 feat(extensions): add extension loader infrastructure
Compare 20 commits »
padreug pushed to feature/marketplace at aiolabs/lightning-pub 2026-03-26 22:46:10 +00:00
7ea027c5ce feat(extensions): add NIP-15 marketplace extension
50c391abb6 feat(extensions): add getLnurlPayInfo to ExtensionContext
e9fb545b97 docs(extensions): add comprehensive extension loader documentation
8a58ecb094 feat(extensions): add extension loader infrastructure
00c36f6e14 fix(handlers): await NostrSend calls throughout codebase
Compare 19 commits »
padreug pushed to feature/extension-loader at aiolabs/lightning-pub 2026-03-26 22:46:08 +00:00
c308d4be78 fix: use fresh balance in PayAppUserInvoice notification
f1aa5d7139 chore: update Docker build and dependencies
9981e2628e fix: correct nip44v1 secp256k1 getSharedSecret argument types
ece75df22d feat(extensions): add getLnurlPayInfo to ExtensionContext
c909cd660a docs(extensions): add comprehensive extension loader documentation
Compare 22 commits »
padreug pushed to feature/nip47-nwc-support at aiolabs/lightning-pub 2026-03-26 22:46:07 +00:00
6037dbe600 Add NIP-47 (Nostr Wallet Connect) support
ef53408485 Merge pull request #912 from shocknet/metrics-cache
1ad3166460 fix imports
9499fdc923 metrics cache + update proto + queue fix
a163215860 Merge pull request #910 from shocknet/refund-swap-info
Compare 14 commits »
padreug pushed to feature/withdraw at aiolabs/lightning-pub 2026-03-26 22:32:11 +00:00
c08bf4b849 fix(lnd): allow self-payments for LNURL-withdraw
ed7e0d1f86 feat(extensions): pay from caller's balance via PayAppUserInvoice
9d352e5f07 feat(withdraw): track creator pubkey on withdraw links
55077d818e feat: route Nostr RPC to extension methods
512c83ad21 feat(withdraw): add HTTP API for creating withdraw links
Compare 32 commits »
padreug pushed to cfaun at aiolabs/webapp 2026-03-26 17:04:29 +00:00
4a89c02dbd Add fuzzy search to expense account selector
padreug pushed to cfaun at aiolabs/webapp 2026-03-26 16:54:44 +00:00
fd5eb9824e Restore multi-action FAB on Home page