GEO-network-client icon indicating copy to clipboard operation
GEO-network-client copied to clipboard

[Payments algo/Reservations] Perform reservations in both sides in one round, instead of two rounds

Open HaySayCheese opened this issue 6 years ago • 0 comments

For the path

C -> A -> B -> D

if C wants to reserve amounts on the path it would repeat the next action:

C->A: Reserve amount to C
C->A: Reserve amount to A
C->B: Reserve amount to A
C->B: Reserve amount to D

We can improve it in the next way:

C->A: Reserve amount to C AND A
C->B: Reserve amount to A AND D

HaySayCheese avatar Jan 17 '19 15:01 HaySayCheese