This release includes many improvements and bug fixes, and we recommend that users upgrade.
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
Upgrading
This release is compatible with Eclair v0.2-beta8
. You don't need to close your channels, just stop eclair, upgrade and restart.
Changelog
- Auto probing of local channels (#762)
- Routing: use custom implementation for the shortest path algorithm and the graph (#779)
- Readability improvements in GUI (#801)
- Make ping less aggressive (#782)
- Detect broken HTLC links at startup (#757)
- Set a max value of 2016 blocks for
to_self_delay
(#795) - Disable local channels below reserve (#763)
- Add exclusive locks to channels sqlite db (#781)
- Relay fail message after it is cross-signed (#754)
- Use BOLT specific formatting for short channel id (#793)
- Optional per-node features in conf (#778)
- Make maxHtlcValueInFlight checks directional when sending and receiving HTLCs (#768)
- Update connection-level features at reconnection (#765)
- Disconnect peer after a timeout when waiting for revocation (#761)
- Disconnect peer if it does not reply to pings (#755)
- Watch future remote commit on restore (#766)
- Switch sttp backend async-http-client -> okhttp (#764)
- Reject received payments where PaymentRequest Expiry Tag time has been exceeded. (#749)
- Use sttp lib instead of akka-http-client (#720)
- Use different ZMQ block and tx subscriptions
- Always add 1 block to the
finalCltvExpiry
(#742) - Complete commit logs
Thank you @btcontract @jagottsicher @n1bor @rorp !