near / mpc

30 stars 6 forks source link

v5 error: Signature was not provided in time. #591

Closed mikedotexe closed 1 month ago

mikedotexe commented 1 month ago

Description

I'm trying to find a deployment contract to complete a task with UTXOs, and saw on Telegram there's v5.multichain-mpc-dev.testnet, so I pointed there.

Smart contract panicked: Signature was not provided in time. Please, try again.

https://testnet.nearblocks.io/txns/FjuRmgXDEmVFfoVt7zqM9guHhotoutAaxxcU3asaVkAL

mikedotexe commented 1 month ago

Seeing it again today, fyi

Update: then it just worked now, a moment afterward: https://testnet.nearblocks.io/txns/HrSepq1PxeNccmXaHmFGdvoujJtmNZ9atR38NQ1WcTgm

volovyks commented 1 month ago

This issue is very generic. MPC can fail to provide a signature in time for 1,000,000 different reasons. We are tracking the success rate in Grafana, here is the data for the last 7 days:

image

Also, we are setting up alerts and an on-call schedule to keep an eye on this and other metrics.

Developers should retry in case of a failure. If this situation is consistent - please, reopen this issue and we will take a closer look.