-
Notifications
You must be signed in to change notification settings - Fork 2.2k
chore: Reduce diff with sync layer stable (zkstack) #3416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
perekopskiy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's resolve/drop/mark todos without task id, otherwise we risk forgetting about them
zkstack_cli/crates/config/src/forge_interface/gateway_ecosystem_upgrade/input.rs
Outdated
Show resolved
Hide resolved
zkstack_cli/crates/zkstack/src/commands/chain/migrate_to_gateway.rs
Outdated
Show resolved
Hide resolved
sanekmelnikov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Appreciate splitting the CLI interface portion - makes review much easier!
Rechecked that merging this won't break any existing flows for zkstack.
--zksync-related comment is probably the one that I'd ask to address in this PR, as it's unnecessarily user facing and easy to fix.
All the other comments can be addressed in future PRs.
zkstack_cli/crates/config/src/forge_interface/gateway_ecosystem_upgrade/input.rs
Show resolved
Hide resolved
## What ❔ Introduces functions to the zkstack related to Gateway. These are included into the libraries, but are not included into the users interface (CLI itself) and a lot of places contain TODO(EVM-927) to indicate that those are not usable before the Gateway contracts have been merged. Also, as per discussions with @sanekmelnikov it is okay that the first iteration of gateway scripts (esp since those are not usable by the partners yet) use println instead of spinners that are more commonly used in zkstack. For this we have a followup task: EVM-928 ## Why ❔ <!-- Why are these changes done? What goal do they contribute to? What are the principles behind them? --> <!-- Example: PR templates ensure PR reviewers, observers, and future iterators are in context about the evolution of repos. --> ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] Code has been formatted via `zkstack dev fmt` and `zkstack dev lint`.
What ❔
Introduces functions to the zkstack related to Gateway. These are included into the libraries, but are not included into the users interface (CLI itself) and a lot of places contain TODO(EVM-927) to indicate that those are not usable before the Gateway contracts have been merged.
Also, as per discussions with @sanekmelnikov it is okay that the first iteration of gateway scripts (esp since those are not usable by the partners yet) use println instead of spinners that are more commonly used in zkstack. For this we have a followup task: EVM-928
Why ❔
Checklist
zkstack dev fmtandzkstack dev lint.