Skip to content

Releases: ACINQ/eclair-mobile

Eclair Wallet v0.3.7

10 Sep 15:49
f184819
Compare
Choose a tag to compare

Changelog

  • Added a mechanism to automatically backup/restore lightning channels. This uses Google Drive and data is saved to the user's application folder. Backups are made when the state of channels change, encrypted using the wallet's seed and identified by the hash of the seed. Backups can then be restored from Google Drive using only the wallet's seed, and multiple wallets can be backed up to the same Google account. This feature is opt-in. (#104)
  • Backup encryption uses a different derivation path for mainnet/testnet (b8077db)
  • Added an animation that shows the Lightning network routing table synchronization progress (#104)
  • Disabled network announcement signatures check, it adds little value since we are not authenticating the channels in the blockchain, and significantly slows down synchronisation (ACINQ/eclair@b519066)
  • Added a disclaimer when restoring a backup created by another device (c256b76)
  • Added support for ISK and CAD currencies (9ef25e6)
  • Various fixes and improvements (complete commit logs)

Verifying signatures

You will need gpg and our release signing key E434ED292E85643A. Note that you can get it:

To import our signing key:

$ gpg --import padioupm.asc

To verify the release file checksums and signatures:

$ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped
$ sha256sum -c SHA256SUMS.stripped

Eclair Wallet v0.3.6 TESTNET

16 Aug 14:03
31c2ed3
Compare
Choose a tag to compare
Pre-release

This is a TESTNET release for now. The Mainnet version will come later once tests are satisfactory.

Changelog

  • Added a mechanism to automatically backup/restore lightning channels. This uses Google Drive and data is saved to the user's application folder. Backups are made when the state of channels change, encrypted using the wallet's seed and identified by the hash of the seed. Backups can then be restored from Google Drive using only the wallet's seed, and multiple wallets can be backed up to the same Google account. This feature is opt-in. (#104)
  • Added an animation that shows the Lightning network routing table synchronization progress (#104)
  • Disabled network announcement signatures check, it adds little value since we are not authenticating the channels in the blockchain, and significantly slows down synchronisation (ACINQ/eclair@b519066)
  • Various fixes and improvements (complete commit logs)

Verifying signatures

You will need gpg and our release signing key E434ED292E85643A. Note that you can get it:

To import our signing key:

$ gpg --import padioupm.asc

To verify the release file checksums and signatures:

$ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped
$ sha256sum -c SHA256SUMS.stripped

Eclair Wallet v0.3.5

24 Jul 12:50
45b74a2
Compare
Choose a tag to compare
Eclair Wallet v0.3.5 Pre-release
Pre-release

If Eclair Wallet 0.3.0 is installed on your phone, please read this before proceeding any further.

Changelog

Verifying signatures

You will need gpg and our release signing key E434ED292E85643A. Note that you can get it:

To import our signing key:

$ gpg --import padioupm.asc

To verify the release file checksums and signatures:

$ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped
$ sha256sum -c SHA256SUMS.stripped

Eclair Wallet v0.3.4

13 Jun 09:43
6674969
Compare
Choose a tag to compare
Eclair Wallet v0.3.4 Pre-release
Pre-release

This is a maintenance release for Eclair Wallet.

If Eclair Wallet 0.3.0 is installed on your phone, please read this before proceeding any further.

Changelog

Verifying signatures

You will need gpg and our release signing key 7A73FE77DE2C4027. Note that you can get it:

To import our signing key:

$ gpg --import drouinf.asc

To verify the release file checksums and signatures:

$ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped
$ sha256sum -c SHA256SUMS.stripped

Eclair Wallet v0.3.1

12 Apr 15:15
764c8dd
Compare
Choose a tag to compare
Eclair Wallet v0.3.1 Pre-release
Pre-release

⚠️ This release is a new SEPARATE application which does NOT override Eclair Wallet 0.3.0. This is due to the loss of the signing key that prevents us from updating your application from v0.3.0. to 0.3.1. Next releases will be regular updates.

If Eclair Wallet 0.3.0 is installed on your phone, please read this before proceeding any further.

Changelog

  • Fixed an issue where forcibly closed channels would not return funds (issue #17) (fixed by ACINQ/eclair#555)
  • Fixed an issue where Lightning-c nodes would send an invalid sig error (ACINQ/eclair#553)
  • Improved app startup speed by resolving Electrum server address only when connecting (ACINQ/eclair#554)
  • Unreadable remote failures are now correctly displayed (commit 3524553)
  • Removed required onchain leftover when opening channel (#11)
  • Clarify swipe direction and tap gesture (#30) (thanks @rodasmith)
  • Fix wrong log level which caused error in logs (#28) (thanks @gustavonalle)
  • Complete commit logs

Verifying signatures

You will need gpg and our release signing key E434ED292E85643A. Note that you can get it:

To import our signing key:

$ gpg --import padioupm.asc

To verify the release file checksums and signatures:

$ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped
$ sha256sum -c SHA256SUMS.stripped

Eclair Wallet v0.3.0

04 Apr 17:43
72fe9cf
Compare
Choose a tag to compare
Eclair Wallet v0.3.0 Pre-release
Pre-release

Verifying signatures

You will need gpg and our release signing key E434ED292E85643A. Note that you can get it:

To import our signing key:

$ gpg --import padioupm.asc

To verify the release file checksums and signatures:

$ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped
$ sha256sum -c SHA256SUMS.stripped