Features
- Stream LND in-flight payments via
TrackPaymentsand expand the payment detail page - Add filter/sort controls and BOLT #4 failure decoder to payment detail page
- Assemble
PaymentGroupon the payment detail response - Better chevron expand icons; hide filter input when filtering is off
- Add time field to gRPC logs (was missing from streams)
Fixes
- Fix duplicate
payment_attemptson payments page - Fix MPP in the
GetPaymentquery - Convert IPv4-mapped addresses to native IPv4 in CLN peers
- Don't cancel CLN peers service on unimplemented stream method; disable instead
- Store CLN payment
value_msatas amount-only, aligning with LND - Copilot fixes to payment detail page
- Prevent opening details when clicking a copy link
- Log which service is stuck on startup; use subs as trigger
- Fix database file after rebase
Chore
- Package updates
- Switch
golang.org/x/exp/slices→ stdlibslices