This is a maintenance release of eclair, which includes several improvements and bug fixes, including a few interop-related bugs, and a bug in our electrum wallet (which is used in our Android app, not on server/desktop nodes).
Verifying signatures
You will need gpg
and our release signing key E434ED292E85643A. Note that you can get it:
- from our website: https://acinq.co/pgp/padioupm.asc
- from github user @pm47, a committer on eclair: https://api.github.com/users/pm47/gpg_keys
To import our signing key:
$ gpg --import padioupm.asc
To verify the release file checksums and signatures:
$ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped
$ sha256sum -c SHA256SUMS.stripped
Upgrading
This release is compatible with Eclair v0.2-beta2
. You don't need to close your channels, just stop eclair, upgrade and restart.
Change log
- Electrum: resolve server address only when connecting (#554)
- Electrum: correctly extract
pubkeyScript
from tx witness (#555) - Electrum: fix wallet balance issue (#600)
- Support signing multiple similar/identical HTLCs (#553)
- Handle IPv4-mapped/tor2/tor3 addresses (#559)
- Remove utxo lock when call to
signrawtransaction
fails (#579) - Add configurable min funding satoshis limit (#580)
- Complete commit logs
Thank you @gustavonalle @btcontract @GiorgioRegni @rorp!