Skip to content

0.39.0

Compare
Choose a tag to compare
@palango palango released this 06 Aug 14:03
· 168 commits to master since this release
  • #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

API changes

  • In TokenNetwork, deprecation_executor has been renamed to controller (a825c62)
  • In OneToN.claim, the parameter one_to_n_address has been removed (09d3d73)
  • In the ChannelSettled event, participant1 and participant2 fields have been added (8291b19)