Skip to content

Releases: matter-labs/zksync-era

prover: v16.5.0

28 Aug 13:18
46a75d4
Compare
Choose a tag to compare

16.5.0 (2024-08-28)

Features

Bug Fixes

core: v24.23.0

28 Aug 18:04
3060381
Compare
Choose a tag to compare

24.23.0 (2024-08-28)

Features

Bug Fixes

  • api: Fix duplicate DB connection acquired in eth_call (#2763) (74b764c)
  • vm: Fix used bytecodes divergence (#2741) (923e33e)

core: v24.22.0

27 Aug 15:02
a6b6e82
Compare
Choose a tag to compare

24.22.0 (2024-08-27)

Features

  • add flag to enable/disable DA inclusion verification (#2647) (b425561)
  • Base token: add cbt metrics (#2720) (58438eb)
  • Change default_protective_reads_persistence_enabled to false (#2716) (8d0eee7)
  • vm: Extract oneshot VM executor interface (#2671) (951d5f2)
  • zk_toolbox: Add holesky testnet as layer1 network (#2632) (d9266e5)

Bug Fixes

  • api: tx.gas_price field (#2734) (aea3726)
  • base_token_adjuster: bug with a wrong metrics namespace (#2744) (64b2ff8)
  • eth-sender: missing Gateway migration changes (#2732) (a4170e9)
  • proof_data_handler: TEE blob fetching error handling (#2674) (c162510)

core: v24.21.0

23 Aug 07:30
835aec3
Compare
Choose a tag to compare

24.21.0 (2024-08-22)

Features

  • External prover API metrics, refactoring (#2630) (c83cca8)

core: v24.20.0

21 Aug 14:45
161ebdc
Compare
Choose a tag to compare

24.20.0 (2024-08-21)

Features

Bug Fixes

  • base token ratio startup as a separate component (#2704) (d65588f)
  • upgrade.test.ts: minting from a clean state (#2402) (efa3bd6)

core: v24.19.0

21 Aug 09:18
74b3534
Compare
Choose a tag to compare

24.19.0 (2024-08-21)

Features

  • db: Allow creating owned Postgres connections (#2654) (47a082b)
  • eth-sender: add option to pause aggregator for gateway migration (#2644) (56d8ee8)
  • eth-sender: added chain_id column to eth_txs + support for gateway in tx_aggregator (#2685) (97aa6fb)
  • eth-sender: gateway support for eth tx manager (#2593) (25aff59)
  • prover_cli: Add test for status, l1 and config commands. (#2263) (6a2e3b0)
  • prover_cli: Stuck status (#2441) (232a817)
  • prover: Add ProverJobMonitor (#2666) (e22cfb6)
  • prover: parallelized memory queues simulation in BWG (#2652) (b4ffcd2)
  • update base token rate on L1 (#2589) (f84aaaf)
  • zk_toolbox: Add zk_supervisor run unit tests command (#2610) (fa866cd)
  • zk_toolbox: Run formatters and linterrs (#2675) (caedd1c)

Bug Fixes

  • contract-verifier: Check for 0x in zkvyper output (#2693) (0d77588)
  • make set token multiplier optional (#2696) (16dff4f)
  • prover: change bucket for RAM permutation witnesses (#2672) (8b4cbf4)
  • use lower fair l2 gas price for cbt (#2690) (e1146fc)

Performance Improvements

  • logs-bloom: do not run heavy query if migration was completed (#2680) (f9ef00e)

zk_toolbox: v0.1.2

20 Aug 14:09
26ecc34
Compare
Choose a tag to compare

0.1.2 (2024-08-20)

Features

  • Poll the main node API for attestation status - relaxed (BFT-496) (#2583) (b45aa91)
  • update base token rate on L1 (#2589) (f84aaaf)
  • zk_toolbox: Add installation script (#2569) (009cd97)
  • zk_toolbox: Add lint command (#2626) (3d02946)
  • zk_toolbox: Add observability interactive option (#2592) (3aeaaed)
  • zk_toolbox: Add zk_supervisor run unit tests command (#2610) (fa866cd)
  • zk_toolbox: Add zk_supervisor test l1 contracts command (#2613) (931e452)
  • zk_toolbox: Add zk_supervisor test prover command (#2614) (0fe173b)
  • zk_toolbox: allow to run zk_inception chain create non-interactively (#2579) (555fcf7)
  • zk_toolbox: Minting base token (#2571) (ae2dd3b)
  • zk_toolbox: Run formatters and linterrs (#2675) (caedd1c)

Bug Fixes

  • Bump prover dependencies & rust toolchain (#2600) (849c6a5)
  • zk_toolbox: Do not panic during mint (#2658) (1a8ee90)
  • zk_toolbox: Get l1-network config param from flag (#2603) (553d307)

prover: v16.4.0

16 Aug 08:06
51259b6
Compare
Choose a tag to compare

16.4.0 (2024-08-16)

Features

  • Bump harness & gpu deps (#2634) (2a7d566)
  • Poll the main node API for attestation status - relaxed (BFT-496) (#2583) (b45aa91)
  • vlog: Report observability config, flush, and shutdown (#2622) (e23e661)
  • vm: Extract VM interface to separate crate (#2638) (cb9ac4e)
  • vm: Fast VM integration (#1949) (b752a54)

Bug Fixes

core: v24.18.0

14 Aug 17:20
87e2c5a
Compare
Choose a tag to compare

24.18.0 (2024-08-14)

Features

core: v24.17.0

13 Aug 12:05
a0c7a03
Compare
Choose a tag to compare

24.17.0 (2024-08-13)

Features

Bug Fixes