Skip to content

Releases: matter-labs/zksync-era

core: v18.0.1

15 Nov 12:53
97f2c97
Compare
Choose a tag to compare

18.0.1 (2023-11-15)

Bug Fixes

  • metadata-calculator: Do not require events_queue for old batches (#492) (0c454fc)

core: v18.0.0

15 Nov 09:06
44cbb94
Compare
Choose a tag to compare

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

11 Nov 08:07
2c6821d
Compare
Choose a tag to compare
Pre-release
core-v_boojnet_1.19.0

Fix eth_watcher index out of range for EOA-controlled upgrades

Fix commitment generation

10 Nov 19:53
039cef8
Compare
Choose a tag to compare
core-v_boojnet_1.18.0

Resolve conflicts

Server release for boojnet #16

10 Nov 14:17
Compare
Choose a tag to compare
Pre-release
core-v_boojnet_1.16.0

apply only if system logs non empty

Server release for boojnet #15

10 Nov 13:51
Compare
Choose a tag to compare
Pre-release
core-v_boojnet_1.15.0

add more asserts

prover: v9.0.0

09 Nov 14:09
cb2bc72
Compare
Choose a tag to compare

9.0.0 (2023-11-09)

⚠ BREAKING CHANGES

  • boojum integration (#112)

Features

Bug Fixes

  • crypto: update deps to include circuit fixes (#402) (4c82015)
  • path: update gpu prover setup data path to remove extra gpu suffix (#454) (2e145c1)
  • Update prover to use the correct storage oracle (#446) (835dd82)

Prover release for boojnet

08 Nov 15:14
8af0d85
Compare
Choose a tag to compare
Pre-release
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

08 Nov 15:13
8af0d85
Compare
Choose a tag to compare
Pre-release
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

08 Nov 10:22
283096c
Compare
Choose a tag to compare
Pre-release
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>