Layne Haber

Results 46 comments of Layne Haber

I was trying to request collateral on deposit confirmed event callbacks on the user side (specifically as a workaround for the `notifyCounterparty` issues). IMO the event should be emitted whenever...

Should also help with #1316

Related issue for moving validation from listeners into validation: #1158

Hmm well I guess this is technically possible with fairly minimal changes. First pass at the flow: 1. Node prepares a meta transaction to the multisig 2. Node requests +...

Should not be started until unit tests for the engine are completed #427

# Update June 7 Work on this is deprioritized temporarily (will likely resume next week). Currently blocked by an issue with the `ethprovider` image. Specifically, when running integration tests the...

Seems its happening due to the `Promise.all` within `detectNetwork()`, [here](https://github.com/ethers-io/ethers.js/blob/f2a32d0d5b4ea3721d3f3ee14db56e0519cf337f/packages/providers/src.ts/fallback-provider.ts#L472). Presumably it could happen in other places if an RPC simply stopped responding *after* the network was set, but haven't...