forked from matter-labs/zksync-era
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(eth_client): Remove support for old pre-boojum verifier (matter…
…-labs#1375) ## What ❔ * Removing support for pre-boojum verifier (that used a different method to return the verification key) ## Why ❔ * Boojum migration was over 3 months ago * removes one dependency on old zkevm_test_harness ## 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`. - [ ] Spellcheck has been run via `zk spellcheck`. - [ ] Linkcheck has been run via `zk linkcheck`.
- Loading branch information
Showing
4 changed files
with
3 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
core/lib/l1_contract_interface/src/pre_boojum_verifier/mod.rs
This file was deleted.
Oops, something went wrong.
104 changes: 0 additions & 104 deletions
104
core/lib/l1_contract_interface/src/pre_boojum_verifier/vk_transform.rs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters