-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add simple replacement for connection manager #547
Comments
@manuelwedler & @karlb
|
Looks good! I suggest that when a user draws the slider fully to the left or enters zero, that no channel gets created (instead of creating a channel and not depositing any funds). |
Perfect, that's what I had in mind. We can make the partner appear transparent or grey in that case, so it is clear that no channel will be created. |
The connection manager is removed from the raiden client and replaced by a simplified version in the WebUI (raiden-network/webui#547). Closes #4730. More documentation updates are still needed, but the duplication between https://docs.raiden.network/ and https://raiden-network.readthedocs.io should be cleared up, first.
The current connection manager is about to be removed (see raiden-network/raiden#4730). It would be good to have a simple replacement in the WebUI.
Using it could look like this:
Optional feature:
This will be a lot simpler and more transparent then the current process of joining a TN. As a downside, there won't be a mechanism to ensure deposits in both directions. This is ok if the user only wants to pay, but it will be a problem when receiving payments.
The text was updated successfully, but these errors were encountered: