Skip to content

v3.2.2

Latest

Choose a tag to compare

@2Fast2BCn 2Fast2BCn released this 12 Jul 12:47
982138b

Features

  • Stream LND in-flight payments via TrackPayments and expand the payment detail page
  • Add filter/sort controls and BOLT #4 failure decoder to payment detail page
  • Assemble PaymentGroup on 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_attempts on payments page
  • Fix MPP in the GetPayment query
  • 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_msat as 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 → stdlib slices