Skip to content

Releases: matter-labs/zksync-era

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)

prover: v14.0.0

06 May 09:12
f6e63e1
Compare
Choose a tag to compare

14.0.0 (2024-05-06)

⚠ BREAKING CHANGES

  • prover: Protocol Upgrade 1.5.0 (#1699)
  • shared bridge (#298)

Features

Bug Fixes

core: v24.0.0

30 Apr 09:47
e9d41a6
Compare
Choose a tag to compare

This release introduces new protocol version 24. The only difference between Version 24 and 23 is that 24 has extended bootloader memory. Note that deploying this version doesn't bump the protocol, as the upgrade has to be initiated via governance L1 transaction.

Noteworthy for EN operators:

#1642 (Granular max response size config)

For more information, please see the changelog below.

24.0.0 (2024-04-30)

⚠ BREAKING CHANGES

  • prover: Protocol Upgrade 1.5.0 (#1699)
  • shared bridge (#298)

Features

Bug Fixes

prover: v13.0.0

22 Apr 14:14
933cad2
Compare
Choose a tag to compare

13.0.0 (2024-04-22)

⚠ BREAKING CHANGES

  • vm: 1 5 0 support (#1508)

Features

Bug Fixes

  • en: Fix miscellaneous snapshot recovery nits (#1701) (13bfecc)
  • made consensus store certificates asynchronously from statekeeper (#1711) (d1032ab)

Performance Improvements

  • merkle tree: Manage indices / filters in RocksDB (#1550) (6bbfa06)

Reverts

  • env: Remove ZKSYNC_HOME env var from server (#1713) (aed23e1)

core: v23.1.0

22 Apr 14:26
d95a1fd
Compare
Choose a tag to compare

23.1.0 (2024-04-22)

Features

Bug Fixes

  • en: Fix miscellaneous snapshot recovery nits (#1701) (13bfecc)
  • ensure two connections for both executor and async catchup (#1755) (3b14a9f)
  • made consensus store certificates asynchronously from statekeeper (#1711) (d1032ab)
  • merkle_tree: don't panic in BlockOutputWithProofs::verify_proofs (#1717) (a44fac9)
  • types: fix LegacyCall type (#1739) (712919f)

Performance Improvements

Reverts

  • env: Remove ZKSYNC_HOME env var from server (#1713) (aed23e1)

core: v23.0.0

16 Apr 15:27
ce10c2f
Compare
Choose a tag to compare

23.0.0 (2024-04-16)

This release lays out some ground work for the upcoming protocol version upgrade (protocol version 23). Note that deploying this version doesn't bump the protocol, as the upgrade has to be initiated via governance L1 transaction. Also please note that this is not the final version required for the upgrade - we'll announce this separately

Apart from that, it has some QoL improvements and some ground work for features that are coming soon (like pruning and snapshot recovery).

Noteworthy for EN operators:

  • #1500 (ENs shouldn't be rate-limited by Main Node anymore)
  • #1457 (EN now support additional API servers that operate on the same DB, which allows for better read traffic scaling)

For more information, please see the changelog below.

⚠ BREAKING CHANGES

  • vm: 1 5 0 support (#1508)

Features

Bug Fixes

Read more

prover: v12.2.0

28 Mar 14:59
0999dea
Compare
Choose a tag to compare

12.2.0 (2024-03-28)

Features

Bug Fixes