Commit graph

19 commits

Author SHA1 Message Date
feelancer21
8f29314bb8 Use scid for lncli 0.19+, fallback to chan_id for older versions 2025-09-28 23:00:33 +02:00
Pavol Rusnak
60bae54aa7
fix issues found by flake 2023-03-26 15:40:14 +02:00
Sebastian Andersson
0c41002b4d Add option to show if channel is disabled 2023-03-19 11:22:18 +01:00
Sebastian Andersson
bd90bb3a40 Add option to show min and max htlc 2023-03-04 18:58:49 +00:00
Pavol Rusnak
cd23289d4c
filter public/private in suez.py not in clients 2023-02-26 13:18:08 +01:00
Sebastian Andersson
b85e72bbeb Add option to choose which channels to select/show 2023-02-26 13:07:42 +01:00
Sebastian Andersson
45e16bf1d4 Store local channel fees in msat
In order to not loose data from fees that are not a whole number of
sats
2023-02-06 19:01:03 +01:00
Pavol Rusnak
e402edbddb
reformat sources 2022-05-04 10:40:28 +02:00
Ioan Bizău
8d6e78ec16
Use REST to connect to LND (#32)
* Use REST API for LND.

* Update README to explain lnd-rest.
2022-05-04 10:14:43 +02:00
openoms
190ada56ea
allow multiple client-args 2021-06-22 11:23:08 +01:00
Pavol Rusnak
487724a980
recover if cannot find local/remote fee policy 2021-06-13 18:08:54 +02:00
Pavol Rusnak
8f07c6f7e9
don't show remote fees by default (use --show-remote-fees) 2021-06-09 18:21:16 +02:00
Pavol Rusnak
8b4e0bb340
run black on sources 2021-06-09 13:46:30 +02:00
Karol Hosiawa
54c8501da9 Pass --client-args to lndclient.py 2021-06-09 13:14:04 +02:00
Pavol Rusnak
84e3ff3e3d
use capacity - commit_fee instead of local_balance + remote_balance 2021-06-07 17:31:52 +02:00
Pavol Rusnak
a0d43b9057
split fees into local and remote 2021-06-06 23:31:16 +02:00
Pavol Rusnak
094e952943
refactor channel fees and timestamps computation 2021-06-06 19:36:16 +02:00
Pavol Rusnak
0234e1ea77
don't use capture_output to stay compatible with Python 3.6 2021-06-05 18:27:33 +02:00
Pavol Rusnak
62398ae4c3
refactor into separate modules, untagle logic 2021-06-05 15:02:27 +02:00