Skip to content
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

Enable multiple routing attempts = multi-hop raiden routes #1068

Closed
kilrau opened this issue Jun 27, 2019 · 1 comment
Closed

Enable multiple routing attempts = multi-hop raiden routes #1068

kilrau opened this issue Jun 27, 2019 · 1 comment
Labels
P1 top priority

Comments

@kilrau
Copy link
Contributor

kilrau commented Jun 27, 2019

How it is

Currently raiden changes preimages for payments when one route fails and the next is tried. That's breaking swaps.

To be done:

  1. Raiden multi-hop channels raiden#15
  2. enable and test multi-hop raiden trades in xud
@kilrau kilrau added raiden P1 top priority labels Jun 27, 2019
@kilrau
Copy link
Contributor Author

kilrau commented Jul 23, 2019

understand why raiden's implementation behaves that way

That's clear by now: because of the "refund payments" raiden uses instead of cancelling HTLCs. For the refund payment the preimage ahs to be revealed and thus can't be reused in the second routing attempt. Waiting for the raiden team to come back to us on that.

@kilrau kilrau removed the P1 top priority label Aug 26, 2019
@kilrau kilrau added the P1 top priority label Oct 9, 2019
@kilrau kilrau changed the title Enable multiple routing attempts with same preimage Enable multiple routing attempts = multi-hop raiden routes Oct 9, 2019
@kilrau kilrau closed this as completed Feb 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 top priority
Projects
None yet
Development

No branches or pull requests

2 participants