Skip to content

Releases: matter-labs/zksync-era

zk_toolbox: v0.1.1

02 Aug 16:10
b2e1fe5
Compare
Choose a tag to compare

0.1.1 (2024-08-02)

Features

Bug Fixes

  • api: correct default fee data in eth call (#2072) (e71f6f9)
  • disable localhost wallets on external network interaction (#2212) (a00317d)
  • house-keeper: Fix queue size queries (#2106) ([183502...
Read more

prover: v16.2.0

02 Aug 17:41
e44bfff
Compare
Choose a tag to compare

16.2.0 (2024-08-02)

Features

  • configs: Do not panic if config is only partially filled (#2545) (db13fe3)
  • Introduce more tracing instrumentation (#2523) (79d407a)
  • New prover documentation (#2466) (1b61d07)
  • optimize LWG and NWG (#2512) (0d00650)
  • Poll the main node for the next batch to sign (BFT-496) (#2544) (22cf820)
  • Remove CI and docker images for CPU prover & compressor (#2540) (0dda805)
  • Remove unused VKs, add docs for BWG (#2468) (2fa6bf0)
  • Support sending logs via OTLP (#2556) (1d206c0)
  • Update to consensus 0.1.0-rc.4 (BFT-486) (#2475) (ff6b10c)
  • vlog: New vlog interface + opentelemtry improvements (#2472) (c0815cd)
  • witness_vector_generator: Make it possible to run multiple wvg instances in one binary (#2493) (572ad40)
  • zk_toolbox: use configs from the main repo (#2470) (4222d13)

Bug Fixes

  • prover: Parallelize circuit metadata uploading for BWG (#2520) (f49720f)
  • prover: Reduce database connection overhead for BWG (#2543) (c2439e9)
  • witness_generator: Only spawn 1 prometheus exporter per witness generator (#2492) (b9cb222)

Reverts

  • "feat: Poll the main node for the next batch to sign (BFT-496)" (#2574) (72d3be8)

core: v24.14.0

02 Aug 07:47
73a0bb4
Compare
Choose a tag to compare

24.14.0 (2024-08-01)

Features

core: v24.13.0

01 Aug 07:40
4729435
Compare
Choose a tag to compare

24.13.0 (2024-07-31)

Features

  • Add recovery tests to zk_supervisor (#2444) (0c0d10a)
  • Added a JSON RPC to simulating L1 for consensus attestation (#2480) (c6b3adf)
  • added dropping all attester certificates when doing hard fork (#2529) (5acd686)
  • configs: Do not panic if config is only partially filled (#2545) (db13fe3)
  • eth-sender: Make eth-sender tests use blob txs + refactor of eth-sender tests (#2316) (c8c8334)
  • Introduce more tracing instrumentation (#2523) (79d407a)
  • Remove unused VKs, add docs for BWG (#2468) (2fa6bf0)
  • Revisit base config values (#2532) (3fac8ac)
  • Server 10k gwei limit on gas price and 1M limit on pubdata price (#2460) (be238cc)
  • vlog: Implement otlp guard with force flush on drop (#2536) (c9f76e5)
  • vlog: New vlog interface + opentelemtry improvements (#2472) (c0815cd)
  • zk_toolbox: add test upgrade subcommand to zk_toolbox (#2515) (1a12f5f)
  • zk_toolbox: use configs from the main repo (#2470) (4222d13)

Bug Fixes

  • contract verifier: Fix config values (#2510) (3729468)
  • fixed panic propagation (#2525) (e0fc58b)
  • proof_data_handler: Unlock jobs on transient errors (#2486) (7c336b1)
  • prover: Parallelize circuit metadata uploading for BWG (#2520) (f49720f)
  • VM performance diff: don't show 0 as N/A (#2276) (2fa2249)

core: v24.12.0

25 Jul 20:53
c319c8c
Compare
Choose a tag to compare

24.12.0 (2024-07-25)

This release fixes the consensus secrets generator output so that it can be used directly as consensus secrets input

Features

  • add general config and secrets opts to snapshot creator (#2471) (0f475c9)
  • Update to consensus 0.1.0-rc.4 (BFT-486) (#2475) (ff6b10c)

Bug Fixes

Performance Improvements

  • writing tx to bootloader memory is no longer quadratic (#2479) (1c443e5)

prover: v16.1.0

24 Jul 09:01
513b56e
Compare
Choose a tag to compare

16.1.0 (2024-07-24)

Features

Bug Fixes

core: v24.11.0

24 Jul 07:23
5eab94c
Compare
Choose a tag to compare

24.11.0 (2024-07-23)

This version has an opt-in feature of gossip-based node synchronisation. To enable it, see docs.

Features

core: v24.10.0

22 Jul 10:19
ce62dde
Compare
Choose a tag to compare

24.10.0 (2024-07-22)

Features

  • Add blob size metrics (#2411) (41c535a)
  • en: Switch EN to use node framework (#2427) (0cee530)
  • eth-sender: add early return in sending new transactions to not spam logs with errors (#2425) (192f2a3)
  • eth-watch: Integrate decentralized upgrades (#2401) (5a48e10)
  • L1 batch signing (BFT-474) (#2414) (ab699db)
  • prover: Make it possible to run prover out of GCP (#2448) (c9da549)
  • zk_toolbox: Small adjustment for zk toolbox (#2424) (ce43c42)

Bug Fixes

  • eth-sender: add bump of min 10% when resending txs to avoid "replacement transaction underpriced" (#2422) (a7bcf5d)
  • Set attesters in Connection::adjust_genesis (BFT-489) (#2429) (ca4cb3c)

prover: v16.0.0

11 Jul 08:48
b0cd078
Compare
Choose a tag to compare

16.0.0 (2024-07-11)

⚠ BREAKING CHANGES

  • prover: Bump prover protocol patch (#2428)

Features

prover: v15.1.0

10 Jul 13:29
a33c80c
Compare
Choose a tag to compare

15.1.0 (2024-07-10)

Features

Bug Fixes