Skip to content

v0.15.0 - Things to come

Compare
Choose a tag to compare
@LefterisJP LefterisJP released this 27 Oct 17:59
· 6301 commits to master since this release

Description

This is the latest weekly testnet release in preparation for the Red Eyes mainnet release.
As in the previous weeks we continued the intensive testing and review of the Raiden client.
This is a compatibility breaking release which alters the database format. A new database will be automatically created for you.

Additionally in preparation for mainnet the default --network-id is now mainnet and the default environment is production. From here and on for testing you will have to specify the testnet explicitly in the command line. For example --network-id ropsten for ropsten. Additionally if you want to test it's better to specify a development type environment by --environment-type development

Features

  • #2857 Respect the --environment-type for private chain setup.
  • #2858 Changed contract address argument names to be consistent with the names of the contracts in the contracts repository.
  • #2909 Add explicit flag --unrecoverable-error-should-crash to control UnrecoverableError crashing behaviour.

Bug Fixes

  • #2894 Raiden will no longer miss confirmation blocks at restart and will emit the block state change only for confirmed blocks.
  • #2905 Don't cleanup mediator task if ExpireLock is not processed. Could lead to stuck channels.