RTL/server/controllers
saubyk d15a4ff5af Fix CLN channel connection status shown inconsistently (#1606)
CLN's listpeerchannels reports connection state as peer_connected, but the
open/pending channel list columns read the legacy `connected` field, which the
backend never populated. It was therefore always empty, so the list always
rendered "Disconnected" while the detail panel (which reads peer_connected)
showed the true state — the contradiction reported in #1606.

Normalize `connected = peer_connected` in the backend listPeerChannels response
so legacy consumers stay in sync, and point the list columns at peer_connected
directly. Add regression specs asserting the connected column follows
peer_connected even when the legacy field disagrees.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-17 15:07:44 -07:00
..
cln Fix CLN channel connection status shown inconsistently (#1606) 2026-07-17 15:07:44 -07:00
eclair Update project code according to dependencies update 2026-02-01 09:06:07 -08:00
lnd Fix Missing Memo in LND Invoices Table 2026-02-09 18:13:13 -08:00
shared Add Disable Authentication option in the backend 2026-03-25 20:35:32 -07:00