-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: sequence sender improvements (#117)
* chore: reduce map indexing in syncEthTxResults and propagate an error * chore: handle the context.Done and rely on ticker instead of time.Sleep in sequenceSending fn * chore: introduce IsStopped func * fix: failing unit tests * chore: remove the mutex from updateLatestVirtualBatch * chore: simplify the for loop when iterating through batches * chore: simplify the marginTimeElapsed func * chore: simplify waiting for time margin to elapse * chore: simplify purge logic * fix: wait for margin for latest l1 block --------- Co-authored-by: Goran Rojovic <[email protected]>
- Loading branch information
1 parent
8e2015f
commit 549b102
Showing
3 changed files
with
167 additions
and
137 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
Oops, something went wrong.