-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: big synching case + stability (#9022)
- Moves `cheat_code` log from `info` to `verbose` - Hardens fixture creation, - Create fixture for 1000 blocks of 4 private transfers - Some plumbing to make it work Hardens the fixture creation by introducing a "timejump" before the first L2 block will land. By making the timejump a fixed jump ahead of a starting time, we can ensure that we have some fixed upper limit and as long as we are performing the setup within it we should be good. In this case, that period is 200 blocks. Beware, that the `Rollup` contract MUST be deployed at the same time, since the `GENESIS_TIME` is used for all future slot computations, e.g., messing with that is pain. So if possible, please only change add stuff to the L1 deployments AFTER the rollup deployment. Since the big fixture of 1000 blocks is big and our system is very slow, it will be skipped unless the `RUN_THE_BIG_ONE` flag is set. ``` aztec:e2e_synching [INFO] Stats: blockCount: 1000, txCount: 4, complexity: PrivateTransfer: {"numberOfBlocks":1008,"syncTime":225.7148497581482} +4m ```
- Loading branch information
Showing
8 changed files
with
1,159 additions
and
101 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
1,012 changes: 1,012 additions & 0 deletions
1,012
yarn-project/end-to-end/src/fixtures/synching_blocks/1000_4_1/blocks.json
Large diffs are not rendered by default.
Oops, something went wrong.
30 changes: 15 additions & 15 deletions
30
yarn-project/end-to-end/src/fixtures/synching_blocks/10_36_0/blocks.json
Large diffs are not rendered by default.
Oops, something went wrong.
36 changes: 18 additions & 18 deletions
36
yarn-project/end-to-end/src/fixtures/synching_blocks/10_36_1/blocks.json
Large diffs are not rendered by default.
Oops, something went wrong.
34 changes: 17 additions & 17 deletions
34
yarn-project/end-to-end/src/fixtures/synching_blocks/10_36_2/blocks.json
Large diffs are not rendered by default.
Oops, something went wrong.
32 changes: 16 additions & 16 deletions
32
yarn-project/end-to-end/src/fixtures/synching_blocks/10_9_3/blocks.json
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