-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Send Operator set update to rollups (#34)
* feat: SFFLRegistryRollup deploy script. Script for state & data dump * feat: Added ChainInfo to deployment output + config modifications * feat: added RollupBroadcaster * Update integration tests * feat: applied changes to integration tests * fix: integration test's compilation * fix: paths * fix: compilation * refactor: Fix import order * fix: Fix locking in message aggregation service * fix: Fix message aggregation only handling one signed message * fix: Fix attestor setup unsafe unordered loop operations * fix: Fix bigint comparison * test: Use deployed rollup anvil instances instead of predeployed * Modify RollupDeployer * fix: unit tests. Added mock of RollupBroadcaster * fix: keys read from configs. * refactor: renamings according to style guide + some minor edits * fix: removed unnecessary arguments. log message fix. verifyCalldata zero check fix * fix: for now skip on different operator update id * fix: post rebase issues * test: Increase integration test duration * refactor: pr comments * fix: change to localhost * fix: compilation --------- Co-authored-by: Franco Barpp Gomes <[email protected]>
- Loading branch information
Showing
19 changed files
with
473 additions
and
132 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
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
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
Oops, something went wrong.