Skip to content

Releases: matter-labs/zksync-era

prover: v18.0.0

27 Jan 11:10
32a068d
Compare
Choose a tag to compare

18.0.0 (2025-01-27)

⚠ BREAKING CHANGES

  • contracts: gateway integration (#1934)

Features

Bug Fixes

core: v26.2.0

24 Jan 14:48
fc06147
Compare
Choose a tag to compare

26.2.0 (2025-01-24)

Features

Bug Fixes

  • en: better defaults, i.e. the same as used by main node (#3521) (2b5fe98)
  • en: Fix race condition in EN storage initialization (#3515) (c916797)
  • JSON proof serialization (#3514) (516e521)

core: v26.1.0

21 Jan 14:24
52de758
Compare
Choose a tag to compare

26.1.0 (2025-01-21)

Features

  • update l2 erc20 bridge address in updater as well (#3500) (fe3c7b2)
  • vm: Implement call tracing for fast VM (#2905) (731b824)

Bug Fixes

  • copy special case to fast VM call tracer (#3509) (995e583)
  • fix execute encoding for transactions (#3501) (4c381a8)
  • gateway: erc20 workaround for gateway upgrade (#3511) (c140ba8)

Performance Improvements

core: v26.0.0

17 Jan 14:19
7463636
Compare
Choose a tag to compare

26.0.0 (2025-01-17)

⚠ BREAKING CHANGES

  • contracts: gateway integration (#1934)

Features

Bug Fixes

Performance Improvements

core: v25.4.0

19 Dec 14:47
3ce7e8a
Compare
Choose a tag to compare

25.4.0 (2024-12-19)

Features

Bug Fixes

  • contract-verifier: Fix version extraction in gh resolver (#3378) (9a10dcf)

core: v25.3.0

11 Dec 18:21
503956d
Compare
Choose a tag to compare

25.3.0 (2024-12-11)

Features

  • change seal criteria for gateway (#3320) (a0a74aa)
  • contract-verifier: Download compilers from GH automatically (#3291) (a10c4ba)
  • integrate gateway changes for some components (#3274) (cbc91e3)
  • proof-data-handler: exclude batches without object file in GCS (#2980) (3e309e0)
  • pruning: Record L1 batch root hash in pruning logs (#3266) (7b6e590)
  • state-keeper: mempool io opens batch if there is protocol upgrade tx (#3360) (f6422cd)
  • tee: add error handling for unstable_getTeeProofs API endpoint (#3321) (26f630c)
  • zksync_cli: Health checkpoint improvements (#3193) (440fe8d)

Bug Fixes

  • api: batch fee input scaling for debug_traceCall (#3344) (7ace594)
  • tee: correct previous fix for race condition in batch locking (#3358) (b12da8d)
  • tee: fix race condition in batch locking (#3342) (a7dc0ed)
  • tracer: adds vm error to flatCallTracer error field if exists (#3374) (5d77727)

prover-v16.8.0_rc.2

02 Dec 20:12
c88c4fd
Compare
Choose a tag to compare

Full Changelog: prover-v16.8.0_rc.1...prover-v16.8.0_rc.2

  • Added all needed CUDA_ARCH into circuit-prover binary

prover: v17.1.1

27 Nov 11:24
86efd40
Compare
Choose a tag to compare

17.1.1 (2024-11-26)

Bug Fixes

  • Add prometheus exporter to circut prover (#3311) (920eba1)

core: v25.2.0

19 Nov 16:21
b26f939
Compare
Choose a tag to compare

25.2.0 (2024-11-19)

Features

  • add more metrics for the tee_prover (#3276) (8b62434)
  • api-server: add yParity for non-legacy txs (#3246) (6ea36d1)
  • consensus: fallback json rpc syncing for consensus (#3211) (726203b)
  • contract-verifier: Adapt contract verifier API for EVM bytecodes (#3234) (4509179)
  • contract-verifier: Support Solidity contracts with EVM bytecode in contract verifier (#3225) (8a3a82c)
  • contract-verifier: Support Vyper toolchain for EVM bytecodes (#3251) (75f7db9)
  • en: Support Merkle tree recovery with pruning enabled (#3172) (7b8640a)
  • ProverJobProcessor & circuit prover (#3287) (98823f9)
  • prover: Move prover_autoscaler config into crate (#3222) (1b33b5e)
  • vm_executor: Add new histogram metric for gas per tx in vm_executor (#3215) (3606fc1)
  • vm: add gateway changes to fast vm (#3236) (f3a2517)

Bug Fixes

prover: v17.1.0

18 Nov 12:07
ca3c0c6
Compare
Choose a tag to compare

17.1.0 (2024-11-18)

Features

  • Add min_replicas for SimpleScaler, apply_min_to_namespace config (#3282) (bc00c4a)
  • allow vm2 tracers to stop execution (#3183) (9dae839)
  • contract-verifier: Support Solidity contracts with EVM bytecode in contract verifier (#3225) (8a3a82c)
  • prover: Add cluster name autodetection (#3227) (bd32aec)
  • prover: Add queue metric to report autoscaler view of the queue. (#3206) (2721396)
  • ProverJobProcessor & circuit prover (#3287) (98823f9)
  • prover: Move prover_autoscaler config into crate (#3222) (1b33b5e)

Bug Fixes

  • prover: Remove unneeded dependencies, add default for graceful_shutdown_timeout (#3242) (1bfff0e)