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: pubdata type changes from sync-layer-stable (#3425)
## What ❔
Changes to PubdataType from sync-layer-stable: Validium variant is
removed and specific DAs are added. This change is breaking but
- for DB only `Rollup` is used for pre-gateway and this variant wasn't
changed
- for consensus protobuf `pubdata_params` is null for pre-gateway
so it should be good.
Changes to allow reading system bytecodes from L2 upgrade tx factory
deps.
Fix `metadata[3]` in eth watcher processor.
## Why ❔
Reduce sync-layer-stable diff
## 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`.
0 commit comments