Skip to content

v0.18.0 - Farnsworth

Compare
Choose a tag to compare
@karlb karlb released this 30 Nov 16:36

Description

This is the latest weekly testnet release in preparation for the Red Eyes mainnet release.
Three bugs were fixed this week. Two security issues which could cause loss of funds due to different behavior between the smart contracts and the client. And one bug which caused messages to be lost at restart.

This is a compatibility breaking release which alters the database format. A new database will be automatically created for you.

If you are upgrading from an earlier version you will first need to close and settle all your channels with the previous version before using this new version.

Additionally the mainnet network id has been disabled until Red Eyes is ready.

Bug Fixes

  • #3091 Client will no longer accept secret of 0x0 or secrethash keccak(0x0).
  • #3054 Client will now reject any signatures with v not in (0, 1, 27, 28).
  • #3046 Fetch all messages from matrix server at restart and don't lose any messages.