Releases: ZeusLN/zeus
v0.8.1
v0.8.1 Highlights
- Standalone Point of Sale with inventory management
- Nostr contact import
- Persistent LND (keep running LND even when ZEUS is closed, this enables instant ZEUS PAY zap redemptions, makes zapping faster, and paves the way for NWC) [Android only]
- Node/account reordering
- Improved expiry display
- LND v0.17.3
What's Changed
- README: add Start9 links by @kn0wmad in #1894
- Bug Fix: 'Proceed' and 'Send Coins' both showing for on-chain transac… by @shubhamkmr04 in #1892
- Allow filtering out unconfirmed transactions by @myxmaster in #1861
- Update iris.to links by @kaloudis in #1902
- Locales: Swahili by @kaloudis in #1911
- LND: v0.17.3-beta-zeus by @kaloudis in #1904
- Lightning address: add 'lightning:' as prefix to QR by @kaloudis in #1903
- Fix size of min/max amount for lnurlpay by @myxmaster in #1910
- LnurlPay and Send: Fix cut off text by @myxmaster in #1905
- Reworked settings layout by @myxmaster in #1912
- Open Channel: toggle off and disable Announce when Taproot Channel toggled by @kaloudis in #1895
- Improved UI/UX for LNDhub read-only wallets by @myxmaster in #1781
- ZEUS-1898: Fix crash on sort by channel close height by @kaloudis in #1915
- Fix adding route hints to invoice when requesting from keypad if enabled in settings by @myxmaster in #1909
- ZEUS-1858: Unified QRs: handle LNURLs used as lightning param by @kaloudis in #1859
- ZEUS PAY explainer: remove language about LSP if backend doesn't support it by @kaloudis in #1916
- Persist chosen units across app restarts by @kaloudis in #1913
- ZEUS-1900: In-transit payments: convert to failed payments by @kaloudis in #1917
- Contacts V2: Implementing Nostr contacts by @shubhamkmr04 in #1907
- Standalone POS by @Talej in #1722
- Channels: Filters: Online/Offline by @kaloudis in #1923
- ZEUS-1642: Nodes: add ability to reorder list by @kaloudis in #1922
- Invoice: Improve expiry display by @myxmaster in #1534
- Android: persistent LND service by @kaloudis in #1906
- Embedded LND: Settings: DB compaction + Neutrino file deletion by @kaloudis in #1925
- Version bump: v0.8.1-beta1 by @kaloudis in #1918
- LNC: fix supportsLightningSends permission check by @kaloudis in #1929
- Fixed connection errors for old connection attempts being shown by @myxmaster in #1928
- Removed unused locale strings by @myxmaster in #1932
- Harmonize icon sizes in tab navigation by @myxmaster in #1931
- Fix description field layout in AddContact view by @shubhamkmr04 in #1939
- Improve Contacts layout by @myxmaster in #1936
- Localize POS settings by @myxmaster in #1935
- Settings: Improve layout if no node exists by @myxmaster in #1919
- Improve activity layout by @myxmaster in #1933
- Fixed handling of lndhub payment hashes by @myxmaster in #1920
- Transaction details: do not show fee percentage if amount is 0 by @myxmaster in #1945
- Contact picker: localize 'To' (recipient) by @myxmaster in #1942
- Add functionality to share Contact via QR code by @shubhamkmr04 in #1924
- Standalone POS: add optional keypad by @kaloudis in #1949
- Send: Margin fix in Contact list by @shubhamkmr04 in #1950
- Improve wallet header layout by @myxmaster in #1951
- Re-added locales by @shubhamkmr04 in #1952
- Temporarily remove new Tor binary by @kaloudis in #1954
- Contacts: Saving banner and photos locally by @shubhamkmr04 in #1953
- Update clipboard and picker packages by @myxmaster in #1958
- ContactDetails: Decrease font-size of name by @shubhamkmr04 in #1962
- RNFS: account for changing DocumentDirectoryPath by @kaloudis in #1961
- Version bump: v0.8.1 by @kaloudis in #1959
New Contributors
Full Changelog: v0.8.0...v0.8.1
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.1.txt
and manifest-v0.8.1.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.8.1.txt.sig manifest-v0.8.1.txt
You should see the following if the verification was successful:
gpg: Signature made Fri Jan 26 12:56:11 2024 EST
gpg: using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg: issuer "zeusln@tutanota.com"
gpg: Good signature from "Zeus LN <zeusln@tutanota.com>" [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.1.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.8.1-rc3
New in this build
- Bug fixes
Full Changelog: v0.8.1-rc1...v0.8.1-rc2
v0.8.1 Highlights
- Nostr contact import
- Standalone Point of Sale w inventory management
- Persistent LND (keep running LND even when ZEUS is closed, this enables instant ZEUS PAY zap redemptions, makes zapping faster, and paves the way for NWC) [Android only]
- Node/account reordering
- Improved expiry display
- LND v0.17.3
What's Changed
- ContactDetails: Decrease font-size of name by @shubhamkmr04 in #1962
- RNFS: account for changing DocumentDirectoryPath by @kaloudis in #1961
Full Changelog: v0.8.1-rc2...v0.8.1-rc3
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.1-rc3.txt
and manifest-v0.8.1-rc3.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.8.1-rc3.txt.sig manifest-v0.8.1-rc3.txt
You should see the following if the verification was successful:
gpg: Signature made Sun Jan 21 17:57:49 2024 EST
gpg: using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg: issuer "zeusln@tutanota.com"
gpg: Good signature from "Zeus LN <zeusln@tutanota.com>" [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.1-rc3.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.8.1-rc2
New in this build
- Bug fixes
Full Changelog: v0.8.1-rc1...v0.8.1-rc2
v0.8.1 Highlights
- Nostr contact import
- Standalone Point of Sale w inventory management
- Persistent LND (keep running LND even when ZEUS is closed, this enables instant ZEUS PAY zap redemptions, makes zapping faster, and paves the way for NWC) [Android only]
- Node/account reordering
- Improved expiry display
- LND v0.17.3
Full Changelog: https://github.com/ZeusLN/zeus/compare/v0.8.0..v0.8.1-rc2
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.1-rc2.txt
and manifest-v0.8.1-rc2.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.8.1-rc2.txt.sig manifest-v0.8.1-rc2.txt
You should see the following if the verification was successful:
gpg: Signature made Sun Jan 21 17:57:49 2024 EST
gpg: using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg: issuer "zeusln@tutanota.com"
gpg: Good signature from "Zeus LN <zeusln@tutanota.com>" [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.1-rc2.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.8.1-rc1
New in this build
- Nostr Contacts: save all profile and banner images locally
- Contacts: ability to delete all
- Bug fixes
v0.8.1 Highlights
- Nostr contact import
- Standalone Point of Sale w inventory management
- Persistent LND (keep running LND even when ZEUS is closed, this enables instant ZEUS PAY zap redemptions, makes zapping faster, and paves the way for NWC) [Android only]
- Node/account reordering
- Improved expiry display
- LND v0.17.3
What's Changed
- Improve wallet header layout by @myxmaster in #1951
- Re-added locales by @shubhamkmr04 in #1952
- Temporarily remove new Tor binary by @kaloudis in #1954
- Contacts: Saving banner and photos locally by @shubhamkmr04 in #1953
- Update clipboard and picker packages by @myxmaster in #1958
Full Changelog: v0.8.1-beta3...v0.8.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-v0.8.1-rc1.txt
and manifest-v0.8.1-rc1.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.8.1-rc1.txt.sig manifest-v0.8.1-rc1.txt
You should see the following if the verification was successful:
gpg: Signature made Sun Jan 21 12:47:10 2024 EST
gpg: using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg: issuer "zeusln@tutanota.com"
gpg: Good signature from "Zeus LN <zeusln@tutanota.com>" [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.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.
External links
Android
Universal APK
arm64-v8a APK
Manifest
Manifest Signature
iOS
v0.8.1-beta3
New in this build
- Contact sharing via QR
- Point of Sale keypad
- Nostr contact lookup by NIP-05
- Favorite contacts listed on Send view
- ZEUS Pay auto-redeem improvements
- Accessibility improvements
- Bug fixes
v0.8.1 Highlights
- Nostr contact import
- Standalone Point of Sale w inventory management
- Persistent LND (keep running LND even when ZEUS is closed, this enables instant ZEUS PAY zap redemptions, makes zapping faster, and paves the way for NWC) [Android only]
- Node/account reordering
- Improved expiry display
- LND v0.17.3
What's Changed
- Removed unused locale strings by @myxmaster in #1932
- Harmonize icon sizes in tab navigation by @myxmaster in #1931
- Fix description field layout in AddContact view by @shubhamkmr04 in #1939
- Improve Contacts layout by @myxmaster in #1936
- Localize POS settings by @myxmaster in #1935
- Settings: Improve layout if no node exists by @myxmaster in #1919
- Improve activity layout by @myxmaster in #1933
- Fixed handling of lndhub payment hashes by @myxmaster in #1920
- Transaction details: do not show fee percentage if amount is 0 by @myxmaster in #1945
- Contact picker: localize 'To' (recipient) by @myxmaster in #1942
- Add functionality to share Contact via QR code by @shubhamkmr04 in #1924
Full Changelog: v0.8.1-beta2...v0.8.1-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.8.1-beta3.txt
and manifest-v0.8.1-beta3.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.8.1-beta3.txt.sig manifest-v0.8.1-beta3.txt
You should see the following if the verification was successful:
gpg: Signature made Sat Jan 13 10:48:01 2024 EST
gpg: using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg: issuer "zeusln@tutanota.com"
gpg: Good signature from "Zeus LN <zeusln@tutanota.com>" [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.1-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
Android
Universal APK
arm64-v8a APK
Manifest
Manifest Signature
iOS
v0.8.1-beta2
v0.8.1 Highlights
- Nostr contact import
- Standalone Point of Sale w inventory management
- Persistent LND (keep running LND even when ZEUS is closed, this enables instant ZEUS PAY zap redemptions, makes zapping faster, and paves the way for NWC) [Android only]
- Node/account reordering
- Improved expiry display
- LND v0.17.3
What's Changed
- LNC: fix supportsLightningSends permission check by @kaloudis in #1929
- Fixed connection errors for old connection attempts being shown by @myxmaster in #1928
Full Changelog: v0.8.1-beta1...v0.8.1-beta2
Full Changelog: v0.8.0...v0.8.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.8.1-beta2.txt
and manifest-v0.8.1-beta2.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.8.1-beta2.txt.sig manifest-v0.8.1-beta2.txt
You should see the following if the verification was successful:
gpg: Signature made Thu Jan 4 14:51:24 2024 EST
gpg: using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg: issuer "zeusln@tutanota.com"
gpg: Good signature from "Zeus LN <zeusln@tutanota.com>" [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.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.8.1-beta1
v0.8.1 Highlights
- Nostr contact import
- Standalone Point of Sale w inventory management
- Persistent LND (keep running LND even when ZEUS is closed, this enables instant ZEUS PAY zap redemptions, makes zapping faster, and paves the way for NWC) [Android only]
- Node/account reordering
- Improved expiry display
- LND v0.17.3
What's Changed
- README: add Start9 links by @kn0wmad in #1894
- Bug Fix: 'Proceed' and 'Send Coins' both showing for on-chain transac… by @shubhamkmr04 in #1892
- Allow filtering out unconfirmed transactions by @myxmaster in #1861
- Update iris.to links by @kaloudis in #1902
- Locales: Swahili by @kaloudis in #1911
- LND: v0.17.3-beta-zeus by @kaloudis in #1904
- Lightning address: add 'lightning:' as prefix to QR by @kaloudis in #1903
- Fix size of min/max amount for lnurlpay by @myxmaster in #1910
- LnurlPay and Send: Fix cut off text by @myxmaster in #1905
- Reworked settings layout by @myxmaster in #1912
- Open Channel: toggle off and disable Announce when Taproot Channel toggled by @kaloudis in #1895
- Improved UI/UX for LNDhub read-only wallets by @myxmaster in #1781
- ZEUS-1898: Fix crash on sort by channel close height by @kaloudis in #1915
- Fix adding route hints to invoice when requesting from keypad if enabled in settings by @myxmaster in #1909
- ZEUS-1858: Unified QRs: handle LNURLs used as lightning param by @kaloudis in #1859
- ZEUS PAY explainer: remove language about LSP if backend doesn't support it by @kaloudis in #1916
- Persist chosen units across app restarts by @kaloudis in #1913
- ZEUS-1900: In-transit payments: convert to failed payments by @kaloudis in #1917
- Contacts V2: Implementing Nostr contacts by @shubhamkmr04 in #1907
- Standalone POS by @Talej in #1722
- Channels: Filters: Online/Offline by @kaloudis in #1923
- ZEUS-1642: Nodes: add ability to reorder list by @kaloudis in #1922
- Invoice: Improve expiry display by @myxmaster in #1534
- Android: persistent LND service by @kaloudis in #1906
- Embedded LND: Settings: DB compaction + Neutrino file deletion by @kaloudis in #1925
- Version bump: v0.8.1-beta1 by @kaloudis in #1918
New Contributors
Full Changelog: v0.8.0...v0.8.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.8.1-beta1.txt
and manifest-v0.8.1-beta1.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.8.1-beta1.txt.sig manifest-v0.8.1-beta1.txt
You should see the following if the verification was successful:
gpg: Signature made Wed Jan 3 15:46:26 2024 EST
gpg: using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg: issuer "zeusln@tutanota.com"
gpg: Good signature from "Zeus LN <zeusln@tutanota.com>" [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.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.8.0
v0.8.0 Highlights
- Embedded LND node
- OLYMPUS by ZEUS 0-conf channel service
- ZEUS PAY self-custodial lightning addresses, using Zaplocker
- Simple Taproot Channels
- Contact book
What's Changed
- [Pegasus] Backend: Wiring up signMessage and verifyMessage by @shubhamkmr04 in #1570
- [Pegasus] backend: Fixed bug in signMessage and verifyMessage by @shubhamkmr04 in #1575
- Bug fix: change default address format from np2wkh to p2wkh by @kaloudis in #1572
- locales: en: Pegasus WIP 1 by @kaloudis in #1581
- Fix wrong amount being used for Keysend from Keypad by @myxmaster in #1577
- Harmonized header button sizes by @myxmaster in #1579
- Round sat amounts to 3 decimals by @myxmaster in #1568
- Fix node connection issues by @myxmaster in #1504
- deps: Replace
react-native-snap-carousel
withreact-native-reanimated-carousel
by @myxmaster in #1566 - Revert "Round sat amounts to 3 decimals" by @kaloudis in #1587
- ZEUS-1549: limit combined balance to 3 decimals by @kaloudis in #1589
- Android: bump minSdkVersion to 28 (Android 9) by @kaloudis in #1592
- Embedded LND: flesh out payLightningInvoice and openChannel calls by @shubhamkmr04 in #1582
- Fiat currency conversion: Moscow time by @kaloudis in #1588
- Settings: change locale keys to ISO 639-1 by @myxmaster in #1533
- Receive: truncate long QR code values by @myxmaster in #1603
- HopPicker: improve channel selection colors by @myxmaster in #1611
- Localized payment path strings by @myxmaster in #1610
- Pegasus by @kaloudis in #1564
- build(deps-dev): bump webpack from 5.69.1 to 5.76.0 in /zeus_modules/@lightninglabs/lnc-core by @dependabot in #1616
- build(deps): bump protobufjs from 7.2.3 to 7.2.4 by @dependabot in #1617
- Channels: add announced/unannounced filtering by @alexlwn123 in #1584
- Info Modal and Text components by @kaloudis in #1621
- AmountInput: new currency change button by @kaloudis in #1623
- Remove pause from loading indicator animation by @myxmaster in #1619
- Open Channel: skip peer connect step if host not specified by @kaloudis in #1620
- Bug fix: ChannelsStore: reset: clear out all channels data by @kaloudis in #1622
- LNDHub: Receive: detect if payment received and show animation by @kaloudis in #1613
- LND v0.17.0 + Simple Taproot Channels, UTXO selection, send max for channel opens by @kaloudis in #1624
- Currency: 🇲🇷 Mauritanian Ouguiya (MRU) by @kaloudis in #1636
- Invoice: display keysend messages by @kaloudis in #1635
- LND: make payment timeout configurable by @kaloudis in #1639
- Activity: display fee in list by @kaloudis in #1640
- component: OnchainFeeInput + preferred mempool rate setting by @kaloudis in #1641
- Embedded Node settings: wait for graph sync by @kaloudis in #1643
- Payments + Transactions: display fee percentage next to amount by @kaloudis in #1653
- LNDHub: fix display of expiry time, hash, preimage by @kaloudis in #1652
- [refactor] Channel view: Close Channel: use OnchainFeeInput component by @kaloudis in #1660
- ZEUS-1638: Payment Path: always fetch and display alias by @kaloudis in #1661
- Navigate to IntroSplash when deleting last node by @myxmaster in #1648
- Use RNRestart on Android by @myxmaster in #1647
- Android: Remove hyperlog by @myxmaster in #1644
- Updated Android libraries by @myxmaster in #1634
- Wallet header: Navigate to node selection when pressing on node name by @myxmaster in #1646
- Settings > Embedded Node > Peers by @kaloudis in #1664
- locales: Fix "succesfully" typo by @variablefate in #1665
- CONTACTS by @shubhamkmr04 in #1618
- Update README.md by @jsahagun91 in #1650
- Contacts: Fixes by @shubhamkmr04 in #1668
- Settings: Privacy: add explainers for clipboard and lurker mode by @kaloudis in #1670
- Channels: sort by close height by @kaloudis in #1672
- ZEUS-1666: Change X icon in Filter Activity screen by @kaloudis in #1675
- Receive: LSP fee explainer: specify 'if paid over lightning' by @kaloudis in #1669
- LNURL-pay: Drop metadata description hash validation by @kaloudis in #1676
- Embedded Node: bump to LND v0.17.0-beta.rc4-zeus by @kaloudis in #1677
- Make 'Lightning' and 'On-chain' in swipeable rows localizable by @myxmaster in #1678
- Sign/Verify message: fix signing with special characters by @myxmaster in #1673
- ZEUS-1667: LNURL Receipt after failed payment by @kaloudis in #1674
- Remove scramble pin hint on confirmation screen by @myxmaster in #1681
- ZEUS-1651: Switching nodes freezes app by @kaloudis in #1683
- Keysend patch by @kaloudis in #1688
- AmountInput: unit switcher: fix icon displayed by @myxmaster in #1691
- Receive: get LNURLw working with LSPs by @kaloudis in #1684
- Refactor: clipboard handling by @myxmaster in #1693
- Keysend Fix by @myxmaster in #1689
- Improve back press handling in SendingLightning by @myxmaster in #1692
- Embedded node: Neutrino config changes by @kaloudis in #1695
- deps: React Native 0.72.4 by @kaloudis in #1663
- LND: add ability to set custom preimage by @kaloudis in #1706
- Prevent enabling fiat rates display while loading by @myxmaster in #1701
- Ignore white spaces and line breaks that occur in between pasted macaroon chars by @myxmaster in #1711
- handleAnything: initial tests by @myxmaster in #1601
- Improve locale: rescan subtitle by @myxmaster in #1719
- Remove Blue Wallet warning by @myxmaster in #1724
- LSP: add ability to request Simple Taproot Channels by @kaloudis in #1721
- Embedded node: Advanced disaster recovery by @kaloudis in #1718
- Contacts: Add ability to delete contacts by @shubhamkmr04 in #1716
- Sync: refactor layout by @kaloudis in #1705
- deps: Remove base64 packages by @myxmaster in #1690
- Reworked activity date filter by @myxmaster in #1685
- Improve sleep by @myxmaster in #1726
- refactor: Sync logic by @kaloudis in #1732
- Remove pauseSyncingUpates call from Activity by @myxmaster in #1737
- Exit app on back press on IntroSplash by @myxmaster in #1727
- Node Configuration: Default implementation to lnd only if newEntry by @myxmaster in #1748
- React-native-elements update, "link" and "mainStyle" optional in SuccessErrorMessage.tsx by @myxmaster in #1745
- Send: Fix - Reset isValid state during input validation by @shubhamkmr04 in #1746
- Edit channel fees: fix showing feedback after fees have been set by @myxmaster in #1738
- New GitHub issue template for enhancement by @myxmaster in #1725
- Security: app lock timeout feature by @myxmaster in #1679
- Channels: fix loading aliases for new channels of known nodes by @myxmaster in https://github.com/ZeusLN/zeu...
v0.8.0-rc2
v0.8.0 Highlights
- Embedded LND node
- OLYMPUS by ZEUS 0-conf channel service
- ZEUS PAY self-custodial lightning addresses, using Zaplocker
- Simple Taproot Channels
- Contact book
New in rc2
- ZEUS PAY optimizations
- Bug fixes
What's Changed
- ZEUS-1871: Payment flow bug fix by @shubhamkmr04 in #1881
Full Changelog: v0.8.0-rc1...v0.8.0-rc2
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.0-rc2.txt
and manifest-v0.8.0-rc2.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.8.0-rc2.txt.sig manifest-v0.8.0-rc2.txt
You should see the following if the verification was successful:
gpg: Signature made Fri Dec 1 13:07:40 2023 EST
gpg: using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg: issuer "zeusln@tutanota.com"
gpg: Good signature from "Zeus LN <zeusln@tutanota.com>" [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.0-rc2.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.0-rc1
v0.8.0 Highlights
- Embedded LND node
- OLYMPUS by ZEUS 0-conf channel service
- ZEUS PAY self-custodial lightning addresses, using Zaplocker
- Simple Taproot Channels
- Contact book
New in rc1
- ZEUS PAY optimizations
- LSP dynamic fee engine optimizations
- New lightning animation for redeeming ZEUS PAY payments
- Bug fixes
What's Changed
- More icon fixes by @myxmaster in #1882
- Fix channels screen reload loop by @myxmaster in #1885
- Node Config: update comments for params used by c-lightning-REST by @myxmaster in #1869
- LSP: remove min amount constraints by @kaloudis in #1887
- ZEUS PAY optimizations by @kaloudis in #1888
Full Changelog: v0.8.0-beta5...v0.8.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.8.0-rc1.txt
and manifest-v0.8.0-rc1.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.8.0-rc1.txt.sig manifest-v0.8.0-rc1.txt
You should see the following if the verification was successful:
gpg: Signature made Thu Nov 30 11:24:09 2023 EST
gpg: using RSA key 96C225207F2137E278C31CF7AAC48DE8AB8DEE84
gpg: issuer "zeusln@tutanota.com"
gpg: Good signature from "Zeus LN <zeusln@tutanota.com>" [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.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