Skip to content

Eclair Mobile v0.4.5

Compare
Choose a tag to compare
@dpad85 dpad85 released this 19 Apr 17:00
· 148 commits to testnet since this release
114fa75

Changes

Added a virtual keyboard when importing a seed

This also brings a few UX improvements:

  • Words entered by the user are checked against the BIP-39 words list and crossed out if they are wrong
  • Word can be autocompleted after entering first 2 characters

Added a button to clean the wallet's on-chain cache.

This button is at the bottom of the Network Infos page, and will force the wallet to resynchronize its view of the blockchain. Depending on the network connectivity and the server responsiveness, this synchronization may take a while.

Fixed an issue with UTXOs being locked by the wallet

This would prevent the wallet to send on-chain funds with an Insufficient funds error.

You can find the complete list of changes here:

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