Skip to content

v0.9.0-beta3

Pre-release
Pre-release
Compare
Choose a tag to compare
@kaloudis kaloudis released this 21 Jul 14:45
· 172 commits to master since this release
16785e9

v0 9 0-beta3

v0.9.0 Highlights

  • Our brand new Purchase channels in advance service,
  • A new interface for Core Lighting users: CLNRest, which is officially supported by the Core Lightning team
  • Hardware wallet / signing device support, allowing users to craft on-chain transactions, and open and close channels to and from popular hardware wallets such as:
    - Coldcard Q
    - Foundation Passport
    - Seedsigner
    - Krux
    - Keystone Pro 3
    - and many others
  • Watch-only account import (xpub)
  • Batch channel opens + transactions
  • Close channels to external addresses
  • Pending HTLCs view
  • A new swipe to pay component for invoices >= 10,000 sats
  • A new layout that makes for quicker one-handed invoice scanning
  • A new, more performant camera

What's Changed

  • Add CLNRest node type to PULL_REQUEST_TEMPLATE.md by @newtonick in #2296
  • [BugFix] CLNRest Backend Fix for paid invoices by @newtonick in #2295
  • CLNRest: add QR format by @kaloudis in #2294
  • [Transifex] Updates for project ZEUS by @transifex-integration in #2293

Full Changelog: v0.9.0-beta2...v0.9.0-beta3

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:https://keys.openpgp.org --recv-keys 96C225207F2137E278C31CF7AAC48DE8AB8DEE84

Once you have his PGP key you can verify the release (assuming manifest-v0.9.0-beta3.txt and manifest-v0.9.0-beta3.txt.sig are in the current directory) with:

gpg --verify manifest-v0.9.0-beta3.txt.sig manifest-v0.9.0-beta3.txt

You should see the following if the verification was successful:

gpg: Signature made Sun Jul 21 10:33:58 2024 EDT
gpg:                using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg:                issuer "[email protected]"
gpg: Good signature from "Zeus LN <[email protected]>" [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.9.0-beta3.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

iOS

Apple TestFlight
IPA