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: Currently on EVM automate retry checks at a certain interval, with indexer, if a deposit is executed and if it is not it emits the execute proposal command on destination. This interval may some time be < the actual time it takes to execute the initial deposit.
Some times it may execute 2 times on destinations, which, it is not a problem for EVM chains as solidity contracts know to handle this, but it may be on chains like BTC or substrate.
This situation already occurred during testing:
Context: Currently on EVM automate retry checks at a certain interval, with indexer, if a deposit is executed and if it is not it emits the execute proposal command on destination. This interval may some time be < the actual time it takes to execute the initial deposit.
Some times it may execute 2 times on destinations, which, it is not a problem for EVM chains as solidity contracts know to handle this, but it may be on chains like BTC or substrate.
This situation already occurred during testing:
The text was updated successfully, but these errors were encountered: