github ZeusLN/zeus v0.10.0-alpha1

pre-releaseone day ago

zeus-x

v0.10.0 Highlights

  • Renewable channels
  • NWC client support
  • Developer tools
  • chantools: sweepremoteclosed

What's Changed

  • Allow 'Enter' key usage in SetPassword by @myxmaster in #2774
  • Payment path: Display 'Unknown' if backend throws or needs >10s to retrieve node alias by @myxmaster in #2783
  • Remove default tip of 21% for pos custom tip by @myxmaster in #2712
  • Activity: Hide memos/keysend messages and notes when lurker mode is enabled by @myxmaster in #2782
  • fix mispelled license by @pony-montana in #2795
  • [Transifex] Updates for project ZEUS by @transifex-integration in #2792
  • Fonts: fix PP Neue Montreal by @myxmaster in #2796
  • Wallet configuration: Fix minor layout issues by @myxmaster in #2793
  • Activity: fix removing LNC listeners by @myxmaster in #2789
  • improved UX and error handling for wallet configuration by @myxmaster in #2594
  • Keypad pan: smaller delete icon by @myxmaster in #2800
  • Keypad Pane: Long press "delete" icon to reset amount by @myxmaster in #2799
  • ZEUS-2798: UTXO Consolidation Transaction Not Working by @kaloudis in #2803
  • POS: Use placeholders instead of "real" 0 value for Tax percentage and Product Price by @myxmaster in #2797
  • [Transifex] Updates for project ZEUS by @transifex-integration in #2801
  • Fix payments settings getting reset to default by @myxmaster in #2806
  • LSPS7: Channel lease extensions by @kaloudis in #2720
  • Create Developer Tools by @myxmaster in #2734
  • Use spread operator for updateSettings() by @myxmaster in #2808
  • ZEUS-2804: persistent back up your funds' warning in homescreen by @kaloudis in #2805
  • [Transifex] Updates for project ZEUS by @transifex-integration in #2809
  • Embedded LND: chantools: sweepremoteclosed by @kaloudis in #2102
  • Rephrase "In advance channel purchase" to "Channel lease purchase" by @myxmaster in #2817
  • Missing 'Tools' locale string by @myxmaster in #2816
  • Replace polling in expressGraphSync() with reactive handler by @myxmaster in #2818
  • [Transifex] Updates for project ZEUS by @transifex-integration in #2814
  • Backend: Nostr Wallet Connect by @kaloudis in #2776
  • [Transifex] Updates for project ZEUS by @transifex-integration in #2820

New Contributors

Full Changelog: v0.9.5...v0.10.0-alpha1

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.10.0-alpha1.txt and manifest-v0.10.0-alpha1.txt.sig are in the current directory) with:

gpg --verify manifest-v0.10.0-alpha1.txt.sig manifest-v0.10.0-alpha1.txt

You should see the following if the verification was successful:

gpg: Signature made Sun Feb  9 12:32:57 2025 EST
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.10.0-alpha1.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

iOS

Apple Open Alpha TestFlight

A note on channel renewals for remote users

Channel renewals are supported for all LND users: those who use ZEUS' built-in wallet and those who connect to remote LND nodes.
The built-in wallet is configured by default to work with the channel renewal protocol, however, remote users need to either build LND with the dev tag or add the following to their config:

[protocol]
protocol.custom-message=37913

We are working to submit a code change that makes this configuration unnecessary in future releases of LND.

Don't miss a new zeus release

NewReleases is sending notifications on new releases.