Alex Browne
Alex Browne
Possibly related to https://github.com/0xProject/0x-mesh/issues/537. The stack trace is similar.
@justinbarry are there actually any consequences for this? Does it break anything for you?
Mesh also depends on `window` in a few places in order to call out to JavaScript libraries and native code. Were you able to work around that as well? I...
If we just want to tackle the footgun in our tests, we may be able to draw from the solution in __order_watcher_test.go__. Instead of `time.Sleep`, these tests call `blockWatcher.SyncToLatestBlock()` followed...
@shanejonas thanks for sharing your thoughts! Would you mind sharing a little background info about your role/company and experience with Mesh so far? Couple quick questions about OpenRPC: 1. Does...
We think this may be due to an underlying issue with Go and WebAssembly. See https://github.com/golang/go/issues/40081.
Related to #900 and #859.
https://github.com/0xProject/0x-mesh/issues/824 could also help with this.
https://github.com/0xProject/0x-mesh/pull/848 implements option (1) from above. It requests orders from multiple peers in parallel, meaning slower peers have reduced impact.
@bthaile can you please provide steps to reproduce?