Skip to content
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

fix: zkstack failed to run server #98

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

JayT106
Copy link
Contributor

@JayT106 JayT106 commented Nov 12, 2024

Fixes zkstack reference config settings missing configs for the cronos zkevm features.

Note:
When we run zkstack chain init, the script will copy the default config files from etc/env/file_based as a new chain config. Therefore, it will miss some configs relate to the cronos zkevm chain features. However, the zkstack seems like cannot read yaml file properly, so we need to set the value relate to our features no matter it's optional field (in proto file) or not.

@JayT106 JayT106 requested a review from thomas-nguy November 12, 2024 20:18
@JayT106 JayT106 self-assigned this Nov 12, 2024
@thomas-nguy
Copy link
Member

thomas-nguy commented Nov 21, 2024

I am facing this error when running

zkstack ecosystem init

│      Caused by:
│      Base system contracts mismatched: From Config BaseSystemContractsHashes { bootloader:
│      0x010008e15394cd83a8d463d61e00b4361afbc27c932b07a9d2100861b7d05e78, default_aa:
│      0x01000523eadd3061f8e701acda503defb7ac3734ae3371e4daf7494651d8b523, evm_emulator: None }, Calculated :
│      BaseSystemContractsHashes { bootloader: 0x010008e15394cd83a8d463d61e00b4361afbc27c932b07a9d2100861b7d05e78, default_aa:
│      0x01000523117890d928059529e439da8730964963fc4cfe66c0bab4613c156c99, evm_emulator: None })]

```

@thomas-nguy thomas-nguy merged commit 2cde5f4 into cronos-v25.0.0 Dec 11, 2024
19 of 37 checks passed
JayT106 added a commit that referenced this pull request Jan 21, 2025
JayT106 added a commit that referenced this pull request Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants