AnomalRoil

Results 245 comments of AnomalRoil

I wonder if this wouldn't be best fixed by breaking the API and adding a Context to the arg list.

Client interfaces are moving to their own repo in V2, taking a context as input to avoid these problems. Closing this.

Seems it's flaky again.

I don't think that's the case. The problem we have right now is that we cannot do non-stupid things with it since it's not providing any means to access the...

drand's DKG is assuming a synchronous network currently. We are investigating switching to an asynchronous one, but the research on that topic is still relatively fresh.

Furthermore it seems that the regression tests can sometimes fail to run the DKG successfully without actually report a failure in CI except in the boltdb ones apparently. See the...

Sure. Regression tests are now more or less okay since #1380 But flaky tests are still including: ``` drand_test.go:316: Check node 1 is not included in the group drand_test.go:318: Error...

@namay26 yup. in particular the HTTP one, it even has its own issue tracking it atm: #1408