Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🧭 New Raiden Light Client SDK, dApp and CLI
This is a maintenance release for the stable mainnet Krttika release (v2). While current
master
branch contains development progress for the newraiden-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 frommaster
back tov2
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 thewebUI
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
v2
series (supporting raiden-contracts v0.40 Coruscant and Ethereum Mainnet). Notably,--web-ui
option is available on v2 Mainnet series.