LePremierHomme
LePremierHomme
Wrapping the `.cancel()` call with `setTimeout`/`setImmediate` seems to mitigate the error.
@sangaman can you please describe what's the desired outcome here?
The test case doesn't pass anymore, probably due to recent changes. As described, the test simulate the maker's connext client crash while taker is delaying the settlement. After the settlement,...
Protobuf serialization scheme isn’t deterministic. Many binary representations are possible for a given object, because fields can be encoded in any order. This malleability is acceptable for most use-cases, but...
@cjdelisle 1. At the moment the order id uniqueness doesn’t need to be trusted, as it is handled separately for every originator, and if the originator fails to apply uniqueness,...
Sorry for the delay. The buy/sell side reduction to the pair definition make sense to me, although i'm not sure it's commonly used in trading platforms. It might actually make...
Why not using Alice & Bob? 1. Alice connects to Bob 2. Alice creates an ephemeral ECDH key pair and sends Bob `SessionInit` with the public key 3. Bob receives...