forked from matter-labs/zksync
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make revert blocks works correct (#2145)
* Add tx hash to mempool Signed-off-by: deniallugo <[email protected]> * Select incomplete blocks Signed-off-by: deniallugo <[email protected]> * Return old version of state keeper Signed-off-by: deniallugo <[email protected]> * Save reverted block into database Signed-off-by: deniallugo <[email protected]> * Remove reverted block Signed-off-by: deniallugo <[email protected]> * Fix test Signed-off-by: deniallugo <[email protected]> * Restore reverted blocks directly from state keeper Signed-off-by: deniallugo <[email protected]> * Revert incomplete and pending block Signed-off-by: deniallugo <[email protected]> remove notify Signed-off-by: deniallugo <[email protected]> Setup envs Signed-off-by: deniallugo <[email protected]> Logs Signed-off-by: deniallugo <[email protected]> * Incude allowed failure percent Signed-off-by: deniallugo <[email protected]> Fix env Signed-off-by: deniallugo <[email protected]> * Restore tests Signed-off-by: deniallugo <[email protected]> Self review Signed-off-by: deniallugo <[email protected]> * Update core/lib/storage/src/chain/mempool/records.rs Co-authored-by: Igor Aleksanov <[email protected]> * Rewrite script to ts Signed-off-by: deniallugo <[email protected]> * Fix typescript Signed-off-by: deniallugo <[email protected]> * Update core/bin/zksync_core/src/state_keeper/mod.rs Co-authored-by: Igor Aleksanov <[email protected]> Co-authored-by: Igor Aleksanov <[email protected]>
- Loading branch information
1 parent
e0eb33b
commit caf5bd1
Showing
31 changed files
with
1,368 additions
and
402 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,7 @@ Cargo.lock | |
/volumes | ||
/logs | ||
/loadtest-config | ||
/core/tests/blocks.json | ||
|
||
.ipynb_checkpoints | ||
|
||
|
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.