-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework how rollups are created (#1386)
* Sim tests passing. * Small changes. * Dump progress. * Log messages. * Added lock to stateDB.Commit. * Test is more reliable * Reversed order of fetching data when computing batch in order to make all fork batches fail for l1 block. * Fixed linter issues. * Removed dead code. * Addressed PR comments. * Working seq no based. * Cleaned up management contract and rollup headers. * Semi-Working version. * Removed storage stuff. * Compilation fix. * Fix for enclave test. * Fixes for linter. * Rework for in mem rollup handling. * Linter fix. * Addressed PR review changes. * Linter fixes. * Change gas estimation. * Fix bad log. * Removed unused key. * Removed old code. * Fix for linter. --------- Co-authored-by: StefanIliev545 <[email protected]> Co-authored-by: StefanIliev545 <[email protected]>
- Loading branch information
1 parent
d093666
commit 17d2717
Showing
37 changed files
with
805 additions
and
1,349 deletions.
There are no files selected for viewing
185 changes: 46 additions & 139 deletions
185
contracts/generated/ManagementContract/ManagementContract.go
Large diffs are not rendered by default.
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
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
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.