lndg/gui
kpshukla 8ef9e32d52 Fix: increase LocalSettings.key max_length to 50
LND-ReconnectInterval (21 chars) exceeds the previous max_length=20
on LocalSettings.key. SQLite ignores the constraint, but PostgreSQL
enforces VARCHAR(20) strictly and raises DataError when saving it.

Fixes #460
2026-07-25 19:44:16 -04:00
..
lnd_deps inbound fees (#391) 2024-06-22 22:41:29 -04:00
migrations Fix: increase LocalSettings.key max_length to 50 2026-07-25 19:44:16 -04:00
static Update formatted number string to int parsing to fix different locales (#436) 2026-06-08 13:40:52 -04:00
templates Fix private channel status showing raw boolean instead of Online/Offline (#451) 2026-06-22 10:20:32 -04:00
__init__.py Initial push 2021-03-13 18:06:59 -05:00
admin.py Initial push 2021-03-13 18:06:59 -05:00
apps.py Initial push 2021-03-13 18:06:59 -05:00
forms.py Fix: Add stagger delay and configurable reconnect interval for inactive-peer reconnects (issue #458) (#459) 2026-07-22 18:16:31 -04:00
models.py Fix: increase LocalSettings.key max_length to 50 2026-07-25 19:44:16 -04:00
serializers.py optimize and auto resync payments/invoices, update log path, expose histfailedhtlcs 2026-04-18 14:44:00 -04:00
urls.py optimize and auto resync payments/invoices, update log path, expose histfailedhtlcs 2026-04-18 14:44:00 -04:00
views.py Fix: Add stagger delay and configurable reconnect interval for inactive-peer reconnects (issue #458) (#459) 2026-07-22 18:16:31 -04:00