Weekly Edition for Thursday, Oct 14

Newsletters

Releases

project release date
eclair v0.6.2

Eclair v0.6.2

This releases fixes a known vulnerability, makes several performance improvements, includes a few bug fixes and many new features. It is fully compatible with 0.6.1 (and all previous versions of eclair).

This release requires a few actions from node operators when upgrading: make sure you read the release notes carefully!

The release notes can be found here.

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.6.2-6817d6f-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.

2021-10-08
ledger-live-desktop v2.34.2

🚀 Features

  • Improved Swap UX!
  • Simplified firmware update flow starting from version 2.0
  • Troubleshoot USB errors on Live

🐛 Fixes

  • Fixed translation bugs and improved experience
  • Websocket bridge now opens correctly when Ledger Live starts
  • Enhanced behaviour when multiple announcements are triggered
  • Assets without a currency conversion are highlighted
  • Coin-specific service status updates only appear if Live holds those accounts
2021-10-14
ledgerjs v6.9.0
  • react-native-hid: to be more independent from upstream RN version used on userland
  • hw-app-eth: Add latest ERC20 list
2021-10-08
ledgerjs v6.8.2
  • Update error message for new blind signing wording (#665)
  • LL-7448 add bsc plugins support
  • update erc20
2021-10-08

RFC

type rfc # title date status
bolt X Feature `option_scid_alias` separate from zero-conf 2021-10-13 Closed
bolt X Routing Nodes need a way to announce min-cltv-from-now 2021-10-13 Closed
bolt X Add a `min_cltv_from_now` field in channel_updates via a new TLV 2021-10-13 Closed
bolt X Additional inputs for HTLC txs RBF considered harmful 2021-10-09 Update
slip X Remove evmos testnet prefix 2021-10-11 Merged
slip X Evmos HRP 2021-10-11 Merged
slip slip-0044 Update slip-0044.md 2021-10-08 Merged