-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cli): adds
--dump-state
cli cmd (#496)
* wip * feat: adds dump state option to cli with test * chore: clean up and cargo fmt * chore: remove unneeded pub * chore: clean up and cargo fmt * chore: clean up and cargo fmt * chore: add e2e tst for dump_state, update alloy-zksync to latest * chore: clean up, lint, move write_json to utils, resolve conflicts, update dev deps
- Loading branch information
1 parent
dacf3fa
commit 1f0a4b6
Showing
15 changed files
with
6,245 additions
and
1,776 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,3 +21,4 @@ etc/**/*.zbin | |
zkout/ | ||
cache/ | ||
example.json | ||
state.json |
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
Oops, something went wrong.