Commit graph

844 commits

Author SHA1 Message Date
cryptosharks131
0fe4000292
Fix: LocalSettings.key max_length too short for LND-ReconnectInterval (#461)
Some checks failed
Build on push / Build image (push) Has been cancelled
2026-07-25 20:21:51 -04:00
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
cryptosharks131
d964ec264c
v1.11.0 (#447) 2026-07-25 18:43:01 -04:00
kp
be74fc8e74
Fix: Add stagger delay and configurable reconnect interval for inactive-peer reconnects (issue #458) (#459) 2026-07-22 18:16:31 -04:00
cryptosharks131
c89206a1cd
small logging updates 2026-07-18 14:39:05 -04:00
HODLmeTight
90eac23f0b
fix: database connection auto-healing and controller fail-fast monitoring (#448) 2026-07-18 14:29:12 -04:00
kp
f3cbb906d0
Fix inbound fee oscillating at max cost boundary (issue #434) (#456) 2026-07-13 09:21:55 -04:00
cryptosharks131
69ec726a5e
Use concurrent log file handler for app logs 2026-07-05 14:49:58 -04:00
kp
4c2a9a62f4
Fix private channel status showing raw boolean instead of Online/Offline (#451) 2026-06-22 10:20:32 -04:00
HODLmeTight
8d23951d26
fix: resolve v1.11.0 log location bugs in baremetal and docker setups (#450) 2026-06-22 10:19:32 -04:00
cryptosharks131
abb1f5840a
logging updates for docker 2026-06-08 13:54:56 -04:00
Michal Taborsky
73809d64c1
Update formatted number string to int parsing to fix different locales (#436) 2026-06-08 13:40:52 -04:00
Mario Medina
bb51c33990
Change default lowliq_limit value to 15 (#438) 2026-06-08 13:39:08 -04:00
cryptosharks131
7f8dde005b
use Path chmod + strictly pin modules 2026-06-08 13:37:27 -04:00
kp
892bbd9151
fix SSH MITM, file permissions, pin dependencies (#440) 2026-06-08 13:34:44 -04:00
cryptosharks131
9995138c22
rework reindexing logic 2026-05-02 11:59:00 -04:00
cryptosharks131
da10e14040
replace last_db_inv_index var 2026-05-01 20:06:13 -04:00
cryptosharks131
1cccdb179a
disable invoice reindex 2026-05-01 19:47:53 -04:00
cryptosharks131
733c9bddda
better option for open invoices and reindexing 2026-05-01 17:54:41 -04:00
cryptosharks131
5874cc46e2
account for potentially deleted open invoices in reindex 2026-05-01 10:19:46 -04:00
cryptosharks131
7f85763eba
invoice reindex use hex 2026-04-30 21:15:25 -04:00
cryptosharks131
564156029c
handle missing payment/invoice in reindex 2026-04-30 20:52:40 -04:00
cryptosharks131
e0503552fd
missing index_offset update for reindex 2026-04-30 18:43:43 -04:00
cryptosharks131
706158336d
fix query issue in reindexing logic 2026-04-30 16:55:22 -04:00
cryptosharks131
23d3d5c847
Merge branch 'v1.11.0' of github.com:cryptosharks131/lndg into v1.11.0 2026-04-18 14:46:12 -04:00
cryptosharks131
4e0ed505fe
optimize and auto resync payments/invoices, update log path, expose histfailedhtlcs 2026-04-18 14:44:00 -04:00
79remat
b921cd21a3
Add Pandas 3 support for channel page (#443)
#443 Fix: Add Pandas 3 support for channel page

In pandas 3.0, calling int() directly on a single-element Series was removed and now raises a TypeError
2026-04-01 23:27:26 -04:00
cryptosharks131
b8b1972a76
hover capacity to see last updated + close channel action on inactive channels 2026-03-23 15:36:01 -04:00
cryptosharks131
951e63c763
fix chanpolicy 0 inbound fee values 2026-03-16 15:43:12 -04:00
cryptosharks131
6b9bfe5cff
Merge branch 'v1.11.0' of github.com:cryptosharks131/lndg into v1.11.0 2026-03-16 12:58:26 -04:00
cryptosharks131
ca3f165963
Add less than filter option to payment api on creation date 2026-03-16 12:56:18 -04:00
cryptosharks131
40a8e55d08
Logging Upgrade (#431) 2025-10-20 12:56:27 -04:00
Kevin Cai
892211159e
Multi: fix RPC query efficiency for jobs.py (#427) 2025-09-08 08:59:32 -04:00
HODLmeTight
434ea7f4f2
New Peer Offline Report Page (Month To Date only) (#423) 2025-09-08 08:59:06 -04:00
cryptosharks131
806a693e9c
init v1.11.0 2025-08-06 09:49:30 -04:00
cryptosharks131
bd75f83c20
v1.10.1 (#426) 2025-06-14 11:06:57 -04:00
cryptosharks131
c67c2492a5
Update rebalancer.py (#425) 2025-06-04 20:55:08 -04:00
cryptosharks131
4b468edeea
Fix: Align profit calculation with channel view (#422) 2025-06-04 20:54:19 -04:00
cryptosharks131
7324b0326a
version + rebal logging + grep logs 2025-06-04 20:47:02 -04:00
Filou
edabcc93e8
Update rebalancer.py
Fix "RapidFire increase for..." and "RapidFire decrease for..."

from / to rebalance values are reversed.
2025-05-31 15:30:52 -04:00
Hakuna
2e41988141 Fix: Align profit calculation with channel view 2025-05-24 07:11:20 +00:00
cryptosharks131
fedcbaf486
clipboard copy functionality fallback to work on local / non SSL environment. (#419) 2025-04-26 10:32:37 -04:00
Hakuna
8f1e771ab7 clipboard copy functionality fallback to work local / non SSL environment. 2025-04-20 19:24:24 +00:00
cryptosharks131
6a0350cf5e
v1.10.0 (#418) 2025-04-19 17:02:54 -04:00
cryptosharks131
97be059f16
Merge branch 'v1.10.0' of github.com:cryptosharks131/lndg into v1.10.0 2025-04-12 13:00:38 -04:00
cryptosharks131
04eee75741
inbound fees toggle + inbound base fee 2025-04-12 13:00:00 -04:00
HODLmeTight
6b76aa6024
Proposing new Readme cleanup & added a TOC (#417) 2025-04-06 08:25:43 -04:00
cryptosharks131
346fca0470
Merge branch 'master' into v1.10.0 2025-04-05 18:16:42 -04:00
HODLmeTight
7a407dd973
Sort by stuck index per default & add channel age as an influencing metric for unprofitable channels (#416) 2025-03-30 12:53:44 -04:00
HODLmeTight
777c646903
Follow-up fixes for Adding stuck / unprofitable channels card (#415) 2025-03-23 09:29:25 -04:00