Commit graph

  • fc7b5e02da
    Merge 98ca079185 into 0fe4000292 Fernando Falci 2026-07-26 14:05:38 +09:00
  • 0fe4000292
    Fix: LocalSettings.key max_length too short for LND-ReconnectInterval (#461) master v1.11.0 cryptosharks131 2026-07-25 20:21:51 -04:00
  • 8ef9e32d52 Fix: increase LocalSettings.key max_length to 50 kpshukla 2026-07-25 19:44:16 -04:00
  • d964ec264c
    v1.11.0 (#447) cryptosharks131 2026-07-25 18:43:01 -04:00
  • be74fc8e74
    Fix: Add stagger delay and configurable reconnect interval for inactive-peer reconnects (issue #458) (#459) v1.11.0 kp 2026-07-22 15:16:31 -07:00
  • 7100c369aa Replace sleep-based stagger with scaled random jitter in eligibility check kpshukla 2026-07-18 10:46:19 -07:00
  • ea82a3b9fd Add configurable reconnect interval via Local Settings UI kpshukla 2026-07-10 19:23:04 -07:00
  • 89a42e7e3b Reduce reconnect stagger range from 2-10s to 1-3s kpshukla 2026-07-10 17:56:10 -07:00
  • bbfc9afa95 Add random stagger delay between inactive-peer reconnect attempts kpshukla 2026-07-10 16:17:09 -07:00
  • c89206a1cd
    small logging updates cryptosharks131 2026-07-18 14:39:05 -04:00
  • 90eac23f0b
    fix: database connection auto-healing and controller fail-fast monitoring (#448) HODLmeTight 2026-07-18 20:29:12 +02:00
  • 77aef3db46 fix: recover/restart dead processes with backoff in controller.py Hakuna 2026-07-13 20:13:36 +00:00
  • f3cbb906d0
    Fix inbound fee oscillating at max cost boundary (issue #434) (#456) kp 2026-07-13 06:21:55 -07:00
  • 5584896491 Apply clip before increment rounding on both inbound and outbound rates kpshukla 2026-07-05 18:35:12 -07:00
  • 69ec726a5e
    Use concurrent log file handler for app logs cryptosharks131 2026-07-05 14:49:58 -04:00
  • d4f23df60c Fix inbound fee oscillating between max cost boundary and rounded increment value kpshukla 2026-06-30 18:14:59 -07:00
  • b717ad937c Pre-create log files in initialize.py to prevent directory creation issue kpshukla 2026-06-29 17:09:39 -07:00
  • ef3d3c6734 Rename dashboard widget to 'Last 10 Sent Payments' for clarity kpshukla 2026-06-28 05:58:07 -07:00
  • d9524393ec Fix creation_date__lt filter silently ignored in PaymentsViewSet kpshukla 2026-06-28 05:53:00 -07:00
  • 4c2a9a62f4
    Fix private channel status showing raw boolean instead of Online/Offline (#451) kp 2026-06-22 07:20:32 -07:00
  • 8d23951d26
    fix: resolve v1.11.0 log location bugs in baremetal and docker setups (#450) HODLmeTight 2026-06-22 16:19:32 +02:00
  • faeadb2f78 Fix private channel status showing raw boolean instead of Online/Offline kpshukla 2026-06-21 16:18:01 -07:00
  • 1fad8e51d9 refactor: use path.join in views.py for path concatenation Hakuna 2026-06-12 21:55:31 +00:00
  • 44ec8c7eb5 fix: resolve v1.11.0 log location bugs in baremetal and docker setups Hakuna 2026-06-12 20:09:55 +00:00
  • 157862f533 fix: database connection auto-healing and controller fail-fast monitoring TrezorHannes 2026-05-22 19:58:39 +02:00
  • abb1f5840a
    logging updates for docker cryptosharks131 2026-06-08 13:54:56 -04:00
  • 73809d64c1
    Update formatted number string to int parsing to fix different locales (#436) Michal Taborsky 2026-06-08 19:40:52 +02:00
  • bb51c33990
    Change default lowliq_limit value to 15 (#438) Mario Medina 2026-06-08 12:39:08 -05:00
  • 7f8dde005b
    use Path chmod + strictly pin modules cryptosharks131 2026-06-08 13:37:27 -04:00
  • 892bbd9151
    fix SSH MITM, file permissions, pin dependencies (#440) kp 2026-06-08 10:34:44 -07:00
  • c5579333a2 Fix: Update calculations for out_rate, rebal_ppm, and assisted_ratio in channel view kingwkb 2026-06-01 08:39:34 -06:00
  • 9995138c22
    rework reindexing logic cryptosharks131 2026-05-02 11:59:00 -04:00
  • da10e14040
    replace last_db_inv_index var cryptosharks131 2026-05-01 20:06:13 -04:00
  • 1cccdb179a
    disable invoice reindex cryptosharks131 2026-05-01 19:47:53 -04:00
  • 733c9bddda
    better option for open invoices and reindexing cryptosharks131 2026-05-01 17:54:41 -04:00
  • 5874cc46e2
    account for potentially deleted open invoices in reindex cryptosharks131 2026-05-01 10:19:46 -04:00
  • 7f85763eba
    invoice reindex use hex cryptosharks131 2026-04-30 21:15:25 -04:00
  • 564156029c
    handle missing payment/invoice in reindex cryptosharks131 2026-04-30 20:52:40 -04:00
  • e0503552fd
    missing index_offset update for reindex cryptosharks131 2026-04-30 18:43:43 -04:00
  • 706158336d
    fix query issue in reindexing logic cryptosharks131 2026-04-30 16:55:22 -04:00
  • 23d3d5c847
    Merge branch 'v1.11.0' of github.com:cryptosharks131/lndg into v1.11.0 cryptosharks131 2026-04-18 14:46:12 -04:00
  • 4e0ed505fe
    optimize and auto resync payments/invoices, update log path, expose histfailedhtlcs cryptosharks131 2026-04-18 14:44:00 -04:00
  • b921cd21a3
    Add Pandas 3 support for channel page (#443) 79remat 2026-04-01 23:27:26 -04:00
  • 848ea2ea12 Add Pandas 3 support for channel page Tamer Fahmy 2026-03-30 21:19:56 -04:00
  • b8b1972a76
    hover capacity to see last updated + close channel action on inactive channels cryptosharks131 2026-03-23 15:36:01 -04:00
  • fb31095fa1 Security: fix SSH MITM, file permissions, pin dependencies kpshukla 2026-03-19 14:36:20 -07:00
  • 951e63c763
    fix chanpolicy 0 inbound fee values cryptosharks131 2026-03-16 15:43:12 -04:00
  • 6b9bfe5cff
    Merge branch 'v1.11.0' of github.com:cryptosharks131/lndg into v1.11.0 cryptosharks131 2026-03-16 12:58:26 -04:00
  • ca3f165963
    Add less than filter option to payment api on creation date cryptosharks131 2026-03-16 12:56:18 -04:00
  • 95476ada30
    Adjust toInt parsing to work with negative numbers also Michal Taborsky 2026-02-17 09:28:05 +01:00
  • 9ac38096b4
    Change default lowliq_limit value to 15 Mario Medina 2026-01-21 17:46:32 -05:00
  • 776f5f88ad
    Update formatted number string to int parsing to fix different locales Michal Taborsky 2026-01-04 09:58:08 +01:00
  • 40a8e55d08
    Logging Upgrade (#431) cryptosharks131 2025-10-20 12:56:27 -04:00
  • d2e28a5573
    Replace prints with logging module Upgrade-Logging cryptosharks131 2025-10-13 08:09:06 -04:00
  • 892211159e
    Multi: fix RPC query efficiency for jobs.py (#427) Kevin Cai 2025-09-08 08:59:32 -04:00
  • 434ea7f4f2
    New Peer Offline Report Page (Month To Date only) (#423) HODLmeTight 2025-09-08 14:59:06 +02:00
  • c7a74caaa8 More efficient payments updates djkazic 2025-08-17 17:26:37 -04:00
  • 806a693e9c
    init v1.11.0 cryptosharks131 2025-08-06 09:49:30 -04:00
  • bd75f83c20
    v1.10.1 (#426) v1.10.1 cryptosharks131 2025-06-14 11:06:57 -04:00
  • c67c2492a5
    Update rebalancer.py (#425) v1.10.1 cryptosharks131 2025-06-04 20:55:08 -04:00
  • 4b468edeea
    Fix: Align profit calculation with channel view (#422) cryptosharks131 2025-06-04 20:54:19 -04:00
  • 7324b0326a
    version + rebal logging + grep logs cryptosharks131 2025-06-04 20:47:02 -04:00
  • edabcc93e8
    Update rebalancer.py Filou 2025-05-31 15:30:52 -04:00
  • 9d35d77557
    Update rebalancer.py Filou 2025-05-31 15:24:35 -04:00
  • 3abd6d1413 Implements a button on the Peer Offline Report page to export the currently displayed top 10 peers (respecting sorting) as a CSV string. Hakuna 2025-05-28 18:33:23 +00:00
  • ef69f1d0b5 Refactor peer offline report view and template for fixed timeframe Hakuna 2025-05-24 20:45:05 +00:00
  • 57b5868f71 Refactor peer offline report template for improved layout and functionality Hakuna 2025-05-24 20:30:56 +00:00
  • e486681966 Refactor peer offline report view and template for improved functionality Hakuna 2025-05-24 20:15:44 +00:00
  • afd61cead1 Moved from raw SQL to Django for better CPU and memory balanced approach Hakuna 2025-05-24 20:06:41 +00:00
  • 0a7efd04a9 Add peer offline report functionality with filtering options Hakuna 2025-05-24 18:50:32 +00:00
  • 2e41988141 Fix: Align profit calculation with channel view Hakuna 2025-05-24 07:11:20 +00:00
  • fedcbaf486
    clipboard copy functionality fallback to work on local / non SSL environment. (#419) v1.10.0 cryptosharks131 2025-04-26 10:32:37 -04:00
  • 8f1e771ab7 clipboard copy functionality fallback to work local / non SSL environment. Hakuna 2025-04-20 19:24:24 +00:00
  • 6a0350cf5e
    v1.10.0 (#418) cryptosharks131 2025-04-19 17:02:54 -04:00
  • 97be059f16
    Merge branch 'v1.10.0' of github.com:cryptosharks131/lndg into v1.10.0 v1.10.0 cryptosharks131 2025-04-12 13:00:38 -04:00
  • 04eee75741
    inbound fees toggle + inbound base fee cryptosharks131 2025-04-12 13:00:00 -04:00
  • 6b76aa6024
    Proposing new Readme cleanup & added a TOC (#417) HODLmeTight 2025-04-06 14:25:43 +02:00
  • 578c933a4c
    roll back removed venv activation HODLmeTight 2025-04-06 09:03:58 +02:00
  • c3eaaee01f
    Removing obsolete venv activation due to absolute paths used TrezorHannes 2025-04-06 00:22:48 +02:00
  • 346fca0470
    Merge branch 'master' into v1.10.0 cryptosharks131 2025-04-05 18:16:42 -04:00
  • 056d458cc8
    Proposing new Readme cleanup & added a TOC TrezorHannes 2025-04-05 10:03:26 +02:00
  • 7a407dd973
    Sort by stuck index per default & add channel age as an influencing metric for unprofitable channels (#416) HODLmeTight 2025-03-30 18:53:44 +02:00
  • 4aadc8504c Fix column sorting indices in unprofitable channels template 🤦 Hakuna 2025-03-29 09:40:34 +00:00
  • baf708d21e Add age calculation for channels and display in unprofitable channels view Hakuna 2025-03-29 09:29:22 +00:00
  • 884123c37f user feedback to load page with stuck index sorted by default Hakuna 2025-03-24 21:57:36 +00:00
  • 777c646903
    Follow-up fixes for Adding stuck / unprofitable channels card (#415) HODLmeTight 2025-03-23 14:29:25 +01:00
  • c659a8cee9
    Add function to retrieve channel.db file size with LND remote suppor (#414) HODLmeTight 2025-03-23 14:28:06 +01:00
  • 1b4b221846 Fix TypeErrors in API key calls. Added paramiko to requirements for SSH functionality. Hakuna 2025-03-22 21:29:22 +00:00
  • d77af96e35 Merge branch 'clean-unprofitable-channels' into v1.10.0 Hakuna 2025-03-22 20:23:21 +00:00
  • 73d34bc2a4 Enhance unprofitable channels metrics with outbound activity ratios Hakuna 2025-03-17 10:27:53 +00:00
  • 01ffb376a6 Refine priority scoring in unprofitable channels view Hakuna 2025-03-17 10:01:51 +00:00
  • 0dc020e929 Enhance unprofitable channels metrics and scoring system Hakuna 2025-03-17 09:46:13 +00:00
  • d8fe4c4457 Add local ratio and stuck index metrics to unprofitable channels Hakuna 2025-03-16 22:01:24 +00:00
  • bb00048a18 Refactor unprofitable channels table for improved sorting and user interaction Hakuna 2025-03-16 21:48:49 +00:00
  • 9af65ab75b Fix rebalance out algo Hakuna 2025-03-16 21:32:28 +00:00
  • 0c7b64839c Enhance unprofitable channels feature Hakuna 2025-03-16 20:58:43 +00:00
  • 13a80a4829 Add unprofitable channels feature Hakuna 2025-03-16 20:46:36 +00:00
  • eb0535bba5
    Merge branch 'v1.10.0' into custom-path_channel-db HODLmeTight 2025-03-22 17:10:11 +01:00
  • b75b9a383b
    Automate Inbound AF Updates (#413) cryptosharks131 2025-03-22 11:23:07 -04:00
  • 1ceedd3145
    use last updated for failed htlc window inbound-af cryptosharks131 2025-03-22 11:13:03 -04:00