Skip to content

Eclair Mobile 0.4.17

Latest
Compare
Choose a tag to compare
@dpad85 dpad85 released this 06 Oct 09:07
· 5 commits to testnet since this release
93e40b4

Display seed after wallet creation

Newly created wallets will be able to display the seed even after the wallet has been created.

Improve network routing table sync speed

The network sync should now be a bit faster thanks to ACINQ/eclair#1871

Complete list of changes:

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