• Joined on 2025-12-31
padreug created repository padreug/chateaudufaune.ariege.io 2026-06-09 10:46:36 +00:00
padreug pushed to main at aiolabs/lnbits-extensions 2026-06-07 17:15:41 +00:00
d8763adad5 chore(events): add v1.6.1-aio.5 — signer abstraction + door-scanner stats endpoint
padreug pushed tag v1.6.1-aio.5 to aiolabs/events 2026-06-07 17:14:48 +00:00
padreug deleted branch signer-abstraction from aiolabs/events 2026-06-07 17:11:45 +00:00
padreug pushed to main at aiolabs/events 2026-06-07 17:11:44 +00:00
fd12476b90 Merge pull request 'feat(signer): nostr publish via resolve_for_wallet + door-scanner stats endpoint' (#24) from signer-abstraction into main
1fb96bfe3c chore: bump config.json version to 1.6.1-aio.5
4238b41f10 feat: GET /tickets/event/{event_id}/stats for door-scanner roster
66076d6ca7 feat(signer): migrate Nostr publishing off account.prvkey → resolve_for_wallet (#23)
Compare 4 commits »
padreug closed issue aiolabs/events#23 2026-06-07 17:11:44 +00:00
Migrate Nostr publishing off account.prvkey → use resolve_signer (pre-cascade prerequisite for lnbits#17)
padreug merged pull request aiolabs/events#24 2026-06-07 17:11:44 +00:00
feat(signer): nostr publish via resolve_for_wallet + door-scanner stats endpoint
padreug created pull request aiolabs/events#24 2026-06-07 17:11:13 +00:00
feat(signer): nostr publish via resolve_for_wallet + door-scanner stats endpoint
padreug pushed to main at aiolabs/lnbits-extensions 2026-06-07 14:34:49 +00:00
c9a3941b9e Add libra v0.3.0 to catalog
padreug pushed tag v0.3.0 to aiolabs/libra 2026-06-07 14:28:32 +00:00
padreug pushed to main at aiolabs/webapp 2026-06-07 13:48:06 +00:00
1f20d5f00c Merge pull request 'refactor(libra): redesign transactions list status + type encoding' (#93) from feat/libra-tx-status-encoding into dev
75dfd8a541 refactor(libra): redesign transactions list status + type encoding
4af220adda Merge pull request 'feat(libra): show voided transactions in standalone' (#92) from feat/libra-show-voided into dev
1fbf7b3d26 fix(libra): exclude voided txs from balance Pending section
e9195978c1 feat(libra): surface voided transactions in standalone history
Compare 62 commits »
padreug pushed to main at aiolabs/libra 2026-06-07 13:39:53 +00:00
116df46d38 Net settlement + credit overflow on /receivables/settle (libra-#33, libra-#41)
50658440a4 Surface user credit balance in GET /balance per libra-#41
7a4b3022c2 Add integration test suite
Compare 3 commits »
padreug pushed to main at aiolabs/libra 2026-06-07 13:38:31 +00:00
9c88993c13 Merge pull request 'Show voided transactions in user-entries endpoint' (#34) from feat/show-voided-user-entries into main
781059af5f fix(dashboard): detect voided rows by tag, not by flag char
1c89e69030 feat(api): include voided transactions in user-entries endpoint
Compare 3 commits »
padreug deleted branch feat/show-voided-user-entries from aiolabs/libra 2026-06-07 13:38:31 +00:00
padreug merged pull request aiolabs/libra#34 2026-06-07 13:38:30 +00:00
Show voided transactions in user-entries endpoint
padreug pushed to feat/ui-tweaks at aiolabs/webapp 2026-06-07 13:25:12 +00:00
d7105f9570 fix(avatar): pair bg-secondary with text-secondary-foreground
padreug commented on issue aiolabs/libra#33 2026-06-07 07:18:25 +00:00
Settlement flow doesn't net related expense + income entries (links + postings incomplete)

Design session surfaced that the strict-matching path (reject when cash ≠ net obligation) creates a real operator footgun: cash has already been handed over by the time the API returns 400.…

padreug opened issue aiolabs/libra#41 2026-06-07 07:18:04 +00:00
Add user credit balance to absorb settlement overpay/round mismatch (prerequisite for #33)
padreug opened issue aiolabs/libra#40 2026-06-06 22:19:17 +00:00
Test harness: Lightning invoice tests need a non-VoidWallet backend without hanging teardown
padreug opened issue aiolabs/libra#39 2026-06-06 21:39:14 +00:00
POST /api/v1/assertions broken — submits Beancount source string to Fava JSON API