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
If a withdrawal is rejected, there is currently no way to report this failure
A reverted outbound need to be voted on ZetaChain
The gateway nonce needs to be increased to keep cnsistencies with nonce in cctx
We should follow a solution similar to Solana:
Add a method for the TSS to increase the nonce without other side effect
On ZetaClient, a failed withdrawal must be parsed, then a tx to increase the nonce should be sent
It is not an absolute priority for the time being because without withdrawAndCall there should be no situation where the withdrawals are completely blocked, there are no reason for withdraws to fail unless the TSS doesn't own the withdrawCap anymore
The text was updated successfully, but these errors were encountered:
If a withdrawal is rejected, there is currently no way to report this failure
We should follow a solution similar to Solana:
It is not an absolute priority for the time being because without withdrawAndCall there should be no situation where the withdrawals are completely blocked, there are no reason for withdraws to fail unless the TSS doesn't own the withdrawCap anymore
The text was updated successfully, but these errors were encountered: