alby-hub/api
René Aaron 72f9b885ec feat: add lightning fees widget to dashboard
Adds a GET /api/transactions/stats endpoint that aggregates settled
outgoing payments (excluding self-payments) into total volume, total
fees paid, and payment count. The new FeeRateWidget on the home
dashboard surfaces a volume-weighted average fee rate to highlight how
cheap lightning payments are, hidden until there is payment volume.
2026-05-30 23:00:09 +02:00
..
api.go feat: add lightning fees widget to dashboard 2026-05-30 23:00:09 +02:00
api_test.go feat: proposal: custom node commands (#1007) 2025-01-30 18:20:17 +07:00
apps_test.go Feat: NWA auth for self-hosted hubs (#1016) 2025-02-27 19:12:55 +07:00
backup.go fix: prevent LN client access during shutdown (#2096) 2026-02-27 15:45:09 +07:00
esplora.go Adding checks for ok status code in responses (#2178) 2026-03-31 23:21:26 +05:30
lsp.go chore: update to use sat/msat suffixes everywhere (#2271) 2026-05-01 15:41:56 +05:30
models.go feat: add lightning fees widget to dashboard 2026-05-30 23:00:09 +02:00
rebalance.go chore: update to use sat/msat suffixes everywhere (#2271) 2026-05-01 15:41:56 +05:30
transaction_stats_test.go feat: add lightning fees widget to dashboard 2026-05-30 23:00:09 +02:00
transactions.go feat: allow payments from app connections (#2267) 2026-05-03 12:27:38 -07:00