Commit graph

17 commits

Author SHA1 Message Date
Oli
4da5b6f212
root+doc: add --testnet4 flag 2026-03-04 07:04:29 +01:00
Oli
c3a8a594f4
doc: re-generate docs after adding --resultsdir param 2025-10-21 21:28:28 +02:00
Oliver Gugger
168d1cb348
root: allow disabling log file 2025-07-14 10:35:06 +02:00
Oliver Gugger
343cb8dafc
doc+root: generate docs, bump version to v0.13.6 2025-02-10 10:36:29 +01:00
Oliver Gugger
ff331d3a92
cmd+doc: fix typo 2024-12-27 12:44:28 +01:00
Oliver Gugger
5c15eae2cb
root+doc: change default API server to api.node-recovery.com
The blockstream API is too unstable or blocks users after too few
requests. This commit changes the default API server to
api.node-recovery.com (hosted by guggero).
2024-10-28 13:18:12 +01:00
Boris Nagaev
223cc02de1
go.mod: update lnd to v0.18.3-beta
Also updated versions of modules inside LND repo (lnd/sqldb etc) to the versions
used by v0.18.3-beta.

Fixed few build errors caused by changes in APIs.

Ran "make docs" and updated the comments in go.mod and cmd/chantools/root.go
adding the instruction to run "make docs" after changing LND version.
2024-09-20 09:55:50 -03:00
Oliver Gugger
71b824e105
README+doc: update all docs 2024-03-27 18:22:50 +01:00
Oliver Gugger
7e3ea44fd4
multi: standardize address checks 2024-01-04 09:23:12 +01:00
Oliver Gugger
5cf7fd60c4
multi: clean up after PRs 2023-12-29 09:35:38 +01:00
Oliver Gugger
909163b260
doc: update after adding signet 2023-09-18 15:09:44 +02:00
sputn1ck
4b804f7024
multi: fix overflow on feerate
As we multiply the feerate by 1000, if the uint16 feerate is set higher
than 66 we would encounter an overflow and as such we could never
have a higher feerate than 65.
2023-06-02 10:27:22 +02:00
Oliver Gugger
3d4c5c359e
multi: bump lnd channeldb version to v0.15.1-beta 2022-09-11 19:21:18 +02:00
Oliver Gugger
af356685c1
zombierecovery: add new commands for zombie channel recovery 2021-05-02 21:30:31 +02:00
Oliver Gugger
f78b4e07b7
multi: remove optional --rootkey flag from examples 2021-05-02 17:44:54 +02:00
Oliver Gugger
e6fcb580a3
doc+cmd: generate description from commands 2021-01-01 13:02:16 +01:00
Oliver Gugger
caf4da51c6
doc: generate docs with cobra 2021-01-01 13:02:16 +01:00