Payments within a Rafiki instance a.k.a. local payments #2834
Labels
pkg: backend
Changes in the backend package.
story
Major feature that can be broken up into smaller tasks
Context
Currently, every payment is going through the ILP connector within Rafiki, no matter whether it's local, i.e. from one account to another account within the same Rafiki instance, or whether it is to a peer's account.
We should be able to improve performance if we account for those local payments directly without going through the connector. Additionally, no slippage is required for these payments since no packets can be lost.
Todos
createQuote
mutation response type #2856The text was updated successfully, but these errors were encountered: