v0.8.0 Highlights
- Embedded LND node
- OLYMPUS by ZEUS 0-conf channel service
- ZEUS PAY self-custodial lightning addresses, using Zaplocker
- Simple Taproot Channels
- Contact book
New in beta5
- LND v0.17.2
- Dynamic LSP fees
- Tap to enlarge QRs
- New sending lightning animation
- Express Graph Sync on by default
- Updated default LN fee limits
- Removed 50k onboarding limit
- Onboarding improvements
- UI improvements
What's Changed
- QR selector: removed circle and adjusted colors by @myxmaster in #1852
- PaidIndicator: changed color for better contrast by @myxmaster in #1853
- Receive: copy invoice button instead of copy address when receiving dust by @myxmaster in #1854
- LNDHub: Use 'Loading your account' while starting by @shubhamkmr04 in #1847
- Send: Remove leading and trailing space chars from text input for destination by @myxmaster in #1848
- Embedded node: add additional restore warning by @kaloudis in #1856
- CollapsedQR: Tap to enlarge QR by @myxmaster in #1850
- LnurlPay: Fixed Margin by @shubhamkmr04 in #1855
- New fee limit defaults and behavior by @kaloudis in #1857
- Several minor improvements by @myxmaster in #1860
- LSP: add fee id by @kaloudis in #1851
- ZEUS PAY: display error to user when preimage not found on device by @kaloudis in #1874
- Revamp onboarding by @kaloudis in #1873
- Embedded node: LND v0.17.2-beta-zeus by @kaloudis in #1875
- Fix updating colors on theme change by @myxmaster in #1870
- Version bump: v0.8.0-beta5 by @kaloudis in #1879
Full Changelog: v0.8.0-beta4...v0.8.0-beta5
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:
gpg --keyserver hkps://keys.openpgp.org --recv-keys 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
Once you have his PGP key you can verify the release (assuming manifest-v0.8.0-beta5.txt
and manifest-v0.8.0-beta5.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.8.0-beta5.txt.sig manifest-v0.8.0-beta5.txt
You should see the following if the verification was successful:
gpg: Signature made Mon Nov 27 20:03:56 2023 EST
gpg: using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg: issuer "zeusln@tutanota.com"
gpg: Good signature from "Zeus LN <zeusln@tutanota.com>" [ultimate]
That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:
cat manifest-v0.8.0-beta5.txt
One can use the shasum -a 256 <file name here>
tool in order to re-compute the sha256
hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.
External links
Blog post
ZEUS documentation
PGP Key
Android
Universal APK
arm64-v8a APK
Manifest
Manifest Signature