Skip to content

Coruscant - mansard

Pre-release
Pre-release
Compare
Choose a tag to compare
@netcriptus netcriptus released this 20 Sep 12:47
· 200 commits to develop since this release

This is an RC (release candidate) release of the next major version of the Python client for the Raiden Network.
Don't run it on mainnet!

Backwards compatibility status:

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 support for users.
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