• Joined on 2025-12-31
padreug created pull request aiolabs/lnbits#3 2026-04-10 09:50:49 +00:00
feat: nostr transport layer for HTTP-free API access
padreug created branch nostr-native-transport-forgejo in aiolabs/lnbits 2026-04-10 09:50:16 +00:00
padreug pushed to nostr-native-transport-forgejo at aiolabs/lnbits 2026-04-10 09:50:16 +00:00
bae881587c fix: adapt nostr transport to forgejo fork's secp256k1 library
5443cb75bf feat: add nostr transport layer for HTTP-free API access
Compare 2 commits »
padreug pushed to main at aiolabs/nix-bitcoin 2026-04-04 19:24:01 +00:00
88007a9771 Replace deprecated nodePackages.pnpm with pnpm
padreug pushed to main at aiolabs/atio-home 2026-04-02 19:44:42 +00:00
a52e8674fd style: larger logo, subtle branding label, card hover lift
padreug created pull request aiolabs/lightning-pub#16 2026-04-02 19:21:25 +00:00
feat(extensions): add split payments extension
padreug created branch feature/splitpay in aiolabs/lightning-pub 2026-04-02 19:21:00 +00:00
padreug pushed to feature/splitpay at aiolabs/lightning-pub 2026-04-02 19:21:00 +00:00
aa58f88670 feat(extensions): add split payments extension
padreug pushed to feature/nip47-nwc-support at aiolabs/lightning-pub 2026-04-02 19:10:35 +00:00
5a26676a24 Add NIP-47 (Nostr Wallet Connect) support
68c71599f8 fix(lnd): allow self-payments for LNURL-withdraw
5aaa3bcc23 feat(extensions): pay from caller's balance via PayAppUserInvoice
cb9fb78eb8 feat(withdraw): track creator pubkey on withdraw links
1273da9020 feat: route Nostr RPC to extension methods
Compare 15 commits »
padreug pushed to feature/marketplace at aiolabs/lightning-pub 2026-04-02 19:07:36 +00:00
772a2131e6 feat(extensions): add NIP-15 marketplace extension
68c71599f8 fix(lnd): allow self-payments for LNURL-withdraw
5aaa3bcc23 feat(extensions): pay from caller's balance via PayAppUserInvoice
cb9fb78eb8 feat(withdraw): track creator pubkey on withdraw links
1273da9020 feat: route Nostr RPC to extension methods
Compare 15 commits »
padreug pushed to feature/nip05 at aiolabs/lightning-pub 2026-04-02 19:06:24 +00:00
f59073e589 fix(nip05): add configurable limits for relays per user and identity listing
915ca667e5 fix(nip05): add redirect prevention docs and zap field validation
7dd767a78a fix(nip05): allow hyphens and periods in usernames per NIP-05 spec
883bb71116 feat(nip05): add Lightning Address support for zaps
e18fe9f83a feat(extensions): add NIP-05 identity extension
Compare 13 commits »
padreug pushed to dev at aiolabs/lightning-pub 2026-04-02 19:05:21 +00:00
68c71599f8 fix(lnd): allow self-payments for LNURL-withdraw
5aaa3bcc23 feat(extensions): pay from caller's balance via PayAppUserInvoice
cb9fb78eb8 feat(withdraw): track creator pubkey on withdraw links
1273da9020 feat: route Nostr RPC to extension methods
3ee8b6b010 feat(withdraw): add HTTP API for creating withdraw links
Compare 8 commits »
padreug merged pull request aiolabs/lightning-pub#6 2026-04-02 19:05:20 +00:00
feat(extensions): add LNURL-withdraw extension
padreug pushed to feature/nip05 at aiolabs/lightning-pub 2026-04-02 19:03:00 +00:00
bd0a657527 fix(nip05): add configurable limits for relays per user and identity listing
c71dd45ae8 fix(nip05): add redirect prevention docs and zap field validation
4191bb11f4 fix(nip05): allow hyphens and periods in usernames per NIP-05 spec
a5cf1d8ceb feat(nip05): add Lightning Address support for zaps
e4777894db feat(extensions): add NIP-05 identity extension
Compare 11 commits »
padreug pushed to feature/withdraw at aiolabs/lightning-pub 2026-04-02 18:49:15 +00:00
68c71599f8 fix(lnd): allow self-payments for LNURL-withdraw
5aaa3bcc23 feat(extensions): pay from caller's balance via PayAppUserInvoice
cb9fb78eb8 feat(withdraw): track creator pubkey on withdraw links
1273da9020 feat: route Nostr RPC to extension methods
3ee8b6b010 feat(withdraw): add HTTP API for creating withdraw links
Compare 14 commits »
padreug pushed to dev at aiolabs/lightning-pub 2026-04-02 18:47:57 +00:00
77e5772afd feat(extensions): add extension loader infrastructure (#3)
padreug merged pull request aiolabs/lightning-pub#3 2026-04-02 18:47:56 +00:00
feat(extensions): add extension loader infrastructure
padreug pushed to feature/extension-loader at aiolabs/lightning-pub 2026-04-02 18:46:44 +00:00
a574a5b817 fix(extensions): add HTTP route types and getHttpRoutes to Extension interface
81f199a18a fix: use fresh balance in PayAppUserInvoice notification
e3ec8676fb chore: update Docker build and dependencies
b115712c87 fix: correct nip44v1 secp256k1 getSharedSecret argument types
51ce89234e feat(extensions): add getLnurlPayInfo to ExtensionContext
Compare 20 commits »
padreug commented on issue aiolabs/lightning-pub#15 2026-04-02 18:43:49 +00:00
Extension: Cash Provider (ATM liquidity funding)

Enhancement: Per-provider commission rates

Each cash provider should be able to set their own desired commission rate when funding a machine. For example:

  • Provider A funds $5,000 at 10%…
padreug commented on issue aiolabs/lightning-pub#11 2026-04-02 18:40:43 +00:00
Extension: Satoshi Machine (DCA Distribution)

Superseded by #15

The original DCA approach (SSH polling Lamassu PostgreSQL, hourly cron, separate admin/client extensions) has been redesigned as a Nostr-native Cash Provider system in…