-
Notifications
You must be signed in to change notification settings - Fork 45
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
Support opening a new channel during a settlement period #916
Comments
For this, we need to remove
I have to check whether |
Not much, users usually remember the channel ID. |
I'll focus on #1087 now. |
I had a chat with @rakanalh about this. The TokenNetwork proxy sometimes call |
Somehow the client's smoketest calls getChannelIdentifier() raiden-network/raiden#4406. |
This comment has been minimized.
This comment has been minimized.
I looked through the client code. I think it's easy to remove all calls on |
Ah, but we need to change
to include a channel_id. |
would need to contain a channel_identifier here. Are people willing to add a channel_id here? Perhaps we can change |
I'm finding relevant requirements: raiden-network/raiden#1769
So it's better to keep open channels unique. |
When one channel is in the settlement period, the same pair of users should be able to create a new channel. Currently, a new channel can be created only after the first channel is settled.
The text was updated successfully, but these errors were encountered: