Skip to content

Releases: matter-labs/zksync-era

prover: v14.4.0

30 May 19:08
ac37964
Compare
Choose a tag to compare

14.4.0 (2024-05-30)

Features

Bug Fixes

core: v24.5.0

30 May 18:43
e0923ff
Compare
Choose a tag to compare

24.5.0 (2024-05-30)

Features

  • Add protocol_version label to WG jobs metric (#2009) (e0a3393)
  • config: remove zksync home (#2022) (d08fe81)
  • en: Improve tree snapshot recovery (#1938) (5bc8234)
  • Make house keeper emit correct protocol version (#2062) (a58a7e8)
  • node_framework: Migrate main node to the framework (#1997) (27a26cb)
  • node_framework: Synchronize pools layer with logic in initialize_components (#2079) (3202461)
  • Protocol semantic version (#2059) (3984dcf)
  • prover: Adnotate prover queue metrics with protocol version (#1893) (d1e1004)
  • save writes needed for tree in state keeper (#1965) (471af53)
  • test: Add filebased config support for integration tests (#2043) (be3ded9)
  • vm-runner: implement VM runner main body (#1955) (bf5b6c2)

Bug Fixes

  • API: polish web3 api block-related types (#1994) (6cd3c53)
  • en: chunk factory deps (#2077) (4b9e6fa)
  • en: Fix recovery-related metrics (#2014) (86355d6)
  • eth-watch: Do not track for stm, only for diamond proxy (#2080) (87adac9)
  • fix metrics reporting wrong values (#2065) (2ec010a)
  • loadtest: resolve unit conversion error in loadtest metrics (#1987) (b5870a0)
  • merkle-tree: Fix incoherent Merkle tree view (#2071) (2fc9a6c)
  • metadata-calculator: protective reads sort (#2087) (160c13c)
  • node_framework: Fix the connection pool size for the catchup task (#2046) (c00a2eb)
  • node_framework: Use custom pool for commitiment generator (#2076) (994df8f)
  • protocol_version: Add backward compatibility (#2097) (391624b)
  • pruning: Fix DB pruner responsiveness during shutdown (#2058) (0a07312)
  • zk_toolbox: Use both folders for loading contracts (#2030) (97c6d5c)

Performance Improvements

  • commitment-generator: Run commitment generation for multiple batches in parallel (#1984) (602bf67)

prover: v14.3.0

23 May 10:30
13a640c
Compare
Choose a tag to compare

14.3.0 (2024-05-23)

Features

Bug Fixes

  • prover: Fix path to vk_setup_data_generator_server_fri (#2025) (dbe4d6f)

core: v24.4.0

21 May 16:26
7111711
Compare
Choose a tag to compare

24.4.0 (2024-05-21)

Features

  • prover: add GPU feature for compressor (#1838) (e9a2213)
  • pruning: remove manual vaccum; add migration configuring autovacuum (#1983) (3d98072)
  • tests: Move all env calls to one place in ts-tests (#1968) (3300047)

Bug Fixes

prover: v14.2.0

17 May 07:27
9919153
Compare
Choose a tag to compare

14.2.0 (2024-05-17)

Features

Bug Fixes

core: v24.3.0

17 May 06:35
0cbcab3
Compare
Choose a tag to compare

24.3.0 (2024-05-16)

Features

Bug Fixes

  • basic_types: bincode deserialization for web3::Bytes (#1928) (406ec8c)
  • config: Fix data-handler-config (#1919) (b6bb041)
  • en: Delete old txs by (init_addr, nonce) (#1942) (fa5f4a7)
  • en: Fix reorg detector logic for dealing with last L1 batch (#1906) (3af5f5b)
  • parentHash in websocket blocks subscription is shown as 0x0 (#1946) (fc2efad)
  • Prover CLI: status batch bugs (#1865) (09682f2)
  • utils: bincode ser-/deserialization for BytesToHexSerde (#1947) (a75b917)

prover: v14.1.1

14 May 10:26
0bd27a1
Compare
Choose a tag to compare

14.1.1 (2024-05-14)

Bug Fixes

  • core/prover: Changes to support Validium (#1910) (1cb0dc5)

core: v24.2.0

14 May 09:21
41f74cd
Compare
Choose a tag to compare

24.2.0 (2024-05-14)

Features

  • api: Add zeppelinos well-known slots (#1892) (1c041cc)
  • en: Brush up EN observability config (#1897) (086f768)
  • node_framework: Add tree api server & client to the metadata calculator (#1885) (6dda157)

Bug Fixes

  • core/prover: Changes to support Validium (#1910) (1cb0dc5)
  • eth-client: Fix call error detection (#1890) (c22ce63)
  • eth-client: Make block params non-optional (#1882) (3005862)
  • pruning: Don't require metadata to exist for first L1 batches to be pruned (#1850) (75c8565)
  • pruning: query optimization (#1904) (9154390)

prover: v14.1.0

11 May 19:39
bf7f22e
Compare
Choose a tag to compare

14.1.0 (2024-05-11)

Features

Bug Fixes

core: v24.1.0

08 May 08:28
4df5b7f
Compare
Choose a tag to compare

24.1.0 (2024-05-08)

Features

Bug Fixes

  • basic_types: bincode deserialization for L2ChainId (#1835) (fde85f4)
  • contract-verifier: YUL system-mode verification (#1863) (5aa7d41)
  • loadtest: Do not initiate transactions with 0 amount (#1847) (1bbe108)

Performance Improvements

  • db: Fine-tune state keeper cache performance / RAM usage (#1804) (82bf40e)
  • state-keeper: Improve FilterWrittenSlots l1 batch seal stage (#1854) (4cf235f)