-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement separate l1 l2 sync for prover (#857)
* WIP implement separate l1 l2 sync for prover * Prover l1/l2 sync separated * Use function in select loop * Fix bug in l1 sync & all tests work * Remove old sync * Lint * Toml files dprint * Remove unnecessary prints and comments * Lint * Comment out logs * Remove unnecessary dep * Pop front instead of finding index * Handle errors in prover * Remove unnecessary clone * Add common da function to primitives * Reduce l1 block cache * Nits * Dprint toml * Use interval instead of sleep * Refactor * Remove unnecessary sort * Naming nit * Nits
- Loading branch information
Showing
21 changed files
with
1,045 additions
and
564 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.