Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update to lnd 0.17.0 #536

Merged
merged 2 commits into from
Oct 4, 2023
Merged

build: update to lnd 0.17.0 #536

merged 2 commits into from
Oct 4, 2023

Conversation

Roasbeef
Copy link
Member

The latest version of btcd had an API change that we adapt to in our logic for merkle tree verification.

Copy link
Member

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

LGTM 🎉

Copy link
Member

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

Did the same bump in all other projects to prepare, noticed two things that we need to bump to propagate to litd in the end.

go.mod Outdated Show resolved Hide resolved
go.mod Outdated Show resolved Hide resolved
The latest version of btcd had an API change that we adapt to in our
logic for merkle tree verification.

We also update aperture and lndclient.
@guggero
Copy link
Member

guggero commented Oct 4, 2023

The unknown database backend is coming from Aperture, due to the version bump. Just need to apply the following diff:

diff --git a/itest/aperture_harness.go b/itest/aperture_harness.go
index df341aea..95500363 100644
--- a/itest/aperture_harness.go
+++ b/itest/aperture_harness.go
@@ -42,7 +42,8 @@ func NewApertureHarness(t *testing.T, port int) ApertureHarness {
                Authenticator: &aperture.AuthConfig{
                        Disable: true,
                },
-               Etcd: &aperture.EtcdConfig{},
+               DatabaseBackend: "sqlite",
+               Sqlite:          aperture.DefaultSqliteConfig(),
                HashMail: &aperture.HashMailConfig{
                        Enabled:               true,
                        MessageRate:           time.Millisecond,

@Roasbeef Roasbeef merged commit f22fa1a into main Oct 4, 2023
14 checks passed
@guggero guggero deleted the lnd-0-17 branch October 5, 2023 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants