Skip to content

Coruscant

Latest
Compare
Choose a tag to compare
@palango palango released this 13 Jan 11:38
· 63 commits to develop since this release

Raiden v3.0.1

We're very happy to announce the release of the Raiden Python client v3.0.1!

Over the last 6 months a lot of work (over 500 commits) has been invested into improving stability, reliability and most importantly performance.

The introduction of WebRTC as an accelerated communication layer between the nodes, inclusion of the encrypted secret as well as many internal improvements have led to a very noticeable increase in payment speed.

Payments now complete in well below 1s in most cases.

Unfortunately some of these improvements required backwards incompatible changes.
Specifically this means:

  • v3.x clients WILL NOT be compatible with and not be able to perform transfers with any earlier versions.
  • This means channels opened with older versions need to be closed, settled and re-opened.
  • This shouldn't cause any particular harm on test-networks.
    • For mainnet we will provide assistance for users should it be required.

Changelog:

  • #7196: Send encrypted secret with the initial LockedTransfer message, obviating the need for SecretRequest and SecretReveal messages. This reduces the time needed to complete a payment.
  • #7195: Enable Raiden Node communication over WebRTC. This will allow payments to complete faster due to direct communication between peers.
  • #1541 Add support for cooperative settlement. If both parties are online and agree to settle cooperatively, closing and settling a channel is performed much quicker without having to wait for the on-chain settlement timeout. Closing a channel will now automatically try to perform a cooperative settlement first.
  • #7349 Support static routes on payment requests