Releases: raiden-network/raiden
Bespin - Shinny
This is an alpha release of the next major version of the Python client for the Raiden Network.
Don't run it on mainnet!
A lot of work on the transport layer as well as the services went into this release. To improve performance and reliability on the transport layer it was necessary to implement some backwards incompatible changes.
Backwards compatibility status:
- v2.x clients WILL NOT be compatible with and not be able to perform transfers with any earlier versions
- However EXISTING CHANNELS WILL REMAIN COMPATIBLE.
Channels opened with older versions will be retained. This means once both clients participating in an existing channel are updated they will be able to continue to use the existing channel.
You DO NOT NEED to close and re-open existing channels.
Change log:
- #6851 Raiden does not use Matrix rooms anymore. This greatly reduces the load on the matrix servers and increases the reliability of the transport layer.
- #6898 Add support for Geth 1.10.
- #6947 Add support for Python 3.9.
- #6821 API endpoint for UserDeposit contract deposits/withdraws
- #6763 Ensure that pending messages are sent before Raiden is stopped
- #6563 Faster syncing with the blockchain.
- Update WebUI to
version 1.1.1 <https://github.com/raiden-network/webui/releases/tag/v1.1.1>
_. Which introduces a new "Quick Connect" that is simpler and more transparent than the old "join token network" feature. - #4730 Remove "join token network" feature from API. Explicitly create and fund channels, instead.
- #6582 Add
/settings
endpoint with information about the used pathfinding service. - #6657 Support for recent geth versions.
- #6541 Remove internal routing.
Alderaan - Tristan da Cunha
Features
- Add Matrix toDevice message support in transport layer, reducing the messaging overhead (#6646)
- Compatibility with synapse 1.19 and MSC2432 (#6608)
- Add support for capabilities. The Raiden client can show its capababilities to other clients via its matrix profile. (#6482)
Bug fixes
- Fix a race condition when processing blockchain events. (#6444)
Alderaan - Wolpertinger
Features
- Update WebUI to version 1.0.2: https://github.com/raiden-network/webui/releases/tag/v1.0.2
- Add
/contracts
endpoint with information about the used contracts. (#5407) - Adds minimum required balance to send out MonitorRequest on mainnet.
Bug fixes
Alderaan - The Sun Prince
Release with the new WebUI
Alderaan - New Shoes Edition
- Fixed dependencies used in
setup.py
- Fixed some bugs in the new WebUI
Alderaan - Zehnhase
- feature: Update WebUI to version 1.0.0 https://github.com/raiden-network/webui/releases/tag/v1.0.0
- feature: #6220 Make sure the configured PFS and Matrix servers use the same chain and smart contracts.
- bugfix: #6224 Fix ULID generation under Windows, nanosecond clock resolution is not necessary anymore.
Alderaan
We are excited to announce that the Raiden Network Alderaan release is live on the Ethereum mainnet. The Alderaan release is the first full suite version of Raiden and it introduces a bunch of exciting new features including monitoring services, pathfinding services and mediation fees, compared to the Red Eyes release. As this release still has its limitations and is a beta release, it is crucial to read the announcement post including the security notes carefully before using the software.
OS | Architecture | Binary | Sha256 Checksum |
---|---|---|---|
Linux | x86_64 | raiden-v1.0.0-linux-x86_64.tar.gz | 054f467a28d4327fab7c3de13575b6d809643a0c285f3b64b76fb5a9eba3ea00 |
Linux | Aarch64 | raiden-v1.0.0-linux-aarch64.tar.gz | c3bef6b64ce64ca784fffe4a18b8c759d3e2d4181178c356dda212b1abc91d93 |
Linux | Armv7l | raiden-v1.0.0-linux-armv7l.tar.gz | 0558a430d6ac3cfc9396960947b52e5e0633872d924a54138e3fe49eb6b4ac54 |
macOS | x86_64 | raiden-v1.0.0-macOS-x86_64.zip | 21f7a22ceff33ba7964e865e458ed3badf354c7222ef142576cfb4f527bef56b |
v0.200.0-rc9 - Plumbus
bumpversion to 0.200.0-rc9
v0.200.0-rc8 - last_jedi
Release candidate - Bug fix release.
Warning: This RC does not work on ropsten.
v0.200.0-rc7 - Starcraft2
Fixes a build problem with https://github.com/raiden-network/raiden/releases/tag/v0.200.0-rc6