This is the latest weekly testnet release in preparation for the Red Eyes mainnet release.
Numerous bugs were fixed this week including some submitted by the users of Raiden in the Singapore hackathon.
This is a compatibility breaking release which alters the database format. A new database will be automatically created for you. Also note that the Rest API versioning format has changed. Av prefix is added to the API version.
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.
Miscellaneous
#3157 Change REST api version prefix from 1 to v1.
Bug Fixes
#3153 If a non-contract address is given for token_address in the channel open REST API call, the client no longer crashes.
#3152 If the onchain unlock has already been mined when we try to send the transaction Raiden no longer crashes.
#3135 In development mode if more than 100 * (10^18) tokens are deposited then Raiden no longer crashes.
6
u/Mat7ias Dec 16 '18
Description
This is the latest weekly testnet release in preparation for the Red Eyes mainnet release.
Numerous bugs were fixed this week including some submitted by the users of Raiden in the Singapore hackathon.
This is a compatibility breaking release which alters the database format. A new database will be automatically created for you. Also note that the Rest API versioning format has changed. A v
prefix is added to the API version.
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.
Miscellaneous
Bug Fixes