zksync-era
zksync-era copied to clipboard
feat: Remove batch dry_run
What ❔
Remove batch_dry_run
method
Hardcode values needed for seal criterions
Why ❔
batch_dry_run
is not needed anymore
Checklist
- [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
andzk lint
. - [x] Spellcheck has been run via
zk spellcheck
. - [x] Linkcheck has been run via
zk linkcheck
.