github ACINQ/eclair v0.7.0-patch-disconnect
Eclair v0.7.0-patch-disconnect

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

Eclair v0.7.0-patch-disconnect

This is a patch release which adds two commits:

  • Add option to disable sending remote addr in init (#2285)
  • Resume reading after processing unknown messages (#2332)

It addresses unwanted disconnections with peers that use unknown messages.

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

Building

Eclair builds are deterministic. To reproduce our builds, please use the following environment (*):

  • Ubuntu 20.04
  • AdoptOpenJDK 11.0.6
  • Maven 3.8.1

Use the following command to generate the eclair-node package:

mvn clean install -DskipTests

That should generate eclair-node/target/eclair-node-0.7.0-cad88bf-bin.zip with sha256 checksums that match the one we provide and sign in SHA256SUMS.asc

(*) You may be able to build the exact same artefacts with other operating systems or versions of JDK 11, we have not tried everything.

Upgrading

This release is fully compatible with previous eclair versions. You don't need to close your channels, just stop eclair, upgrade and restart.

Don't miss a new eclair release

NewReleases is sending notifications on new releases.