Commit Graph

88 Commits

Author SHA1 Message Date
rkfg
b3f22da7ca Update README 2022-10-29 00:42:23 +03:00
rkfg
f37db52009 Add node cache info 2022-10-29 00:37:05 +03:00
rkfg
be60dd99c8 Store node info timestamp to cache file
Last update isn't updated often for many nodes which makes cache
useless. Instead, we now save the last info retrieval timestamp with
it. The existing cache will be invalidated due to the structure change.
2022-10-29 00:33:47 +03:00
rkfg
f15046dd19 Move the installation section of README higher 2022-10-27 09:55:06 +03:00
rkfg
74bd1d3d80 Fix node cache filename CLI parameter name
and also expand README slightly.
2022-10-27 09:51:06 +03:00
rkfg
2895c1b705 Update readme 2022-10-22 16:52:56 +03:00
rkfg
ec3b0ee698 Merge cache, expire node individually 2022-10-22 15:55:09 +03:00
rkfg
b30dd5c9a3 Add node cache 2022-10-22 15:21:47 +03:00
rkfg
cbc663b9f5 Better error logging function 2022-10-22 15:19:19 +03:00
rkfg
0828ae9275 Report unusual probe errors 2022-10-22 14:45:26 +03:00
rkfg
6d09e7376e Show final fee ppm on success 2022-10-22 14:45:10 +03:00
rkfg
a1d0e56f6b Fix <1 sat fee formatting 🤦‍♂️ 2022-10-22 14:43:19 +03:00
rkfg
080f0c7f93
Merge pull request #15 from ziggie1984/show_ppm 2022-10-22 14:29:06 +03:00
rkfg
465b61829c Validate excluded node ids 2022-10-15 15:59:31 +03:00
rkfg
fc246d16bc
Merge pull request #14 from ziggie1984/econ_ratio_max_ppm 2022-10-15 15:21:35 +03:00
ziggie
baef3dfa6a
show ppm in addition to sats 2022-10-12 17:35:32 +02:00
ziggie
915aac7d89
add econ-max-fee-ppm 2022-10-12 17:31:50 +02:00
ziggie
ff1ae5828c
add scid and change uint64 to string arrays 2022-10-12 13:20:51 +02:00
rkfg
14faea3be9
Merge pull request #12 from rkfg/rel_amount 2022-10-10 18:30:16 +03:00
rkfg
42f7a74834 Fix min amount when amount isn't specified 2022-10-10 16:07:18 +03:00
rkfg
3b09a19b37 Remove channel ids from invoice description
It's no longer accurate anyway and never was
because invoices were reused.
2022-10-09 14:14:23 +03:00
rkfg
d663b21b86 Add invoice cache 2022-10-09 14:06:12 +03:00
rkfg
b0946995dd Validate relative/absolute amounts 2022-10-09 01:36:28 +03:00
rkfg
e41698d7d2 Add relative source/target amounts, part of #3 2022-10-08 18:31:02 +03:00
rkfg
19c2304bc3 Add missing TOML options 2022-10-08 18:15:12 +03:00
rkfg
b806360d46 Skip channel pairs with same remote pk 2022-10-08 17:00:55 +03:00
rkfg
2e3f0183d4
Merge pull request #11 from ziggie1984/pr_issue_7 2022-10-08 15:40:41 +03:00
ziggie
a17aa15a92
add --from and --to as array to select more than one channel 2022-10-08 14:31:45 +02:00
rkfg
5c001d0d4f Format msat fees 2022-10-02 14:52:22 +03:00
rkfg
a53863e7f3 Show argument parse errors 2022-10-02 14:41:09 +03:00
rkfg
73bc04ae21 Add allow unbalance options 2022-10-01 18:37:56 +03:00
rkfg
71103e9448 Add fee limit ppm 2022-10-01 18:06:44 +03:00
rkfg
872e073cb8 Skip routes with negative max fees 2022-10-01 17:30:33 +03:00
rkfg
1cd50471ab Update README.md 2022-10-01 16:14:48 +03:00
rkfg
4a45b7a23c Add lost profits accounting, fixes #2 2022-10-01 16:02:19 +03:00
rkfg
974e938313
Merge pull request #1 from ziggie1984/toml_support 2022-09-30 09:30:43 +03:00
ziggie
2ed32f0fbe
renaming to .sample 2022-09-29 18:07:51 +02:00
ziggie
8f108a2376
complementing all options to be referred to by the same name 2022-09-29 18:03:23 +02:00
ziggie
1b7c910489
rename config.toml 2022-09-29 17:58:06 +02:00
ziggie
d0a5e82dd1
add toml support 2022-09-28 17:08:32 +02:00
rkfg
6f381ae310 Fix from channel selection logic 2022-09-26 16:56:23 +03:00
rkfg
869fcdb466 Respect min amount when picking channels 2022-09-11 17:36:10 +03:00
rkfg
8e4521e033 Prevent failure index underflow 2022-09-09 19:16:18 +03:00
rkfg
4a84505a83 Add short option for ratio 2022-09-06 15:45:40 +03:00
rkfg
c33adeea59 Update deps 2022-09-05 00:48:57 +03:00
rkfg
788f2b6bf7 Reset failed routes once 2022-09-03 03:50:00 +03:00
rkfg
cc815a60b5 Ban failed routes for 5 minutes instead of hour 2022-08-27 19:13:09 +03:00
rkfg
a06a5b9381 Fix typo 2022-08-27 19:12:53 +03:00
rkfg
6e90770991 Optimize channel pair selection 2022-08-27 17:40:27 +03:00
rkfg
440c6bd113 Prevent crash on failed hop index out of range 2022-08-26 12:24:08 +03:00