Skip to content

Mainnet Release - v1.0.0 - Ashvini

Choose a tag to compare

@andrevmatos andrevmatos released this 16 Jun 12:57
· 679 commits to master since this release

🌌 New Raiden Light Client SDK, dApp and CLI Release

INFO: The Light Client SDK, CLI and dApp are all work in progress projects. All three projects have been released for mainnet and all code is available in the Light Client repository. As this release still has its limitations and is a beta release, it is crucial to read this readme including the security notes carefully before using the software.

Summary of features that went in:

  • This is the first Light-Client release to be officially supported on Ethereum Mainnet (Homestead), including our deployed https://lightclient.raiden.network/ web dApp instance, but you can always server it locally as well, of course.
  • The SDK now requires to be connected to a Raiden Bespin - v2.x network for transport, clients and services. This release breaks compatibility with previous Raiden 1.x Alderaan in order to improve scalability, efficiency and reliability of the network.
  • Most of the non-breaking improvements and fixes on this release got a last release for previous Raiden version in the form of the Light Client v0.17.0 - Sleeping Beauty release, so be sure to also check its release notes as well.

Raiden SDK

Added

  • [#2822] Added ability to use peer's presence from LockedTransfer's metadata.routes.address_metadata

Changed

  • [#2572] BREAKING Send services messages through toDevice instead of global rooms
  • [#2822] BREAKING Presence now gets fetched from PFS and requires a Bespin-compatible (Raiden 2.0) service and transport network
  • [#2824] Default Monitoring Service reward increased to 80 SVT

Removed

  • [#2571] BREAKING Remove ability to join and send messages to global service rooms
  • [#2822] BREAKING Do not join global rooms anymore, so Matrix-based presence won't work