Commit 0d83184
authored
chore: Reduce diff with sync layer stable (zkstack) (#3416)
## 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`.1 parent 057dcdb commit 0d83184
File tree
49 files changed
+3478
-22
lines changed- core/lib/basic_types/src
- prover/crates/lib/keystore/src
- zkstack_cli
- crates
- common
- src
- config/src
- forge_interface
- deploy_gateway_ctm
- gateway_chain_upgrade
- gateway_ecosystem_upgrade
- gateway_preparation
- zkstack
- src
- commands
- chain
- genesis
- dev/commands/clean
- ecosystem
- args
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
49 files changed
+3478
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
| 269 | + | |
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| |||
0 commit comments