Skip to content
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.

Eclair Mobile v0.3.22 (MAINNET)

Compare
Choose a tag to compare
@dpad85 dpad85 released this 20 Mar 17:15
· 354 commits to mainnet since this release
249b39d

This is an minor optimization release for Mainnet.

Changes

App can send payments sooner

With the size of the network growing fast, the initialization of the routing table could take quite a long time on mainnet. Thanks to an optimization in bitcoin-lib the router is now able to process payments much sooner.

See ACINQ/bitcoin-lib@28a420a

--

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