Thanks for joining the ZEUS v0.11 preview.
Notes:
- Cashu wallets are tied to Embedded LND wallets. Enable under Settings > Ecash
- Other wallet types can still sweep funds from Cashu tokens
- ZEUS Pay now supports Cashu address types. You can switch between Zaplocker, Cashu, and NWC mode but can only use one at a time.
- Atomic swaps are not featured in this build. Stay tuned!
If you're already on TestFlight, you may have to remove ZEUS from your TestFlight app before joining the new group.
Let us know if you have any feedback! Thank you.
What's Changed
- [Transifex] Updates for project ZEUS by @transifex-integration in #3018
- ChannelsFilter: Prevent auto correction in SearchBar by @myxmaster in #2924
- Channel and peer connection error clearing in UI by @cherry-1729-9090 in #3021
- ZEUS-2992: feat: Implement automatic Cashu mint sweeping based on threshold by @kaloudis in #3014
- refactor: Stores by @kaloudis in #3026
- fix: menu BackendUtils.supportOffers() is async by @ajaysehwal in #3022
- refactor: Cashu robustness by @kaloudis in #3029
- feat: new Cashu seed format + BIP-39 export by @kaloudis in #3032
- fix: LND: custom route hints channel ID by @myxmaster in #3028
- fix: Item pricing in Square POS mode by @kaloudis in #3033
- [Transifex] Updates for project ZEUS by @transifex-integration in #3027
- App startup wallet selection by @cherry-1729-9090 in #3003
New Contributors
- @cherry-1729-9090 made their first contribution in #3021
Full Changelog: v0.11.0-alpha3...v0.11.0-alpha4
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.11.0-alpha4.txt
and manifest-v0.11.0-alpha4.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.11.0-alpha4.txt.sig manifest-v0.11.0-alpha4.txt
You should see the following if the verification was successful:
gpg: Signature made Sun May 11 12:00:02 2025 EDT
gpg: using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg: issuer "zeusln@tutanota.com"
gpg: Good signature from "Zeus LN <zeusln@tutanota.com>"
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.11.0-alpha4.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
Android
Universal APK
arm64-v8a APK
Manifest
Manifest Signature