input-output-hk / mithril

Stake-based threshold multi-signatures protocol
https://mithril.network
Apache License 2.0
116 stars 36 forks source link

Aggregator stress test crashes during signer registration #1676

Closed jpraynaud closed 2 months ago

jpraynaud commented 2 months ago

Why

The aggregator stress test does not start anymore and returns the following error:

Signer Registration error caught: Err(Registering signer party_id=pool19mj48nck3jut9g4ftus9cjvpyjqy7c4jd6smwx3kymrzxqphgmy, expected HTTP code 201 got 503 with the message: {"message":"a signer registration round is not opened yet, please try again later"}.)

What

Identify and fix the source of the crash.

How