Michiel de Jong

Results 669 comments of Michiel de Jong
trafficstars

or `ilp.STREAM.create()` so that `ilp.STREAM` can be included from a different repo than `ilp.ILQP`

> Maybe we want to rename both 'socket' and 'connection' to 'stream'? Or one connection, over which multiple streams travel.

OK! Worth explaining in the readme probably?

ok, so how do we go about that? a "give me your routes" request, maybe?

attempted fix here: https://github.com/interledgerjs/ilp-connector/pull/388 - will test tomorrow.

Still have to see if the problem disappears in the live network after the next version of ilp-kit is published.

wow, this is a super-useful explanation, I'm going to add that to the docs, or is it already described in these terms somewhere? > upon adding a route, and noting...

I think currently ilp-connector does not have a concept of 'user' that would link that user's multiple accounts?

If we wanted to implement this, a hurdle for this would be #413; currently, the multi-plugins act as mini-connectors, and only they know about individual accounts and their balances. The...

ah ok, I was thinking of rebalancing a user's balance, but probably this issue is more about the connector rebalancing its own hot wallets.