You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(genesis): Validate genesis config against L1 (matter-labs#2786)
## What ❔
Validate protocol version and vk hash from genesis config against L1
## Why ❔
Right now nothing prevents from initializing contracts and node with
different protocol versions or vk hashs, and it already happened 🥲
## 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 `zk fmt` and `zk lint`.
0 commit comments