rafiki icon indicating copy to clipboard operation
rafiki copied to clipboard

Support non-direct peer configuration

Open wilsonianb opened this issue 3 years ago • 1 comments

In order to support the connector routing packets to a destination that is a peer of a peer (no parent / child relationships), it should be possible to add the non-direct peer in such a way that packets are sent to the direct peer and the direct peer's liquidity account is used.

With the current peer model, the non-direct peer can be added with its staticIlpAddress and the direct peer's outgoingToken/outgoingEndpoint, but a liquidity acount for the non-direct would be used (which is not desirable) https://github.com/interledger/rafiki/blob/main/packages/backend/migrations/20211026133430_create_peers_table.js

wilsonianb avatar Aug 31 '22 15:08 wilsonianb

  • Related to https://github.com/interledger/rafiki/issues/2229

mkurapov avatar Oct 01 '24 13:10 mkurapov