Skip to content

Releases: raiden-network/raiden

Bespin - Shinny

26 Apr 11:27
Compare
Choose a tag to compare
Bespin - Shinny Pre-release
Pre-release

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

09 Nov 16:21
Compare
Choose a tag to compare

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

21 Jul 13:08
b150d63
Compare
Choose a tag to compare

Features

Bug fixes

  • Don't crash at /payments when no target address is given. (#6217)
  • Handling no ETH exception in the minting endpoint. (#6323)

Alderaan - The Sun Prince

18 Jun 14:21
Compare
Choose a tag to compare

Release with the new WebUI

Alderaan - New Shoes Edition

17 Jun 16:23
Compare
Choose a tag to compare
Pre-release
  • Fixed dependencies used in setup.py
  • Fixed some bugs in the new WebUI

Alderaan - Zehnhase

15 Jun 13:41
Compare
Choose a tag to compare
Alderaan - Zehnhase Pre-release
Pre-release

Alderaan

26 May 16:57
Compare
Choose a tag to compare

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

19 May 16:00
Compare
Choose a tag to compare
Pre-release
bumpversion to 0.200.0-rc9

v0.200.0-rc8 - last_jedi

21 Apr 15:26
Compare
Choose a tag to compare
Pre-release

Release candidate - Bug fix release.

Warning: This RC does not work on ropsten.

v0.200.0-rc7 - Starcraft2

16 Apr 10:12
Compare
Choose a tag to compare