raiden-network / light-client

The Raiden Light Client
https://raiden.network/
MIT License
33 stars 31 forks source link

Mainnet Release v2.3.0 Kṛttikā #3160

Closed andrevmatos closed 2 years ago

andrevmatos commented 2 years ago

🧭 New Raiden Light Client SDK, dApp and CLI

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.

This is a maintenance release for the stable mainnet Krttika release (v2). While current master branch contains development progress for the new raiden-contracts v0.50, with changes required to allow Raiden to run properly on rollups like Arbitrum, these contracts won't be immediately deployed to Ethereum Mainnet (Homestead) or be the default contracts on testnets (like Goerli).

But these networks are still supported on the v2 branch, and this release backports some refactorings, bugfixes and dependency updates from master back to v2 series (v0.40 contracts) in a fully backwards compatible manner, so no user action is needed.

Highlights

The main feature of this backports release is the coming of the Raiden webUI as an optional interface for the CLI. Not to be confused with the Light-Client dApp, which is a standalone web Raiden client running in the browser, the webUI requires a Raiden REST API-capable client running in the background, and provides a web management interface to the underlying full node. It was initially designed for the Python Client, but with the CLI's API achieving full compatibility with the reference implementation, it became possible to run the webUI as a drop-in addon. Run the CLI with --web-ui to enable it, and then go to http://localhost:5001/ui to see it in action.


Fixed

Changed

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

codecov[bot] commented 2 years ago

Codecov Report

Merging #3160 (39b99f3) into v2 (308d23e) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##               v2    #3160   +/-   ##
=======================================
  Coverage   94.10%   94.10%           
=======================================
  Files         213      213           
  Lines        7418     7418           
  Branches     1281     1281           
=======================================
  Hits         6981     6981           
  Misses        402      402           
  Partials       35       35           
Flag Coverage Δ
dapp 89.93% <ø> (ø)
dapp.unit 89.93% <ø> (ø)
sdk 95.44% <ø> (ø)
sdk.e2e 72.34% <ø> (-0.17%) :arrow_down:
sdk.integration 80.22% <ø> (ø)
sdk.unit 49.65% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 308d23e...39b99f3. Read the comment docs.