djg

Results 80 comments of djg

- https://github.com/tigerbeetle/tigerbeetle/pull/1981

- https://github.com/tigerbeetle/tigerbeetle/pull/2009

- https://github.com/tigerbeetle/tigerbeetle/pull/2010

- https://github.com/tigerbeetle/tigerbeetle/pull/2011

Closing this for now -- the RAM of a development replica is now down to ~660MiB (for a single-node cluster). All of the above improvements will be part of the...

> Exchange rates from probing can trivially be gamed unless there was a TON of liquidity and many connectors ... Can you elaborate on this? --- Also, how do you...

I'm not a fan of requiring a rate backend in the sender or receiver. From interledger's design goals: > **Interoperability** - ILP should be usable across any type of ledger,...

I think `ilp-logger` supports formatting e.g. `%o`. Using that would prevent `JSON.stringify`s when logging is disabled, as well as extra string interpolation.

What if `'connection'` just didn't emit until the rate/`destinationAccount` are both ready?

I see what you mean (and this may be a separate issue), but I don't really like the asymmetry in the API of: the client doesn't get the use a...