Commit 066b3b1
fix(zkstack): Allow to use chain config if ecosystem is redundant (#4236)
## What ❔
Allow to run zkstack command from chain folder, without using the whole
ecosystem.
## Why ❔
Most of the time, for chain operators, it's not necessary to have
ecosystem, it's just enough to have their own chain to make commands on
their chain.
## Is this a breaking change?
- [ ] Yes
- [ ] No
## Operational changes
<!-- Any config changes? Any new flags? Any changes to any scripts? -->
<!-- Please add anything that non-Matter Labs entities running their own
ZK Chain may need to know -->
## 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`.
---------
Signed-off-by: Danil <[email protected]>
Co-authored-by: Alexander Melnikov <[email protected]>1 parent 9189707 commit 066b3b1
File tree
105 files changed
+759
-791
lines changed- chains/era
- core/node/consensus/src/tests
- zkstack_cli
- crates
- common/src
- config/src
- zkstack/src
- commands
- chain
- args
- gateway
- genesis
- init
- consensus
- contract_verifier
- dev
- commands
- clean
- database
- prover
- rich_account
- send_transactions
- status
- test
- upgrades
- args
- ecosystem
- args
- explorer
- external_node
- private_rpc
- prover
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
105 files changed
+759
-791
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
| 429 | + | |
429 | 430 | | |
430 | 431 | | |
431 | 432 | | |
| |||
0 commit comments