-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Protocol stuck debug #882
Comments
I've spent last 3 days digging into mainnet and dev being stuck. mainnet iter count: the stuck timestamp is the same as when 502 starts happening on /msg for aurora I note down most of the evidence and links in dev debug doc and mainnet debug doc Findings are as follows:
PR here: https://github.com/near/mpc/pull/883/files I have not figured out:
|
|
No, I mean each node need to call near rpc to get the latest contract state, and there's no way we don't do that. So if near rpc is somehow not accepting calls to get contract state, then our protocol will be stuck. And since we need that updated contract state, we cannot do anything about this. |
We saw both on mainnet, testnet and dev that our protocol could be stuck, meaning that we don't see any logic running inside the loop in MpcSignProtocol.run().
This essentially means the nodes will not respond to triple, presig or signature generation at all.
The text was updated successfully, but these errors were encountered: