Releases: ACINQ/eclair-mobile
Eclair Wallet v0.3.7
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:
- from our website: https://acinq.co/pgp/padioupm.asc
- from github user @pm47, a committer on eclair: https://api.github.com/users/pm47/gpg_keys
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
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:
- from our website: https://acinq.co/pgp/padioupm.asc
- from github user @pm47, a committer on eclair: https://api.github.com/users/pm47/gpg_keys
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
If Eclair Wallet 0.3.0 is installed on your phone, please read this before proceeding any further.
Changelog
- Channels are now pruned from the app if they are unknown to our peers which improves performances at startup (ACINQ/eclair@6d5ed22)
- An error message is now displayed in a channel page if the channel fails (ACINQ/eclair@633deb5)
- Closed channels are now saved in the front database which will enabled better tracability (bf9bef1)
- Eclair Wallet now supports
lightning
parameter fallback in a bitcoin payment request (56dd9c5)
See https://github.com/lightningnetwork/lightning-rfc/blob/master/11-payment-encoding.md#encoding-overview - 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:
- from our website: https://acinq.co/pgp/padioupm.asc
- from github user @pm47, a committer on eclair: https://api.github.com/users/pm47/gpg_keys
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
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
- Now using the same compression format as the one used by the peer in order to prevent issues if the peer client has not implemented all compression formats (ACINQ/eclair@0612e50) (see #82 (comment))
- Improve startup performance by ensuring that channel ids are sorted (ACINQ/eclair@9c06ca8)
- Various UI fixes (complete commit logs)
Verifying signatures
You will need gpg
and our release signing key 7A73FE77DE2C4027. Note that you can get it:
- from our website: https://acinq.co/pgp/drouinf.asc
- from github user @sstone, a committer on eclair: https://api.github.com/users/sstone/gpg_keys
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
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:
- from our website: https://acinq.co/pgp/padioupm.asc
- from github user @pm47, a committer on eclair: https://api.github.com/users/pm47/gpg_keys
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
Verifying signatures
You will need gpg
and our release signing key E434ED292E85643A. Note that you can get it:
- from our website: https://acinq.co/pgp/padioupm.asc
- from github user @pm47, a committer on eclair: https://api.github.com/users/pm47/gpg_keys
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