-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(execution_deposits_exporter): export deposits up to head
* export deposits up to head * handle reorgs by reexporting blocks since lastExportedFinalizedBlock * persist lastExportedFinalizedBlock in redis * refactor export-logic from multiple event-based goroutines with canceling to single loop * aggregated deposits and cached view are only updated when export is on head * avoid fetching old blocks if no deposits are on the chain BEDS-585
- Loading branch information
Showing
3 changed files
with
130 additions
and
84 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
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
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