Commit graph

15 commits

Author SHA1 Message Date
Oliver Gugger
63e1e5fdad
dump: include close tx and related fields
Include fields closetx, commit sig, commit height, tapscript root.

That will add the new data to the output of chantools dumpbackup.
2025-03-11 20:07:52 -03:00
Boris Nagaev
29bed90b19
multi: compile-time dependency of lnd to 0.19.0
Important notes.
 - channeldb was split to channeldb and graphdb
 - chanbackup.NewMultiFile got additional argument noBackupArchive, I pass false
 - Go updated to 1.23.6
 - golangci-lint updated to v1.64.5
2025-03-11 15:27:14 -03:00
Oliver Gugger
ad7943909f
multi: update lnd to v0.18.4-beta 2024-12-27 13:57:33 +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
a2f8a0e27e
dump+root: fix hard coded version and linter 2023-10-19 13:45:39 +02:00
bitromortac
4f083e1c1d
multi: bump to lnd version v0.17.0-beta 2023-10-16 14:26:57 +02:00
Oliver Gugger
bae1bff7e2
dump+dumpchannels: add additional debug info to channels 2023-09-16 10:22:04 +02:00
Oliver Gugger
abeca5fcd8
multi: fix linter issues 2022-07-25 12:13:05 -05:00
Oliver Gugger
aad53a2f3c
multi: update to lnd v0.15.0-beta 2022-07-18 09:23:55 +02:00
Oliver Gugger
a95f475c6a
Add closed channels to dumpchannels command 2020-08-26 12:23:59 +02:00
Oliver Gugger
338c22fc2e
Begin implementing rescuefunding command 2020-04-26 22:36:44 +02:00
Oliver Gugger
a399c2ceed
Start exporting library functions 2020-03-30 18:33:00 +02:00
Oliver Gugger
305a9dab94
Add genimportscript command 2020-02-02 17:43:30 +01:00
Oliver Gugger
543aacad35
Show correct coin type in derivation path 2020-01-06 11:28:24 +01:00
Oliver Gugger
9dc79bbaa0
Refactor dump into package 2020-01-04 22:54:03 +01:00