Eclair Mobile v0.4.13
·
33 commits
to testnet
since this release
Enabled multipart payments back again
This version upgrades the eclair-core lightning engine to a recent version, which especially allows us to enable multipart payments backm thanks to improvements in the MPP algorithm.
Larger channels
Eclair Mobile can now open larger channels, up to 0.5BTC.
Complete list of changes:
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