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

Eclair Mobile v0.3.21 (MAINNET)

Choose a tag to compare

@dpad85 dpad85 released this 15 Mar 17:37
· 356 commits to mainnet since this release
67c4e83

Changes

  • User can now change the on-chain explorer for a custom one
  • Closing a channel will now generate a new address, thus avoiding address reuse.
  • Several UI fixes and improvements.

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