Releases: raiden-network/raiden-contracts
Releases · raiden-network/raiden-contracts
v0.50.1
v0.50.0: Arbitrum Support
- #1580 Establish better naming convention for time related values
- #1550 Replace settle timeout range with one constant value
- #1582 Move settle timeouts from channels to token networks
- #1565 Switch from block numbers to dates/time values
- #1612 Add deployment option for user deposit withdraw timeout
- #1608 Extend documentation for Arbitrum gas prices
- #1623 Add API endpoint to verify Arbitrum One deployments
v0.40.3
v0.40.2
v0.40.1
0.40.0
0.39.0
- #81 Add error messages to all contracts
- #1182 Add support for reusing the
ServiceRegistry
in the deployment scripts - #1383 Add
TokenNetwork.cooperativeSettle
, which settles the channel in a single transaction when the participants cooperate - #1436 Add
TokenNetwork.openChannelWithDeposit
, which combines opening and depositing to a channel - #1481 Allow removing the limits after deployments
- #1482 Add
UserDeposit.withdrawToBeneficiary
, which allows withdrawing to a beneficiary - #1494 Add both participants addresses to the
TokenNetwork.ChannelSettled
event - #1496 Enable contract optimizations