Releases: matter-labs/zksync-era
Releases · matter-labs/zksync-era
core: v18.0.1
core: v18.0.0
18.0.0 (2023-11-14)
⚠ BREAKING CHANGES
- boojum integration (#112)
Features
- basic_witness_input_producer: Witness inputs queued after BWIP run (#345) (9c2be91)
- boojum integration (#112) (e76d346)
- core: adds a get proof endpoint in zks namespace (#455) (f4313a4)
- core: Split config definitions and deserialization (#414) (c7c6b32)
- dal: Do not load config from env in DAL crate (#444) (3fe1bb2)
- house_keeper: Remove GCS Blob Cleaner (#321) (9548914)
- job-processor: report attempts metrics (#448) (ab31f03)
- vm: Use the one interface for all vms (#277) (91bb99b)
Bug Fixes
- boojnet: various boojnet fixes (#462) (f13648c)
- change vks upgrade logic (#491) (cb394f3)
- eth-sender: Correct ABI for get_verification_key (#445) (8af0d85)
- metadata-calculator: Save commitment for pre-boojum (#481) (664ce33)
- Versioned L1 batch metadata (#450) (8a40dc3)
- vm: storage_refunds for
vm_refunds_enhancement
(#449) (1e1e59f)
Server release for boojnet #19
core-v_boojnet_1.19.0 Fix eth_watcher index out of range for EOA-controlled upgrades
Fix commitment generation
core-v_boojnet_1.18.0 Resolve conflicts
Server release for boojnet #16
core-v_boojnet_1.16.0 apply only if system logs non empty
Server release for boojnet #15
core-v_boojnet_1.15.0 add more asserts
prover: v9.0.0
Prover release for boojnet
fix(eth-sender): Correct ABI for get_verification_key (#445) ## What ❔ Use correct contract ABI with `get_verification_key` function ## Why ❔ Fix eth-sender for pre-boojum ## 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). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [x] Code has been formatted via `zk fmt` and `zk lint`.
Server release for boojnet #14
fix(eth-sender): Correct ABI for get_verification_key (#445) ## What ❔ Use correct contract ABI with `get_verification_key` function ## Why ❔ Fix eth-sender for pre-boojum ## 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). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [x] Code has been formatted via `zk fmt` and `zk lint`.
Server release for boojnet #13
chore: Restore contract verification tests (#419) # What ❔ - restoring contract verification tests - bumping hardhat and hardhat-vyper ## Why ❔ A bug in hardhat-vyper was fixed, hence we can compile vyper again. ## 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`. Co-authored-by: Igor Borodin <hatemosphere@protonmail.com>