Eclair Mobile v0.4.5
·
148 commits
to testnet
since this release
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:
- 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