-
Notifications
You must be signed in to change notification settings - Fork 1
lnd: update from 0.19.3 to 0.20.0 #33
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
base: dev
Are you sure you want to change the base?
Conversation
WalkthroughLND version in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Possibly related PRs
Poem
Pre-merge checks and finishing touches✅ Passed checks (5 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Probably need to consider creating manual backup of old graph store, just in case. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the Lightning Network Daemon (LND) from version 0.19.3 to 0.20.0, which includes a significant architectural change migrating the graph store from KV format to native SQL, along with other improvements and bugfixes.
- Updated LND version constant from 0.19.3 to 0.20.0
- Updated SHA256 checksum for the new aarch64 binary release
- Version change propagates automatically through URL and directory path construction
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
cb88a81 to
967e9c7
Compare
Among other improvements and bugfixes, this migrates the graph store from the KV format to native SQL. https://github.com/lightningnetwork/lnd/blob/master/docs/release-notes/release-notes-0.20.0.md
967e9c7 to
dc5d88a
Compare
|
https://lightning.engineering/posts/2025-12-03-lnd-0.20-launch/
|
Among other improvements and bugfixes, this migrates the graph store from the KV format to native SQL.
https://github.com/lightningnetwork/lnd/blob/master/docs/release-notes/release-notes-0.20.0.md
Resolves nakamochi/img#5.
Summary by CodeRabbit
✏️ Tip: You can customise this high-level summary in your review settings.