You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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'soutgoingToken
/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
The text was updated successfully, but these errors were encountered: