-
Notifications
You must be signed in to change notification settings - Fork 121
Prepare for lnd v0.13.0 and upcoming LiT version #388
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
Conversation
Is this a breaking change for users on lnd 0.11.0? |
Yes, users of |
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 |
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.
Updated |
We want to publish a version of LiT that contains
lnd v0.13.0-beta
soon. To make sureloopd
is compile time ready for that version oflnd
we need to bump the dependency version.We also decided to make the
lnd
versionv0.11.1-beta
the oldest that's supported bylndclient
, this implicitly also means we need to bump the minimum run time version oflnd
tov0.11.1-beta
.Pull Request Checklist
release_notes.md
if your PR contains major features, breaking changes or bugfixes