github ACINQ/eclair v0.2-beta3
Eclair v0.2-beta3

latest releases: v0.10.0, v0.4.23-android-phoenix, v0.4.22-android-phoenix...
pre-release6 years ago

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:

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!

Don't miss a new eclair release

NewReleases is sending notifications on new releases.