github ZeusLN/zeus v13.2.1-rc1

pre-release3 hours ago
ZEUS v13.2.1

v13.2.1 Highlights:

  • LDK Node: BOLT 12 fixes
  • Boltcard fixes
  • Improved clipboard value UI
  • Further security hardening measures
  • Miscellaneous bug fixes
  • Miscellaneous UI improvements

What's Changed

  • ui: KeyValue: add copy icon and make tap copy values by @kaloudis in #4406
  • ui: Sweepremoteclosed: fix fee fetch, loading and button states by @kaloudis in #4414
  • fix(lnurl): bind paid invoice to shown metadata, amount, and safe callback by @kaloudis in #4374
  • ios: LncMobile: harden StreamingCallback against nil results by @kaloudis in #4448
  • Activity: fix crash toggling filters while a date filter is set by @kaloudis in #4447
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #4452
  • views: Bolt12Address: copy + QR with Address and Offer tabs by @kaloudis in #4445
  • Warn before adding a cleartext HTTP Cashu mint by @kaloudis in #4375
  • Currency Converter: fix keyboard dismissing after every keystroke by @kaloudis in #4446
  • fix(swaps): verify reverse-swap invoice before it can be paid by @kaloudis in #4309
  • refactor: move Receive payment watchers into backend classes by @kaloudis in #4312
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #4453
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #4454
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #4467
  • fix(nwc): stop returning the invoice as a cashu payment preimage by @kaloudis in #4463
  • views: don't gate LNURL withdraws on wallet balance by @kaloudis in #4473
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #4476
  • fix(security): harden Cashu proof db at rest and on delete by @kaloudis in #4376
  • fix(cashu): describe the cashu seed by where it actually came from by @kaloudis in #4461
  • fix(nwc): mask the connection string like every other credential by @kaloudis in #4464
  • fix(swaps): stop overwriting a swap's state with an HTTP status code by @kaloudis in #4465
  • SyncStore: estimate chain tip from node headers when mempool instance is unreachable by @kaloudis in #4407
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #4478
  • deps: consolidate nostr stack on nostr-tools 2.23.3 by @kaloudis in #4313
  • fix(backends): anchor the WebSocket scheme rewrite to the scheme by @kaloudis in #4466
  • fix: warn before sending node credentials over cleartext HTTP by @kaloudis in #4363
  • Require re-authentication before revealing wallet seed by @kaloudis in #4352
  • Embedded LND restore: don't wipe seed when backing out of SCB entry by @kaloudis in #4304
  • fix: encrypt node-config exports with AES-256-GCM, drop plaintext variant by @kaloudis in #4378
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #4479
  • fix(security): save rescue key via system save dialog, purge legacy plaintext exports by @kaloudis in #4373
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #4484
  • components: sync accessibilityState of wallet rows by @TheSeydiCharyyev in #4433
  • fix(nwc): prevent deletion race during in-flight pay_invoice by @ajaysehwal in #4443
  • fix(nwc): hold NWC budget for late-settling pays by @ajaysehwal in #4435
  • config: default LDK RGS servers to v2 endpoints by @kaloudis in #4475
  • fix: pin reviewed invoice so a swapped payment string can't be paid by @kaloudis in #4362
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #4496
  • Clarify hold invoice cancellation errors by @newmattock in #4085
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #4498
  • refactor: deduplicate FAILURE_REASON locale-key maps (#4490) by @ajaysehwal in #4499
  • components: extract shared swipeable wallet row shell by @TheSeydiCharyyev in #4501
  • Cashu: restore freshest Nostr mint backup, gate on stored timestamp floor by @kaloudis in #4370
  • fix(nwc): guard updateConnection against in-flight handler races by @ajaysehwal in #4500
  • backends: don't show read-only badge when LNC connection fails by @kaloudis in #4509
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #4519
  • Show status for unconfirmed on-chain transactions by @kaloudis in #4459
  • ldk-node: bump to v0.7.0-zeus-rl-0.2.5 (rust-lightning v0.2.5 security fixes) by @kaloudis in #4489
  • views: NWC: show in-flight wait on delete/regenerate by @ajaysehwal in #4520
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #4529
  • [Transifex] Updates for project ZEUS by @transifex-integration[bot] in #4530
  • fix(nfc): add remaining URI schemes to NDEF_DISCOVERED filter by @kaloudis in #4517
  • lndmobile: make EGS graph reset non-destructive, repair bricked graph DBs by @kaloudis in #4528

New Contributors

Full Changelog: v13.2.0-rc1...v13.2.1-rc1

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-v13.2.1-rc1.txt and manifest-v13.2.1-rc1.txt.sig are in the current directory) with:

gpg --verify manifest-v13.2.1-rc1.txt.sig manifest-v13.2.1-rc1.txt

You should see the following if the verification was successful:

gpg: Signature made Mon Aug 31 13:33:28 2026 EDT
gpg:                using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg:                issuer "zeusln@tutanota.com"
gpg: Good signature from "Zeus LN <zeusln@tutanota.com>"
gpg:                 aka "ZEUS Support <support@zeusln.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-v13.2.1-rc1.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.

Android fingerprint

Users verifying the release on an Android device can check against the key fingerprint below using AppVerifier. This fingerprint can also be found on our website here.

SHA1: 32:06:3C:97:96:38:0D:99:EE:4A:CB:B8:1E:2A:6F:27:FD:66:8E:C1
  SHA256: 2A:F8:E2:0A:C9:44:57:67:CB:D4:4E:D8:4D:BB:FC:33:C6:C9:82:48:89:7C:4F:84:3C:42:C2:76:5C:4A:D3:BA
Signature algorithm name: SHA256withRSA
Subject Public Key Algorithm: 2048-bit RSA key
Version: 3

External links

ZEUS documentation
PGP Key

Android

arm64-v8a APK
Universal APK
Manifest
Manifest Signature

iOS

Apple TestFlight
IPA

Don't miss a new zeus release

NewReleases is sending notifications on new releases.