-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve: Simulate finalization txns before failure
Simulate all finalizations before bundling them into the multicall aggregate() transaction, which will fail in aggregate if even a single transaction is unsuccessful. This caused problems today, when a small number of zkSync withdrawals were unsuccessful, resulting in a finalizer halt for a few hours. Transactions are simulated first for logging purposes; it would be possible to user multicall3.tryAggregate(false, ...), except it's non-trivial to extract the results of each transaction. Fixes ACX-1551
- Loading branch information
1 parent
632ead1
commit 5f9201e
Showing
1 changed file
with
37 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters