Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Port boojum eth-sender changes (#293)
# What ❔ - `MetadataCalculatorModeConfig::Full` changed so it optionally saves artifacts for witness to GCS, EN runs metadata calculator in full mode, so it has all commitments - Circuit breaker for facet selectors removed -- it won't be possible to perform an upgrade with it running. - Eth-sender, block-reverter, consistency-checker use L1 contract function that corresponds to the protocol version of L1 batch it's used for. ## Why ❔ Preparation for boojum upgrade ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x] Code has been formatted via `zk fmt` and `zk lint`.
- Loading branch information