Commit graph

121 commits

Author SHA1 Message Date
Pavol Rusnak
0c76c180b5
improve readme 2026-03-12 22:48:50 +01:00
Pavol Rusnak
29f58261ff
downgrade requirements to python 3.10 2026-03-07 15:24:29 +01:00
Alessandro Riva
3ab104eba8 feat: use uv instead of poetry 2026-03-07 15:20:59 +01:00
feelancer21
8f29314bb8 Use scid for lncli 0.19+, fallback to chan_id for older versions 2025-09-28 23:00:33 +02:00
Borsche
4b2a4ff187 fix to accomodate CLN v24 separation of listpeers/listpeerchannels 2025-01-19 13:32:37 +01:00
Borsche
d055a1f8b4 fix field naming for CLN 23.05 release and a typo 2023-05-26 15:40:10 +02:00
Pavol Rusnak
44d193d924
use f-strings where possible 2023-03-26 15:54:11 +02:00
Pavol Rusnak
60bae54aa7
fix issues found by flake 2023-03-26 15:40:14 +02:00
Pavol Rusnak
b60afd74b3
refactor list search in terminal_web.py 2023-03-26 15:36:31 +02:00
Sebastian Andersson
13e877ecf8 Add option to show good peers
Using data from Lightning Terminal
2023-03-26 15:29:06 +02:00
Sebastian Andersson
c79c93fd43 Use setchannel CLN command 2023-03-24 17:41:38 +01:00
Sebastian Andersson
1478da7ca3 Fix response parsing issues with CLN 2023-03-24 11:35:16 +01: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
0b44f0818a
handle zero channels 2023-02-26 13:22:20 +01:00
Pavol Rusnak
5ba9996b11
isort lndrestclient 2023-02-26 13:18:08 +01: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
Pavol Rusnak
297786cb32
run black formatter 2023-02-06 19:03:15 +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
bcfd3502ac
update ln scores url (again) 2022-09-19 23:05:56 +02:00
Pavol Rusnak
7f2fdf45e5
update ln scores url 2022-09-11 01:06:35 +02:00
Borsche
7af807d17c Add forwarding stats option to CLN output parsing 2022-07-06 10:41:48 +02:00
Pavol Rusnak
b75c46291d
enable auto_envvar_prefix=SUEZ 2022-05-27 21:19:11 +02:00
Pavol Rusnak
5d8ed6660c
add sane defaults for lndrestclient 2022-05-27 10:08:31 +02:00
Pavol Rusnak
e402edbddb
reformat sources 2022-05-04 10:40:28 +02:00
Pavol Rusnak
9aa4020d56
fix: correctly handle multiple channels with CLN (#36) 2022-05-04 10:38:35 +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
Pavol Rusnak
335d43029c
fix score loading 2021-10-21 17:34:35 +02:00
Pavol Rusnak
c19cedb715
fix style 2021-07-27 22:01:50 +02:00
mb300sd
639121b457
Fix IndexError: list index out of range in clnclient.py (#27) 2021-07-27 21:58:13 +02:00
Pavol Rusnak
69c5c04b58
Merge pull request #26 from mb300sd/fixes
Latest c-lightning no longer has last_tx_fee, but does have last_tx_f…
2021-07-27 10:26:55 +02:00
mb300sd
c8451b845c
Latest c-lightning no longer has last_tx_fee, but does have last_tx_fee_msat 2021-07-27 01:51:10 -04:00
Pavol Rusnak
bbf366572a
allow to set zero base_fee 2021-07-13 14:41:53 +02:00
Pavol Rusnak
d943cc1094
we don't want to divide by zero 2021-07-07 12:48:06 +02:00
Pavol Rusnak
1ce0794003
add --show-chan-ids option 2021-07-06 16:23:01 +02:00
Pavol Rusnak
4117b0840c
use first 8 bytes of pubkey if alias is empty 2021-07-04 19:21:23 +02:00
Pavol Rusnak
701fed15af
show full inbound/outbound/scores 2021-07-03 20:47:33 +02:00
Pavol Rusnak
67620b2601
show number of channels 2021-07-03 13:20:02 +02:00
Pavol Rusnak
9606f52eed
make scores optional via --show-scores argument
we make this feature optional, because this makes a request
to external server which will leak the IP address of the node
if run locally
2021-07-03 12:31:14 +02:00
Pavol Rusnak
bbbfff5177
fix last commit 2021-07-03 12:25:52 +02:00
Pavol Rusnak
d6b3636101
Merge pull request #22 from lukedevj/problem-cannot-specify
Problem: "Crashing the Software".
2021-07-03 12:21:35 +02:00
Luke Pavksy
e72a53ea06
Fixed: "Cannot specify ',' with 's'". 2021-07-02 22:56:38 -03:00
Pavol Rusnak
7569609e28
add info on top 2021-07-02 15:06:40 +02:00
Pavol Rusnak
357436078d
refactor table creation to separate function 2021-07-02 12:54:20 +02:00
Pavol Rusnak
dbb051c82d
merge opener column into alias column 2021-07-02 09:48:36 +02:00
Pavol Rusnak
3e68d1d023
use new ln-score 2021-07-02 00:36:55 +02:00
Pavol Rusnak
1296a8fd17
add bos score 2021-07-01 17:38:44 +02:00
Pavol Rusnak
8f8f25b2ed
add donate via amp 2021-06-28 23:47:31 +02:00
Pavol Rusnak
633193184a
explain how to add multiple arguments in the readme 2021-06-28 13:36:25 +02:00