In this release, we add auto-swaps to ensure you can always receive payments, an onchain transaction list to the node page, and we've redesigned the friends and family into a new page for sub-wallets. Plus, many other minor improvements, bug fixes, and dependency updates, including the latest LDK update which includes important fixes to a few rare issues.
Hotfix 1.17.1
In this hotfix we fix an issue that channels opened with an LSP can only receive up to 10% of the channel size in a single payment. We also set a default VSS server URL so that self-hosted hubs with Pro activated can enable VSS.
Verifying the Release
In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:
curl https://raw.githubusercontent.com/getalby/hub/master/scripts/keys/rolznz.asc | gpg --import
Once you have the required PGP keys, you can verify the release (assuming manifest.txt.asc
and manifest.txt
are in the current directory) with:
gpg --verify manifest.txt.asc manifest.txt
You should see the following if the verification was successful:
gpg: Signature made Wed Jan 8 11:56:42 2025 +07
gpg: using RSA key 5D92185938E6DBF893DCCC5BA5EABD8835092B08
gpg: Good signature from "Roland Bewick <roland.bewick@gmail.com>" [ultimate]
That will verify the signature of the manifest file, which ensures integrity and authenticity of the archive you've downloaded locally containing the binaries. Next, depending on your operating system, you should then re-compute the sha256
hash of the archive:
shasum -a 256 <filename>
Compare the hash with the one in the manifest file and ensure they match exactly.
What's Changed
New features:
- feat: add defaults for avatar and name in sidebar by @im-adithya in #1311
Fixes
- fix: filter apps from "App of the Day" widget by @im-adithya in #1316
- fix: allow receiving 100% of channel size for new incoming channels by @rolznz in #1327
- fix: set default vss url to allow enabling vss on self-hosted hubs by @rolznz in #1328
Misc
- chore: fix typo by @studystill in #1315
New Contributors
- @studystill made their first contribution in #1315
Full Changelog: v1.17.0...v1.17.1