-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
chore: Reduce diff with sync layer stable (zkstack) #3416
Conversation
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
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.
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 fmt
andzkstack dev lint
.