Releases: ZeusLN/zeus
v0.8.0-beta5
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 beta5
- LND v0.17.2
- Dynamic LSP fees
- Tap to enlarge QRs
- New sending lightning animation
- Express Graph Sync on by default
- Updated default LN fee limits
- Removed 50k onboarding limit
- Onboarding improvements
- UI improvements
What's Changed
- QR selector: removed circle and adjusted colors by @myxmaster in #1852
- PaidIndicator: changed color for better contrast by @myxmaster in #1853
- Receive: copy invoice button instead of copy address when receiving dust by @myxmaster in #1854
- LNDHub: Use 'Loading your account' while starting by @shubhamkmr04 in #1847
- Send: Remove leading and trailing space chars from text input for destination by @myxmaster in #1848
- Embedded node: add additional restore warning by @kaloudis in #1856
- CollapsedQR: Tap to enlarge QR by @myxmaster in #1850
- LnurlPay: Fixed Margin by @shubhamkmr04 in #1855
- New fee limit defaults and behavior by @kaloudis in #1857
- Several minor improvements by @myxmaster in #1860
- LSP: add fee id by @kaloudis in #1851
- ZEUS PAY: display error to user when preimage not found on device by @kaloudis in #1874
- Revamp onboarding by @kaloudis in #1873
- Embedded node: LND v0.17.2-beta-zeus by @kaloudis in #1875
- Fix updating colors on theme change by @myxmaster in #1870
- Version bump: v0.8.0-beta5 by @kaloudis in #1879
Full Changelog: v0.8.0-beta4...v0.8.0-beta5
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-beta5.txt
and manifest-v0.8.0-beta5.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.8.0-beta5.txt.sig manifest-v0.8.0-beta5.txt
You should see the following if the verification was successful:
gpg: Signature made Mon Nov 27 20:03:56 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-beta5.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-beta4
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 beta4
- Embedded node: LND v0.17.1-beta
- Bug fixes
What's Changed
- Settings: fix minor icon issues by @myxmaster in #1841
- ErrorUtils: Make localeString optional by @myxmaster in #1842
- Extend Zaplocker warning to zaps by @kaloudis in #1843
- deps: remove
react-native-skia
by @kaloudis in #1844 - Embedded node: LND v0.17.1-beta by @kaloudis in #1845
Full Changelog: v0.8.0-beta3...v0.8.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.8.0-beta4.txt
and manifest-v0.8.0-beta4.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.8.0-beta4.txt.sig manifest-v0.8.0-beta4.txt
You should see the following if the verification was successful:
gpg: Signature made Tue Nov 14 19:09:23 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-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.8.0-beta3
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 beta3
- New branding
- Bug fixes
- Korean language support
What's Changed
- ZEUS-1810: Refactor store reset trigger upon connection establishment by @kaloudis in #1816
- Size/alignment of icons more consistent throughout the app by @myxmaster in #1814
- Tap-to-confirm logic for deleting passphrase / themeColor instead of red by @myxmaster in #1822
- AddNotes: Transparent background in all themes by @shubhamkmr04 in #1825
- Contacts: Fixed scrolling by @shubhamkmr04 in #1824
- Rebrand pt1 by @kaloudis in #1828
- Send: Confirm before proceeding to the address by @shubhamkmr04 in #1819
- Contacts: Using Header Component by @shubhamkmr04 in #1827
- Fixed size of ArrowLeft icon, using our own Add icon for Nodes and Contacts (like channels) by @myxmaster in #1829
- Fixes alignments and RTL layout in Amount.tsx by @myxmaster in #1815
- Replace button "Show" with Icon to show/hide passphrase by @myxmaster in #1821
- Replace swipeable row icons by @myxmaster in #1831
- DisasterRecovery: Fixed non-uniform UI by @shubhamkmr04 in #1830
- Save language key instead of value in settings by @myxmaster in #1832
- Improve layout of receive/sending lightning/sending on-chain screens by @myxmaster in #1522
- LSP Settings: add reset button by @kaloudis in #1834
- Activity Filter: In transit payments by @kaloudis in #1835
- Remove stroke for CaretUp by @myxmaster in #1837
- SendingLightning/SendingOnChain: Slightly bigger Wordmark logo by @myxmaster in #1836
- Make LightningSvg and OnChainSvg components dynamic with width and height props by @myxmaster in #1838
- Harmonize pen, close and filter icon by @myxmaster in #1839
- Several icon fixes by @myxmaster in #1840
Full Changelog: v0.8.0-beta2...v0.8.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.8.0-beta3.txt
and manifest-v0.8.0-beta3.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.8.0-beta3.txt.sig manifest-v0.8.0-beta3.txt
You should see the following if the verification was successful:
gpg: Signature made Mon Nov 13 23:49:51 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-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.8.0-beta2
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 beta2
- ZEUS PAY: Replace attestation icons with colorblind-friendly versions
- ZEUS PAY: Auto redeem enhancements
- Channels pane: Added clock icon to Button in WalletHeader to indicate pending channels
- AddressUtils: Lightning Address validation: handle uppercase chars
- [Display bug] Seed: explicitly create two columns
- [Bug fix] Balance sliders: Readded styles for vertical align
- [Bug fix] Lightning Address Settings: Nostr relays: update relays_sig on relay deletion
- [Bug fix] Sending Lightning: fix wrong display of Zaplocker warning
What's Changed
- Bump crypto-js from 4.1.1 to 4.2.0 by @dependabot in #1800
- Bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #1805
- Balance sliders: Readded styles for vertical align by @myxmaster in #1791
- [Bug fix] Lightning Address Settings: Nostr relays: update relays_sig on relay deletion by @kaloudis in #1793
- [Bug fix] Sending Lightning: fix wrong display of Zaplocker warning by @kaloudis in #1794
- Channels pane: Added clock icon to Button in WalletHeader in case there are pending channels by @myxmaster in #1796
- AddressUtils: Lightning Address validation: handle uppercase chars by @kaloudis in #1802
- [Display bug] Seed: explicitly create two columns by @kaloudis in #1795
- ZEUS PAY: Auto redeem enhancements by @kaloudis in #1797
- ZEUS PAY: Replace attestation icons with colorblind-friendly versions by @myxmaster in #1808
Full Changelog: v0.8.0-beta1...v0.8.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.8.0-beta2.txt
and manifest-v0.8.0-beta2.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.8.0-beta2.txt.sig manifest-v0.8.0-beta2.txt
You should see the following if the verification was successful:
gpg: Signature made Sun Oct 29 23:22:35 2023 EDT
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-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.0-beta1
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 #1739
- Fix several typscript compile errors by @myxmaster in https://github.com/ZeusLN/...
v0.7.7
v0.7.7 Highlights
- Added confirmation process to delete a node connection
- lnurlpay metadata display enhancements
- Notes display enhancements
- Bug fix: Camera: prevent scanning in background
- Sparko interface now marked as deprecated
What's Changed
- build.sh: make sure build process can be interrupted by @schildbach in #1497
- Camera: prevent scanning in background by @myxmaster in #1491
- ZEUS-1290: Invoice details are not displayed if clicked on from Activity view by @myxmaster in #1505
- Node config: require confirmation to delete a node by @myxmaster in #1489
- Locales: fix translations in channels sort dropdown by @myxmaster in #1506
- Locales: add missing button labels by @myxmaster in #1490
- Fix button press when keyboard is open by @myxmaster in #1485
- Increased size of QR scanner icon by @myxmaster in #1507
- Locales: rename 'copy node config' button to 'duplicate node config' by @myxmaster in #1488
- Improved balance view buttons spacing by @myxmaster in #1515
- Node Info: show 'Synced to chain' = False if not synced by @myxmaster in #1528
- Add DEPRECATED label to Sparko interface by @kaloudis in #1513
- deps: update react-native-tcp/udp to latest versions by @ktecho in #1519
- lnurlpay metadata: fix scrolling issues and cut-off messages by @myxmaster in #1508
- Channels: await node info retrieval in enrichChannels by @myxmaster in #1523
- AddNotes: improved layout and colors by @myxmaster in #1520
- Payment request: Show fiat conversion below main amount by @myxmaster in #1526
- Bug Fix: External links not re-directing to mempool by @shubhamkmr04 in #1524
- Version bump: v0.7.7-beta1 by @kaloudis in #1531
- Node config: Fixed updating selected node after deleting a node by @myxmaster in #1486
- Bump tough-cookie from 4.0.0 to 4.1.3 by @dependabot in #1539
- Send: hide UTXOPicker for LND backends by @kaloudis in #1536
- deps: v0.7.7-beta1 by @kaloudis in #1538
- GitHub workflows: bump node to v16 by @kaloudis in #1547
- deps:
bolt11
1.2.7 -> 1.4.1 by @kaloudis in #1546 - CLN-rest: UTXOs: fix display of amounts by @kaloudis in #1548
- ZEUS-1527: On-chain payment request amount not correctly processed on Send view by @kaloudis in #1535
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #1552
- Zeus-1542: Fixed the notes being same for invoice and lightning payme… by @shubhamkmr04 in #1551
- ZEUS-1550: AmountInput: getSatAmount: handle amounts with comma separator by @kaloudis in #1553
- views/AddNotes: add save icon in top right corner by @kaloudis in #1555
- Version bump: v0.7.7-beta2 by @kaloudis in #1556
- deps:
react-native-qrcode-local-image
update and remove patch by @kaloudis in #1557 - deps: remove
react-native-restart
by @kaloudis in #1561 - Disable fiat currency display for fresh install by @myxmaster in #1560
- Revert "deps:
react-native-qrcode-local-image
update and remove patch" by @kaloudis in #1562 - Version bump: v0.7.7 by @kaloudis in #1571
New Contributors
- @schildbach made their first contribution in #1497
Full Changelog: v0.7.6...v0.7.7
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.7.7.txt
and manifest-v0.7.7.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.7.7.txt.sig manifest-v0.7.7.txt
You should see the following if the verification was successful:
gpg: Signature made Fri Jul 28 23:11:16 2023 EDT
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.7.7.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.7.7-beta2
v0.7.7 Highlights
- Bug fix: Camera: prevent scanning in background
- Added confirmation process to delete a node connection
- lnurlpay metadata display enhancements
- Notes display enhancements
- Sparko interface now marked as deprecated
What's Changed since v0.7.7-beta1
- views/AddNotes: add save icon in top right corner by @kaloudis in #1555
- deps: remove
react-native-restart
by @kaloudis in #1561 - Bug fix: Disable fiat currency display for fresh install by @myxmaster in #1560
Full Changelog: v0.7.7-beta1...v0.7.7-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.7.7-beta2.txt
and manifest-v0.7.7-beta2.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.7.7-beta2.txt.sig manifest-v0.7.7-beta2.txt
You should see the following if the verification was successful:
gpg: Signature made Sun Jul 23 17:56:54 2023 EDT
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.7.7-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.7.7-beta1
v0.7.7 Highlights
- Bug fix: Camera: prevent scanning in background
- Added confirmation process to delete a node connection
- lnurlpay metadata display enhancements
- Notes display enhancements
- Sparko interface now marked as deprecated
What's Changed
- build.sh: make sure build process can be interrupted by @schildbach in #1497
- Camera: prevent scanning in background by @myxmaster in #1491
- ZEUS-1290: Invoice details are not displayed if clicked on from Activity view by @myxmaster in #1505
- Node config: require confirmation to delete a node by @myxmaster in #1489
- Locales: fix translations in channels sort dropdown by @myxmaster in #1506
- Locales: add missing button labels by @myxmaster in #1490
- Fix button press when keyboard is open by @myxmaster in #1485
- Increased size of QR scanner icon by @myxmaster in #1507
- Locales: rename 'copy node config' button to 'duplicate node config' by @myxmaster in #1488
- Improved balance view buttons spacing by @myxmaster in #1515
- Node Info: show 'Synced to chain' = False if not synced by @myxmaster in #1528
- Add DEPRECATED label to Sparko interface by @kaloudis in #1513
- deps: update react-native-tcp/udp to latest versions by @ktecho in #1519
- lnurlpay metadata: fix scrolling issues and cut-off messages by @myxmaster in #1508
- Channels: await node info retrieval in enrichChannels by @myxmaster in #1523
- AddNotes: improved layout and colors by @myxmaster in #1520
- Payment request: Show fiat conversion below main amount by @myxmaster in #1526
- Bug Fix: External links not re-directing to mempool by @shubhamkmr04 in #1524
- Version bump: v0.7.7-beta1 by @kaloudis in #1531
- Node config: Fixed updating selected node after deleting a node by @myxmaster in #1486
- Bump tough-cookie from 4.0.0 to 4.1.3 by @dependabot in #1539
- Send: hide UTXOPicker for LND backends by @kaloudis in #1536
- deps: v0.7.7-beta1 by @kaloudis in #1538
- GitHub workflows: bump node to v16 by @kaloudis in #1547
- deps:
bolt11
1.2.7 -> 1.4.1 by @kaloudis in #1546 - CLN-rest: UTXOs: fix display of amounts by @kaloudis in #1548
- ZEUS-1527: On-chain payment request amount not correctly processed on Send view by @kaloudis in #1535
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #1552
- Zeus-1542: Fixed the notes being same for invoice and lightning payme… by @shubhamkmr04 in #1551
- ZEUS-1550: AmountInput: getSatAmount: handle amounts with comma separator by @kaloudis in #1553
New Contributors
- @schildbach made their first contribution in #1497
Full Changelog: v0.7.6...v0.7.7-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.7.7-beta1.txt
and manifest-v0.7.7-beta1.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.7.7-beta1.txt.sig manifest-v0.7.7-beta1.txt
You should see the following if the verification was successful:
gpg: Signature made Thu Jul 20 18:40:36 2023 EDT
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.7.7-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.7.6
v0.7.6 Highlights
- Notes: add ability to leave notes on transactions, payments, and invoices
- Fiat exchange rates: add ability to choose between Zeus and Yadio as source
- POS: associate existing payments with open orders + hide open orders
- Bug fix: LNDHub: balance refresh
- Bug fix: LCompatibility issues with CLN 23.05
What's Changed
- Bug fix: LNDHub: allow balance refresh by @kaloudis in #1450
- Add ability to copy on invoice details screen by @Ovifer13 in #1460
- eslint: remove unreachable code by @aussedatlo in #1462
- POS: add ability and associate existing payments with open orders and hide open orders by @kaloudis in #1454
- Fixed showing loading indicator for fiat amount endlessly by @myxmaster in #1455
- backends/LndHub: supportsOnchainReceiving: check for LNbits url by @kaloudis in #1459
- Fix Android back button issues by @myxmaster in #1468
- Fix compatibility issues with CLN 23.05 in activity by @sha-265 in #1465
- Translations: channel totals, themes, settings by @myxmaster in #1469
- Fiat currency rates: choose between rates from Zeus or Yadio by @myxmaster in #1466
- Lock without reconnect by @myxmaster in #1470
- AddNotes: Add notes after payment by @shubhamkmr04 in #1447
- Version bump: v0.7.6-beta1 by @kaloudis in #1472
- iOS: FaceID fix by @kaloudis in #1475
- Core Lightning: display multiple channels per peer + update msat fields by @kaloudis in #1474
- Bug fix: locking when going to background by @myxmaster in #1480
- Version bump: v0.7.6 by @kaloudis in #1493
New Contributors
- @myxmaster made their first contribution in #1455
Full Changelog: v0.7.5...v0.7.6
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.7.6.txt
and manifest-v0.7.6.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.7.6.txt.sig manifest-v0.7.6.txt
You should see the following if the verification was successful:
gpg: Signature made Tue Jun 13 07:28:49 2023 EDT
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.7.6.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.7.6-beta2
v0.7.6 Highlights
- Notes: add ability to leave notes on transactions, payments, and invoices
- POS: associate existing payments with open orders + hide open orders
- Fiat exchange rates: add ability to choose between Zeus and Yadio as source
- Bug fix: LNDHub: balance refresh
- Bug fix: LCompatibility issues with CLN 23.05
What's Changed
- Bug fix: iOS: FaceID login loop by @kaloudis in #1475
- Bug fix: Core Lightning: display multiple channels per peer + update msat fields by @kaloudis in #1474
Full Changelog: v0.7.6-beta2...v0.7.6-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.7.6-beta2.txt
and manifest-v0.7.6-beta2.txt.sig
are in the current directory) with:
gpg --verify manifest-v0.7.6-beta2.txt.sig manifest-v0.7.6-beta2.txt
You should see the following if the verification was successful:
gpg: Signature made Wed May 31 22:04:42 2023 EDT
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.7.6-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