Skip to content

go.mod: update lnd to v0.18.3-beta#161

Merged
guggero merged 1 commit intolightninglabs:masterfrom
starius:update-lnd-v0.18.3-beta
Sep 20, 2024
Merged

go.mod: update lnd to v0.18.3-beta#161
guggero merged 1 commit intolightninglabs:masterfrom
starius:update-lnd-v0.18.3-beta

Conversation

@starius
Copy link
Contributor

@starius starius commented Sep 20, 2024

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.

@starius starius marked this pull request as ready for review September 20, 2024 03:38
Copy link
Collaborator

@guggero guggero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks for the update. Just one comment about the command descriptions that need to be re-generated.

// lndVersion is the current version of lnd that we support. This is
// shown in some commands that affect the database and its migrations.
lndVersion = "v0.18.0-beta"
lndVersion = "v0.18.3-beta"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should run make docs after changing this value.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed!

Also updated the comments in go.mod and cmd/chantools/root.go adding the instruction to run make docs after changing LND version.

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.
@starius starius force-pushed the update-lnd-v0.18.3-beta branch from 384ee41 to 223cc02 Compare September 20, 2024 12:57
Copy link
Collaborator

@guggero guggero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM 🎉

// cmd/chantools/root.go.
github.com/lightningnetwork/lnd v0.18.0-beta.1
github.com/lightningnetwork/lnd/kvdb v1.4.8
// cmd/chantools/root.go and run "make docs".
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

--maxcsvlimit uint16 maximum CSV limit to use (default 2016)
--maxnumchanstotal uint16 maximum number of keys to try, set to maximum number of channels the local node potentially has or had (default 500)
--maxnumchanupdates uint maximum number of channel updates to try, set to maximum number of times the channel was used (default 500)
--maxnumchanupdates uint maximum number of channel updates to try, set to maximum number of times the channel was used (default 1000)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like I forgot to update the docs a couple of times.

@guggero guggero merged commit 88a3a82 into lightninglabs:master Sep 20, 2024
@starius starius deleted the update-lnd-v0.18.3-beta branch September 20, 2024 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants