Skip to content

Conversation

guggero
Copy link
Contributor

@guggero guggero commented May 17, 2021

We want to publish a version of LiT that contains lnd v0.13.0-beta soon. To make sure loopd is compile time ready for that version of lnd we need to bump the dependency version.

We also decided to make the lnd version v0.11.1-beta the oldest that's supported by lndclient, this implicitly also means we need to bump the minimum run time version of lnd to v0.11.1-beta.

Pull Request Checklist

  • Update release_notes.md if your PR contains major features, breaking changes or bugfixes

@alexbosworth
Copy link
Member

Is this a breaking change for users on lnd 0.11.0?

@guggero
Copy link
Contributor Author

guggero commented May 17, 2021

Yes, users of lnd v0.11.0-beta will need to upgrade to at least lnd v0.11.1-beta.

@guggero
Copy link
Contributor Author

guggero commented May 18, 2021

Thanks for the reviews! Please wait with merging this. I think we need some fix for the "wait for lnd to be unlocked" forward compatibility for lnd v0.13.0-beta.

guggero added 4 commits May 19, 2021 14:24
This commit bumps the _compile time_ version of lnd to v0.13.0-beta.rc2.
This does not have an effect on the user, the run time backward compatibility
will be preserved. Only the next commit will bump that minimum version.
The version v0.10.1-beta of lnd is quite old with v0.13.0-beta just
being published as RC2. Maintaining backward compatibility in the
lndclient library is quite an effort. We decided to merge the v0.11.1
branch into master meaning that all our projects now have this minimum
version requirement.
@guggero
Copy link
Contributor Author

guggero commented May 19, 2021

Updated lndclient to v0.11.1-6 which fixes the "wait for lnd to be unlocked" problem. I also added a commit that fixes the double hex encoding of the pubkey in the log. Going to re-request review for a quick sanity check.

@guggero guggero requested a review from carlaKC May 19, 2021 12:27
@guggero guggero merged commit b8e1fb8 into master May 19, 2021
@guggero guggero deleted the lnd-0.13 branch May 19, 2021 13:10
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.

4 participants