Skip to content

Releases: matter-labs/zksync-era

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)

core: v25.1.0

05 Nov 09:00
7fadc04
Compare
Choose a tag to compare

25.1.0 (2024-11-04)

Features

  • add block.timestamp asserter for AA (#3031) (069d38d)
  • allow vm2 tracers to stop execution (#3183) (9dae839)
  • api: get rid of tx receipt root (#3187) (6c034f6)
  • api: Integrate new VM into API server (no tracers) (#3033) (8e75d4b)
  • base token integration tests (#2509) (8db7e93)
  • consensus: enabled syncing pregenesis blocks over p2p (#3192) (6adb224)
  • da-clients: add Celestia client (#2983) (d88b875)
  • da-clients: add EigenDA client (#3155) (5161eed)
  • gateway preparation (#3006) (16f2757)
  • Implement gas relay mode and inclusion data for data attestation (#3070) (561fc1b)
  • metadata-calculator: Add debug endpoints for tree API (#3167) (3815252)
  • proof-data-handler: add first processed batch option (#3112) (1eb69d4)
  • proof-data-handler: add tee_proof_generation_timeout_in_secs param (#3128) (f3724a7)
  • prover: Add queue metric to report autoscaler view of the queue. (#3206) (2721396)
  • prover: Add sending scale requests for Scaler targets (#3194) (767c5bc)
  • prover: Add support for scaling WGs and compressor (#3179) (c41db9e)
  • vm: Support EVM emulation in fast VM (#3163) (9ad1f0d)

Bug Fixes

  • consensus: better logging of errors (#3170) (a5028da)
  • consensus: made attestation controller non-critical (#3180) (6ee9f1f)
  • consensus: payload encoding protected by protocol_version (#3168) (8089b78)
  • da-clients: add padding to the data within EigenDA blob (#3203) (8ae06b2)
  • da-clients: enable tls-roots feature for tonic (#3201) (42f177a)
  • extend allowed storage slots for validation as per EIP-7562 (#3166) (c76da16)
  • merkle-tree: Fix tree truncation (#3178) (9654097)
  • tee_prover: add prometheus pull listener (#3169) (1ffd22f)
  • update logging in cbt l1 behaviour (#3149) (d0f61b0)

prover: v17.0.0

31 Oct 13:16
15bb6b5
Compare
Choose a tag to compare

17.0.0 (2024-10-31)

⚠ BREAKING CHANGES

  • force minor bump for provers release -- v25 (#3208)

Features

  • force minor bump for provers release -- v25 (#3208) (6851e35)