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
Context: While using the old infrastructure with MPC relayers, when a bridge transfer is executed on a destination but fails for some reasons ( low funds, low gas etc), a request can be sent to our team to use Admin rules to release funds back on source, to the user. ( usually we would use retry, but may be some cases when release back on source is the case). If this happens, anyone can still retriggered the destination TX with the same MPC proof that was used for the failed tx, and execute release on destination.
STR
A user sends amount X of token Y, from chain1 to chain2.
Everything goes trough and MPC executes proposal on chain2, in order to transfer the amount X of token Y to user's wallet.
The Execute proposal tx fails, as funds become low on our ERC handler.
We cannot bring funds in a reasonable time line on chain2 and a decision to release funds on chain1 to the user is accepted.
After we bring back funds on ERC handler on chian 2, the user resends the execute proposal tx with the same proof of MPC from step 3.
Exp: Execute proposal should be marked as closed ( finality done) when release on chain1 and thus making it impossible to execute once more . Act: This is executed fine and release is done.
The text was updated successfully, but these errors were encountered:
Context: While using the old infrastructure with MPC relayers, when a bridge transfer is executed on a destination but fails for some reasons ( low funds, low gas etc), a request can be sent to our team to use Admin rules to release funds back on source, to the user. ( usually we would use retry, but may be some cases when release back on source is the case). If this happens, anyone can still retriggered the destination TX with the same MPC proof that was used for the failed tx, and execute release on destination.
STR
Exp: Execute proposal should be marked as closed ( finality done) when release on chain1 and thus making it impossible to execute once more .
Act: This is executed fine and release is done.
The text was updated successfully, but these errors were encountered: