Releases: ZeusLN/zeus
v0.9.1-beta2
v0.9.1 Highlights
- LND: BOLT 11 blinded paths
- LND: spend full UTXOs
- LND: Inbound routing fees
- Rescans for external wallets
- Simplified open channel UX
- Linked contacts showing in
Channel
view - LNDHub: dismiss custodial warning
- POS: add option to default to
Keypad
view - View on-chain address list
What's Changed
- [Transifex] Updates for project ZEUS by @transifex-integration in #2446
- Fix default inbound fees bug by @shubhamkmr04 in #2448
- Receive: Blinded Paths: turn off and disable AMP and Route Hints by @kaloudis in #2450
- Lockscreen: include back button when in POS mode by @kaloudis in #2449
Full Changelog: v0.9.1-beta1...v0.9.1-beta2
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.9.1-beta2.txt
and manifest-v0.9.1-beta2.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.9.1-beta2.txt.sig manifest-v0.9.1-beta2.txt
You should see the following if the verification was successful:
gpg: Signature made Wed Oct 2 20:59:47 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.1-beta2.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
iOS
v0.9.1-beta1
v0.9.1 Highlights
-
LND: BOLT 11 blinded paths
-
LND: spend full UTXOs
-
LND: Inbound routing fees
-
Rescans for external wallets
-
Simplified open channel UX
-
Linked contacts showing in
Channel
view -
LNDHub: dismiss custodial warning
-
POS: add option to default to
Keypad
view -
View on-chain address list
What's Changed
- [Transifex] Updates for project ZEUS by @transifex-integration in #2360
- Bump elliptic from 6.5.4 to 6.5.7 in /zeus_modules/@lightninglabs/lnc-core by @dependabot in #2361
- Bump micromatch from 4.0.5 to 4.0.8 in /zeus_modules/@lightninglabs/lnc-rn by @dependabot in #2362
- handleAnything: Fix lnaddress with onion domain by @shubhamkmr04 in #2346
- Settings: Flow LSP: request Simple Taproot Channels by default by @kaloudis in #1999
- ContactStore by @shubhamkmr04 in #2283
- Bump webpack from 5.76.0 to 5.94.0 in /zeus_modules/@lightninglabs/lnc-core by @dependabot in #2385
- Link Channel to the stored contacts by @shubhamkmr04 in #2299
- Bump micromatch from 4.0.5 to 4.0.8 in /zeus_modules/@lightninglabs/lnc-core by @dependabot in #2386
- Bump micromatch from 4.0.7 to 4.0.8 by @dependabot in #2387
- Send: Using ContactStore to fetch contacts by @shubhamkmr04 in #2376
- Loading contacts only when the wallet is connecting by @shubhamkmr04 in #2393
- Sending Lightning: always display Try Again button on error by @kaloudis in #2381
- Open Channel view enhancements by @kaloudis in #2348
- SendingLightning: Display payment paths after successful lightning payment by @shubhamkmr04 in #2345
- [Transifex] Updates for project ZEUS by @transifex-integration in #2383
- ZEUS-2382: Channels: clean up capacity labels by @kaloudis in #2388
- ZEUS-2189: Node Configuration: some buttons should be labels by @kaloudis in #2366
- Embedded LND: v0.18.3-beta-zeus by @kaloudis in #2413
- POS: Option to change default view by @shubhamkmr04 in #2395
- Add modal to dismiss custodial wallet warning by @shubhamkmr04 in #2394
- Display Notes on Activity view by @shubhamkmr04 in #2292
- [Transifex] Updates for project ZEUS by @transifex-integration in #2412
- Bump serve-static from 1.15.0 to 1.16.2 by @dependabot in #2418
- [Transifex] Updates for project ZEUS by @transifex-integration in #2417
- Bump serve-static from 1.15.0 to 1.16.2 in /zeus_modules/@lightninglabs/lnc-rn by @dependabot in #2419
- ZEUS-2371: LND v0.18.3: blinded paths for BOLT 11 by @kaloudis in #2414
- [Transifex] Updates for project ZEUS by @transifex-integration in #2420
- [Transifex] Updates for project ZEUS by @transifex-integration in #2424
- ZEUS-2396: External accounts: don't pass in preferred address type on new address call by @kaloudis in #2426
- Embedded Node: Optimize Neutrino Peers: Asia by @kaloudis in #2427
- Inbound routing fees by @shubhamkmr04 in #2354
- [Transifex] Updates for project ZEUS by @transifex-integration in #2428
- [Transifex] Updates for project ZEUS by @transifex-integration in #2431
- [Transifex] Updates for project ZEUS by @transifex-integration in #2432
- [Transifex] Updates for project ZEUS by @transifex-integration in #2434
- Error screen redesign by @kaloudis in #2105
- Close Channel: Force Close: fee rate fix by @kaloudis in #2429
- ZEUS-2106: LND: spend entire UTXO in on-chain TX by @kaloudis in #2416
- HWW/External accounts: rescan for existing funds by @kaloudis in #2307
- [Transifex] Updates for project ZEUS by @transifex-integration in #2439
- Bug Fix: Prevent Currency input to display '0' when it is empty by @shubhamkmr04 in #2438
- Import Account: make count of addresses to generate user configurable by @kaloudis in #2440
- New screen: On-chain addresses by @myxmaster in #2242
- [Transifex] Updates for project ZEUS by @transifex-integration in #2442
Full Changelog: v0.9.0...v0.9.1-beta1
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.9.1-beta1.txt
and manifest-v0.9.1-beta1.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.9.1-beta1.txt.sig manifest-v0.9.1-beta1.txt
You should see the following if the verification was successful:
gpg: Signature made Sun Sep 29 19:24:52 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.1-beta1.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
iOS
v0.9.0
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
- Bump protobufjs from 7.2.4 to 7.2.5 by @dependabot in #2121
- Add ability to select node on start-up by @kaloudis in #2116
- [Transifex] Updates for project ZEUS by @transifex-integration in #2111
- Currency Converter: error handling for rate fetch failure by @kaloudis in #2115
- Currency conversion: add XAG + XAU by @shivamgupta2020 in #2123
- LSP: ensure node is configured before attempting connection to LSP by @kaloudis in #2114
- Keep navigation state when resuming from background and login is required by @myxmaster in #2122
- Password: Improve layout by @shubhamkmr04 in #2107
- [bug fix] ErrorUtils: handle edge cases by @kaloudis in #2131
- Add await-thenable eslint rule by @myxmaster in #1886
- [Transifex] Updates for project ZEUS by @transifex-integration in #2125
- LND: CloseChannel: close to external address by @kaloudis in #2134
- [deps] React Native v0.73.7 by @kaloudis in #2139
- Sending views: fix buttons to bottom by @kaloudis in #2136
- Android: fix crop of startup screen animation by @kaloudis in #2137
- Android: flatten splash screen by @kaloudis in #2138
- Note buttons: fix to bottom of views by @kaloudis in #2141
- [Transifex] Updates for project ZEUS by @transifex-integration in #2133
- [Transifex] Updates for project ZEUS by @transifex-integration in #2143
- [v0.9.0] Accounts: hardware wallet / external signer support + batching by @kaloudis in #2127
- [v0.9.0] LND: CloseChannel: close to external address by @kaloudis in #2135
- [v0.9.0] Improve PaymentPath by @myxmaster in #2130
- [v0.9.0] Version bump: v0.9.0-alpha1 by @kaloudis in #2146
- [Transifex] Updates for project ZEUS by @transifex-integration in #2147
- [feature] v0.9.0 by @kaloudis in #2145
- Fixed openChannel by @myxmaster in #2164
- Fix nested VirtualizedLists error by @myxmaster in #2152
- Channel: remove keysend button by @kaloudis in #1978
- SignVerifyMessage: Fix layout by @shubhamkmr04 in #2159
- Improve delete/close button colors by @myxmaster in #2179
- AddContact: Don't scroll header along with the content by @shubhamkmr04 in #2181
- Allow entering custom fee if loading fees from mempool fails by @myxmaster in #2173
- Update README.md by @GlenCooper in #2184
- Haptic feedback for pin pad buttons by @myxmaster in #2156
- [v0.9.0] Custom route hints by @myxmaster in #2142
- Model: Payment: fix isIncomplete check by @kaloudis in #2177
- Theme: Radioactive by @kaloudis in #2190
- Upgrade react navigation by @myxmaster in #2176
- Do not require login after setting new PIN or password by @myxmaster in #2187
- Reconnect only if relevant property of active node was changed by @myxmaster in #2188
- Fix navigation upgrade regressions by @myxmaster in #2192
- Improve animations (and more) by @myxmaster in #2193
- Harmonize back icons by @myxmaster in #2196
- Nostr relays: use theme color for icons by @myxmaster in #2197
- Improve currency enabled error handling by @myxmaster in #2195
- Improve status and navigation bar colors by @myxmaster in #2186
- deps: Replace
react-native-camera-kit
withreact-native-vision-camera
by @myxmaster in #1671 - ZEUS-2201: Invoice: handle descriptions/memos returned as arrays by @kaloudis in #2202
- LSPS1 client by @shubhamkmr04 in #2097
- Embedded LND: v0.18.0-beta.rc3-zeus by @kaloudis in #2206
- docs: remove Nayuta Core by @nayuta-ueno in #2204
- Send: Lookup nostr contacts by @shubhamkmr04 in #2183
- [Transifex] Updates for project ZEUS by @transifex-integration in #2208
- POS: Add Delete Product btn and remove the icon by @shubhamkmr04 in #2205
- [Transifex] Updates for project ZEUS by @transifex-integration in #2210
- [Transifex] Updates for project ZEUS by @transifex-integration in #2211
- BOLT 12: offers + Twelve.cash lightning address by @kaloudis in #2207
- Alerts: detect zombie channels + problematic neutrino peers by @kaloudis in #2209
- [Transifex] Updates for project ZEUS by @transifex-integration in #2216
- Recovery status by @kaloudis in #2217
- ZEUS-2042: add feedback to manual SCB recovery process by @kaloudis in #2218
- UXTOsStore: reset when changing wallets by @kaloudis in #2219
- ZEUS-2215: Payment: paid, display the BOLT 11 invoice by @kaloudis in #2220
- ZEUS-2214: LNURL-channel: default to unannounced channel by @kaloudis in #2221
- [Transifex] Updates for project ZEUS by @transifex-integration in #2224
- Pending HTLCs view by @kaloudis in #2227
- Neutrino: auto-select peers on wallet creation by @kaloudis in #2226
- BC-UR: parse crypto-account data by @kaloudis in #2230
- Navigation: new Menu/Settings/Tools by @kaloudis in #2231
- Neutrino: increase ping threshold, 200->1000ms by @kaloudis in #2233
- [Transifex] Updates for project ZEUS by @transifex-integration in #2232
- [Transifex] Updates for project ZEUS by @transifex-integration in #2234
- Update to React Native 0.74.2 by @myxmaster in #2178
- Bump braces from 3.0.2 to 3.0.3 in /zeus_modules/@lightninglabs/lnc-core by @dependabot in #2239
- Fix UTXO picker background color by @myxmaster in #2238
- LSPS1: Default values in create-order call by @shubhamkmr04 in #2235
- Contacts: Fixed the broken error display logic of bolt 12 address by @shubhamkmr04 in #2237
- [Transifex] Updates for project ZEUS by @transifex-integration in #2236
- [Transifex] Updates for project ZEUS by @transifex-integration in #2240
- [Transifex] Updates for project ZEUS by @transifex-integration in #2244
- Bump ws from 6.2.2 to 6.2.3 by @dependabot in #2246
- Bump ws from 6.2.2 to 6.2.3 in /zeus_modules/@lightninglabs/lnc-rn by @dependabot in #2247
- POS: Display 'sats' in CHARGE button when fiat is not enabled by @shubhamkmr04 in #2241
- Settings: Neutrino: add optimize peers button by @kaloudis in #2243
- [Transifex] Updates for project ZEUS by @transifex-integration in #2248
- GitHub actions: Telegram bot by @kaloudis in #2250
- GitHub Actions: Telegram: update message by @kaloudis in #2252
- [Transifex] Updates for project ZEUS by @transifex-integration in https://gi...
v0.9.0-rc1
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
- Android: update scheduled sync worker by @kaloudis in #2347
- Layer Balances: prompt user to open channel if they only have on-chain funds by @kaloudis in #2349
- [Transifex] Updates for project ZEUS by @transifex-integration in #2350
Full Changelog: v0.9.0-beta4...v0.9.0-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-v0.9.0-rc1.txt
and manifest-v0.9.0-rc1.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.9.0-rc1.txt.sig manifest-v0.9.0-rc1.txt
You should see the following if the verification was successful:
gpg: Signature made Mon Aug 19 15:25:16 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-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.
External links
Blog post
ZEUS documentation
PGP Key
Android
Universal APK
arm64-v8a APK
Manifest
Manifest Signature
iOS
v0.9.0-beta4
In this build
- Embedded Node: LND v0.18.2-beta
- Express Graph Sync: optimizations
- Express Graph Sync: select server
- LND REST + LNC: add Network Info view
- CLNRest: Activity view optimizations
- bug fix: fix edge case where successful payments were marked as failed
- bug fix: Android: fix loading of unified invoices
- bug fix: Android: fix loading of accounts list and import functionality
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
- Embedded LND: Settings: add Custom Express Graph Sync server by @kaloudis in #2300
- [Transifex] Updates for project ZEUS by @transifex-integration in #2301
- [Transifex] Updates for project ZEUS by @transifex-integration in #2305
- [Enhancement] CLNRest select specific columns from bkpr_accountevents table by @newtonick in #2297
- [Enhancement] CLNRest convert /v1/listpays to /v1/sql by @newtonick in #2298
- Bump fast-xml-parser from 4.3.6 to 4.4.1 in /zeus_modules/@lightninglabs/lnc-rn by @dependabot in #2303
- Bump fast-xml-parser from 4.4.0 to 4.4.1 by @dependabot in #2308
- [Transifex] Updates for file locales/en.json in sw by @transifex-integration in #2335
- [Transifex] Updates for file locales/en.json in ru by @transifex-integration in #2334
- [Transifex] Updates for file locales/en.json in th by @transifex-integration in #2333
- [Transifex] Updates for file locales/en.json in zh_CN by @transifex-integration in #2332
- [Transifex] Updates for file locales/en.json in vi by @transifex-integration in #2331
- [Transifex] Updates for file locales/en.json in nl by @transifex-integration in #2330
- [Transifex] Updates for file locales/en.json in ro by @transifex-integration in #2329
- [Transifex] Updates for file locales/en.json in sv by @transifex-integration in #2328
- [Transifex] Updates for file locales/en.json in nb by @transifex-integration in #2327
- [Transifex] Updates for file locales/en.json in pl by @transifex-integration in #2326
- [Transifex] Updates for file locales/en.json in ja by @transifex-integration in #2325
- [Transifex] Updates for file locales/en.json in hr by @transifex-integration in #2324
- [Transifex] Updates for file locales/en.json in ko by @transifex-integration in #2323
- [Transifex] Updates for file locales/en.json in tr by @transifex-integration in #2322
- [Transifex] Updates for file locales/en.json in pt_BR by @transifex-integration in #2321
- [Transifex] Updates for file locales/en.json in he by @transifex-integration in #2320
- [Transifex] Updates for file locales/en.json in uk by @transifex-integration in #2319
- [Transifex] Updates for file locales/en.json in sl by @transifex-integration in #2318
- [Transifex] Updates for file locales/en.json in it by @transifex-integration in #2317
- [Transifex] Updates for file locales/en.json in fr by @transifex-integration in #2316
- [Transifex] Updates for file locales/en.json in de by @transifex-integration in #2315
- [Transifex] Updates for file locales/en.json in fi by @transifex-integration in #2314
- [Transifex] Updates for file locales/en.json in cs by @transifex-integration in #2313
- [Transifex] Updates for file locales/en.json in fa by @transifex-integration in #2312
- [Transifex] Updates for file locales/en.json in hu by @transifex-integration in #2311
- [Transifex] Updates for file locales/en.json in es by @transifex-integration in #2310
- [Transifex] Updates for file locales/en.json in el by @transifex-integration in #2309
- LND: Network Info by @shubhamkmr04 in #2304
Full Changelog: v0.9.0-beta3...v0.9.0-beta4
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.9.0-beta4.txt
and manifest-v0.9.0-beta4.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.9.0-beta4.txt.sig manifest-v0.9.0-beta4.txt
You should see the following if the verification was successful:
gpg: Signature made Fri Aug 2 13:20:47 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-beta4.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
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://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
v0.9.0-beta2
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
- [bug fix] LND (REST): incorrectly displayed failed payment by @kaloudis in #2289
- CLNRest: show indicator on payment received by @kaloudis in #2291
- CLNRest: performance improvements using sql query by @niteshbalusu11 in #2290
- Contacts: Added Bolt12 offers by @shubhamkmr04 in #2288
Full Changelog: v0.9.0-beta1...v0.9.0-beta2
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.9.0-beta2.txt
and manifest-v0.9.0-beta2.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.9.0-beta2.txt.sig manifest-v0.9.0-beta2.txt
You should see the following if the verification was successful:
gpg: Signature made Thu Jul 18 12:43:43 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-beta2.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
v0.8.5-hotfix
v0.8.5-hotfix
- Fixes a display bug where LND REST and LNC remote connections would show all payments as failed
- Fixes a bug where the Contacts view would fail to render
What's Changed
Full Changelog: v0.8.5...v0.8.5-hotfix
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.5-hotfix.txt
and manifest-v0.8.5-hotfix.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.8.5-hotfix.txt.sig manifest-v0.8.5-hotfix.txt
You should see the following if the verification was successful:
gpg: Signature made Wed Jul 17 10:47:39 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.8.5-hotfix.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
iOS
v0.9.0-beta1
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
- LND: CloseChannel: close to external address by @kaloudis in #2134
- [Transifex] Updates for project ZEUS by @transifex-integration in #2143
- [v0.9.0] Accounts: hardware wallet / external signer support + batching by @kaloudis in #2127
- [v0.9.0] LND: CloseChannel: close to external address by @kaloudis in #2135
- [v0.9.0] Improve PaymentPath by @myxmaster in #2130
- [v0.9.0] Version bump: v0.9.0-alpha1 by @kaloudis in #2146
- [Transifex] Updates for project ZEUS by @transifex-integration in #2147
- [feature] v0.9.0 by @kaloudis in #2145
- Fixed openChannel by @myxmaster in #2164
- Fix nested VirtualizedLists error by @myxmaster in #2152
- Channel: remove keysend button by @kaloudis in #1978
- SignVerifyMessage: Fix layout by @shubhamkmr04 in #2159
- Improve delete/close button colors by @myxmaster in #2179
- AddContact: Don't scroll header along with the content by @shubhamkmr04 in #2181
- Allow entering custom fee if loading fees from mempool fails by @myxmaster in #2173
- Update README.md by @GlenCooper in #2184
- Haptic feedback for pin pad buttons by @myxmaster in #2156
- [v0.9.0] Custom route hints by @myxmaster in #2142
- Model: Payment: fix isIncomplete check by @kaloudis in #2177
- Theme: Radioactive by @kaloudis in #2190
- Upgrade react navigation by @myxmaster in #2176
- Do not require login after setting new PIN or password by @myxmaster in #2187
- Reconnect only if relevant property of active node was changed by @myxmaster in #2188
- Fix navigation upgrade regressions by @myxmaster in #2192
- Improve animations (and more) by @myxmaster in #2193
- Harmonize back icons by @myxmaster in #2196
- Nostr relays: use theme color for icons by @myxmaster in #2197
- Improve currency enabled error handling by @myxmaster in #2195
- Improve status and navigation bar colors by @myxmaster in #2186
- deps: Replace
react-native-camera-kit
withreact-native-vision-camera
by @myxmaster in #1671 - ZEUS-2201: Invoice: handle descriptions/memos returned as arrays by @kaloudis in #2202
- LSPS1 client by @shubhamkmr04 in #2097
- Embedded LND: v0.18.0-beta.rc3-zeus by @kaloudis in #2206
- docs: remove Nayuta Core by @nayuta-ueno in #2204
- Send: Lookup nostr contacts by @shubhamkmr04 in #2183
- [Transifex] Updates for project ZEUS by @transifex-integration in #2208
- POS: Add Delete Product btn and remove the icon by @shubhamkmr04 in #2205
- [Transifex] Updates for project ZEUS by @transifex-integration in #2210
- [Transifex] Updates for project ZEUS by @transifex-integration in #2211
- BOLT 12: offers + Twelve.cash lightning address by @kaloudis in #2207
- Alerts: detect zombie channels + problematic neutrino peers by @kaloudis in #2209
- [Transifex] Updates for project ZEUS by @transifex-integration in #2216
- Recovery status by @kaloudis in #2217
- ZEUS-2042: add feedback to manual SCB recovery process by @kaloudis in #2218
- UXTOsStore: reset when changing wallets by @kaloudis in #2219
- ZEUS-2215: Payment: paid, display the BOLT 11 invoice by @kaloudis in #2220
- ZEUS-2214: LNURL-channel: default to unannounced channel by @kaloudis in #2221
- [Transifex] Updates for project ZEUS by @transifex-integration in #2224
- Pending HTLCs view by @kaloudis in #2227
- Neutrino: auto-select peers on wallet creation by @kaloudis in #2226
- BC-UR: parse crypto-account data by @kaloudis in #2230
- Navigation: new Menu/Settings/Tools by @kaloudis in #2231
- Neutrino: increase ping threshold, 200->1000ms by @kaloudis in #2233
- [Transifex] Updates for project ZEUS by @transifex-integration in #2232
- [Transifex] Updates for project ZEUS by @transifex-integration in #2234
- Update to React Native 0.74.2 by @myxmaster in #2178
- Bump braces from 3.0.2 to 3.0.3 in /zeus_modules/@lightninglabs/lnc-core by @dependabot in #2239
- Fix UTXO picker background color by @myxmaster in #2238
- LSPS1: Default values in create-order call by @shubhamkmr04 in #2235
- Contacts: Fixed the broken error display logic of bolt 12 address by @shubhamkmr04 in #2237
- [Transifex] Updates for project ZEUS by @transifex-integration in #2236
- [Transifex] Updates for project ZEUS by @transifex-integration in #2240
- [Transifex] Updates for project ZEUS by @transifex-integration in #2244
- Bump ws from 6.2.2 to 6.2.3 by @dependabot in #2246
- Bump ws from 6.2.2 to 6.2.3 in /zeus_modules/@lightninglabs/lnc-rn by @dependabot in #2247
- POS: Display 'sats' in CHARGE button when fiat is not enabled by @shubhamkmr04 in #2241
- Settings: Neutrino: add optimize peers button by @kaloudis in #2243
- [Transifex] Updates for project ZEUS by @transifex-integration in #2248
- GitHub actions: Telegram bot by @kaloudis in #2250
- GitHub Actions: Telegram: update message by @kaloudis in #2252
- [Transifex] Updates for project ZEUS by @transifex-integration in #2249
- Currency Converter: Fix flags position in input boxes by @shubhamkmr04 in #2256
- getFormattedAmount: fix BTC decimal amounts by @kaloudis in #2257
- LSP-101: LSPS1: Explicitly support LSPS1 payment options by @kaloudis in #2260
- POS: Bug Fix - Leading zero in product price by @shubhamkmr04 in #2245
AmountInput
enhancements by @kaloudis in #2258- [Transifex] Updates for project ZEUS by @transifex-integration in #2255
- LSPS1: add defaults buttons for Channel expiry blocks by @kaloudis in #2266
- LSPS1: Add status bar for lsp and client balances by @shubhamkmr04 in #2267
- [Transifex] Updates for project ZEUS by @transifex-integration in #2264
- Component: SwipeButton by @shubhamkmr04 in #2263
- [Transifex] Updates for project ZEUS by @transifex-integration in #2269
- [Transifex] Updates for project ZEUS by @transifex-integration in #2270
- Startup: wait for node selection to load invoice by @kaloudis in #2276
- ErrorUtils: handle PascalCase error messages from LSPS1 by @kaloudis in #2274
- [Transifex] Updates for project ZEUS by @transifex-integration in #2272
- LSPS1: Change token to discount code by @shubhamkmr04 in #2275
- LSPS1...
v0.8.5
v0.8.5 Highlights
- c-lightning-REST: BOLT 12 offers and Twelve.cash BIP-353 lightning addresses
- Embedded Node: LND v0.18.0-beta
- Embedded Node: 5x Neutrino peer ping tolerance
- Bug fix: fix display of failed and pending payments in Activity view
- Bug fix: c-lightning-REST: fix Channels display
What's Changed
Full Changelog: v0.8.4...v0.8.5
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.5.txt
and manifest-v0.8.5.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.8.5.txt.sig manifest-v0.8.5.txt
You should see the following if the verification was successful:
gpg: Signature made Fri Jul 12 17:19:32 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.8.5.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