raiden-network / raidex

MIT License
9 stars 5 forks source link

Better Handling for offers which have no direct channel #106

Open fredo opened 5 years ago

fredo commented 5 years ago

Problem

Every offer which gets broadcasted and matches is currently taken by the taker. There is no testing if it would be even possible to exchange via the current raiden network. (i.e. no path to target)

Furthermore there is no handling of what happens if payments cannot be send. This needs to be taken into account.

Possible Solutions