near / mpc

42 stars 16 forks source link

Resharing should be handled properly during NEAR network congestion #643

Open ChaoticTempest opened 5 months ago

ChaoticTempest commented 5 months ago

A case that can be terrible to run into is the network is doing resharing but cannot reach consensus due to the nodes not being able to query the state of the contract. Let's make sure that the nodes would be waiting for however long until the network is back in order.

volovyks commented 1 week ago

@ailisp do we want to continue working on this? Are our tests sufficient to close this issue?

ailisp commented 1 week ago

@volovyks we still cannot ensure resharing node is waiting and properly continue the resharing, after a very long congestion, say, an hour, and this is not easy to reproduce in a test. But I can let the node run and observe the behavior manually. So my answer is keep this issue open

volovyks commented 1 week ago

Ok I think the manual test would be enough But this issue is not a top priority