Skip to content

Eclair Mobile v0.4.12

Compare
Choose a tag to compare
@dpad85 dpad85 released this 18 Jun 15:13
· 45 commits to testnet since this release
e01395d

Main changes

Disable multi part payments

MPP has been disabled because it could trigger some blocking problems when sending payments (see #245). This will be fixed in a future version that will reactivate MPP.

Connecting to onion electrum

TLS is not required when connecting to an .onion electrum server.

The 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