-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: break down stages into starlark packages (#30)
* refactor: break down stages into starlark packages * ci: add job to test both monolith and incremental approaches * fix: ci * chore: make cdk_central_env and permissionless_node even * chore: rename file * chore: nit * fix: genesis artifact issue * ci: fix incremental deployment * chore: nit * ci: fix incremental workflow 2 * fix: genesis artifact issue when deploying stage by stage * chore: nit * doc: document stages in `params.yml` * chore: simplify l2 params by moving them into templates * doc: add docs * chore: add back rollup consensus into params * chore: rename `l1_network_id` into `l1_chain_id` * chore: get rid of l1 funding amount in params.yml * chore: remove explorer config from params.yml * refactor: stages implementation with booleans * chore: lint * fix: typos * chore: lint * feat: move db to its own package * chore: rename ethereum pkg * ci: fix incremental workflow * ci: last fix * fix: zkevm bridge address * fix: gas token feature * doc: document hack
- Loading branch information
Showing
15 changed files
with
706 additions
and
601 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
Oops, something went wrong.