-
Notifications
You must be signed in to change notification settings - Fork 43
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
Channel management #909
Comments
I don't see why we would need a config option for direct channel mode. Even given the raiden bug, if we can't swap (whether due to lack of a direct channel or for any other reason) we will fail the sanity swaps and therefore not send or accept any orders with peers for the trading pairs that can't be swapped. |
Ok, where else would you persist this? I think we'll have several things (e.g. #169) which only make sense in direct channel mode and need to know which mode |
As discussed during the call this issue is now about:
|
Motivation:
Our new docker setup will ask for a "channel strategy" - direct or multi-hop. Due to a serious raiden routing issue (raiden uses a new secret for every new route it tries) we probably have to make direct channels the default for now and only allow multi-hop for btc and ltc.
Specification:
This issue is about creating a new config option for the two modes. Docker setup will manipulate this config based on user input. Also there should be a place where "Open channel with amount to xud . This will also be the place where the docker setup persist this user input.
The text was updated successfully, but these errors were encountered: