You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tss_Tss_keysign_time comes from https://github.com/zeta-chain/go-tss, but it is updated every time a keysign completes. Since we do several concurrently, it will overwrite itself every time it completes.
What we actually should do is make our own histogram so each keysign is recorded.
The text was updated successfully, but these errors were encountered:
Tss_Tss_keysign_time
comes from https://github.com/zeta-chain/go-tss, but it is updated every time a keysign completes. Since we do several concurrently, it will overwrite itself every time it completes.What we actually should do is make our own histogram so each keysign is recorded.
The text was updated successfully, but these errors were encountered: