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
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.