Skip to content

Releases: matter-labs/zksync-era

core: v24.29.1

20 Oct 23:55
ccd1b92
Compare
Choose a tag to compare

24.29.1 (2024-10-21)

Bug Fixes

  • external-node: delete empty unsealed batch on EN initialization (#3125) (5d5214b)

core: v24.29.0

15 Oct 08:04
977d157
Compare
Choose a tag to compare

24.29.0 (2024-10-14)

Features

  • Add initial version prover_autoscaler (#2993) (ebf9604)
  • add metric to track current cbt ratio (#3020) (3fd2fb1)
  • configs: Add port parameter to ConsensusConfig (#2986) (25112df)
  • configs: Add port parameter to ConsensusConfig (#3051) (038c397)
  • consensus: smooth transition to p2p syncing (BFT-515) (#3075) (5d339b4)
  • consensus: Support for syncing blocks before consensus genesis over p2p network (#3040) (d3edc3d)
  • en: periodically fetch bridge addresses (#2949) (e984bfb)
  • eth-sender: add time_in_mempool_cap config (#3018) (f6d86bd)
  • eth-watch: catch another reth error (#3026) (4640c42)
  • Handle new yul compilation flow (#3038) (4035361)
  • state-keeper: pre-insert unsealed L1 batches (#2846) (e5b5a3b)
  • vm: EVM emulator support – base (#2979) (deafa46)
  • zk_toolbox: added support for setting attester committee defined in a separate file (#2992) (6105514)
  • zk_toolbox: Redesign zk_toolbox commands (#3003) (114834f)
  • zktoolbox: added checking the contract owner in set-attester-committee command (#3061) (9b0a606)

Bug Fixes

  • api: Accept integer block count in eth_feeHistory (#3077) (4d527d4)
  • api: Adapt eth_getCode to EVM emulator (#3073) (15fe5a6)
  • bincode deserialization for VM run data (#3044) (b0ec79f)
  • bincode deserialize for WitnessInputData (#3055) (91d0595)
  • external-node: make fetcher rely on unsealed batches (#3088) (bb5d147)
  • state-keeper: ensure unsealed batch is present during IO init (#3071) (bdeb411)
  • vm: Check protocol version for fast VM (#3080) (a089f3f)
  • vm: Prepare new VM for use in API server and fix divergences (#2994) (741b77e)

Reverts

core: v24.28.0

02 Oct 17:34
8d24eb5
Compare
Choose a tag to compare

24.28.0 (2024-10-02)

Features

Bug Fixes

  • api: Fix batch fee input for debug namespace (#2948) (79b6fcf)
  • chainstack block limit exceeded (#2974) (4ffbf42)
  • eth-watch: add missing check that from_block is not larger than finalized_block (#2969) (3f406c7)
  • ignore unknown fields in rpc json response (#2962) (692ea73)

Performance Improvements

core: v24.27.0

25 Sep 14:23
e214dd0
Compare
Choose a tag to compare

24.27.0 (2024-09-25)

Features

  • vm: Split old and new VM implementations (#2915) (93bc66f)

Bug Fixes

core: v24.26.0

23 Sep 13:03
7a53cd1
Compare
Choose a tag to compare

24.26.0 (2024-09-23)

Features

  • added seed_peers to consensus global config (#2920) (e9d1d90)
  • circuit_prover: Add circuit prover (#2908) (48317e6)
  • prover: Add endpoint to PJM to get queue reports (#2918) (2cec83f)
  • vm: Do not panic on VM divergence (#2705) (7aa5721)
  • vm: Extract oneshot VM executor – environment types (#2885) (a2d4126)

Bug Fixes

  • api_server: fix blob_gas length (#2673) (44a8f79)
  • eth-sender: print better error message in case of missing blob prices (#2927) (38fc824)

core: v24.25.0

19 Sep 11:42
f6d68da
Compare
Choose a tag to compare

24.25.0 (2024-09-19)

Features

  • (DB migration) Rename recursion_scheduler_level_vk_hash to snark_wrapper_vk_hash (#2809) (64f9551)
  • add da clients (#2743) (9218612)
  • attester committees data extractor (BFT-434) (#2684) (92dde03)
  • emit errors in prover API metrics (#2890) (2ac7cc5)
  • en: Resume incomplete snapshot in snapshot creator in more cases (#2886) (f095b4a)
  • make to address optional for transaction data (#2852) (8363c1d)
  • prover: Optimize setup keys loading (#2847) (19887ef)
  • Selector generator tool (#2844) (b359b08)
  • tee: use hex serialization for RPC responses (#2887) (abe0440)
  • utils: Rework locate_workspace, introduce Workspace type (#2830) (d256092)
  • zk_toolbox: Add external_node consensus support (#2821) (4a10d7d)

Bug Fixes

  • count SECP256 precompile to account validation gas limit as well (#2859) (fee0c2a)
  • en: Fix connection starvation during snapshot recovery (#2836) (52f4f76)
  • eth_watch: fix get_events_inner (#2882) (c957dd8)
  • handling of HTTP 403 thrown by proxyd (#2835) (2d71c74)
  • state-keeper: Restore processed tx metrics in state keeper (#2815) (4d8862b)
  • tee-prover: fix deserialization of std::time::Duration in envy config (#2817) (df8641a)

core: v24.24.0

05 Sep 20:14
fcffb06
Compare
Choose a tag to compare

24.24.0 (2024-09-05)

Features

  • conditional cbt l1 updates (#2748) (6d18061)
  • eth-watch: do not query events from earliest block (#2810) (1da3f7e)
  • genesis: Validate genesis config against L1 (#2786) (b2dd9a5)
  • Integrate tracers and implement circuits tracer in vm2 (#2653) (87b02e3)
  • Move prover data to /home/popzxc/workspace/current/zksync-era/prover/data (#2778) (62e4d46)
  • Remove prover db from house keeper (#2795) (85b7346)
  • vm-runner: Implement batch data prefetching (#2724) (d01840d)
  • vm: Extract batch executor to separate crate (#2702) (b82dfa4)
  • vm: Simplify VM interface (#2760) (c3bde47)
  • zk_toolbox: add multi-chain CI integration test (#2594) (05c940e)

Bug Fixes

  • config: Do not panic for observability config (#2639) (1e768d4)
  • core: Batched event processing support for Reth (#2623) (958dfdc)
  • return correct witness inputs (#2770) (2516e2e)
  • tee-prover: increase retries to reduce spurious alerts (#2776) (4fdc806)
  • tee-prover: mitigate panic on redeployments (#2764) (178b386)
  • tee: lowercase enum TEE types (#2798) (0f2f9bd)
  • vm-runner: Fix statement timeouts in VM playground (#2772) (d3cd553)

Performance Improvements

  • vm: Fix VM performance regression on CI loadtest (#2782) (bc0d7d5)

prover: v16.5.0

28 Aug 13:18
46a75d4
Compare
Choose a tag to compare

16.5.0 (2024-08-28)

Features

Bug Fixes

core: v24.23.0

28 Aug 18:04
3060381
Compare
Choose a tag to compare

24.23.0 (2024-08-28)

Features

Bug Fixes

  • api: Fix duplicate DB connection acquired in eth_call (#2763) (74b764c)
  • vm: Fix used bytecodes divergence (#2741) (923e33e)

core: v24.22.0

27 Aug 15:02
a6b6e82
Compare
Choose a tag to compare

24.22.0 (2024-08-27)

Features

  • add flag to enable/disable DA inclusion verification (#2647) (b425561)
  • Base token: add cbt metrics (#2720) (58438eb)
  • Change default_protective_reads_persistence_enabled to false (#2716) (8d0eee7)
  • vm: Extract oneshot VM executor interface (#2671) (951d5f2)
  • zk_toolbox: Add holesky testnet as layer1 network (#2632) (d9266e5)

Bug Fixes

  • api: tx.gas_price field (#2734) (aea3726)
  • base_token_adjuster: bug with a wrong metrics namespace (#2744) (64b2ff8)
  • eth-sender: missing Gateway migration changes (#2732) (a4170e9)
  • proof_data_handler: TEE blob fetching error handling (#2674) (c162510)