Skip to content

Releases: matter-labs/zksync-era

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)

prover: v16.6.0

31 Oct 11:31
e95f50a
Compare
Choose a tag to compare

16.6.0 (2024-10-31)

Features

  • (DB migration) Rename recursion_scheduler_level_vk_hash to snark_wrapper_vk_hash (#2809) (64f9551)
  • Add initial version prover_autoscaler (#2993) (ebf9604)
  • added seed_peers to consensus global config (#2920) (e9d1d90)
  • attester committees data extractor (BFT-434) (#2684) (92dde03)
  • Bump crypto and protocol deps (#2825) (a5ffaf1)
  • circuit_prover: Add circuit prover (#2908) (48317e6)
  • consensus: Support for syncing blocks before consensus genesis over p2p network (#3040) (d3edc3d)
  • da-clients: add secrets (#2954) (f4631e4)
  • gateway preparation (#3006) (16f2757)
  • Integrate tracers and implement circuits tracer in vm2 (#2653) (87b02e3)
  • Move prover data to /home/popzxc/workspace/current/zksync-era/prover/data (#2778) (62e4d46)
  • Prover e2e test (#2975) (0edd796)
  • prover: add CLI option to run prover with max allocation (#2794) (35e4cae)
  • prover: Add endpoint to PJM to get queue reports (#2918) (2cec83f)
  • prover: Add error to panic message of prover (#2807) (6e057eb)
  • prover: Add min_provers and dry_run features. Improve metrics and test. (#3129) (7c28964)
  • prover: Add scale failure events watching and pods eviction. (#3175) (dd166f8)
  • prover: Add sending scale requests for Scaler targets (#3194) (767c5bc)
  • prover: Add support for scaling WGs and compressor (#3179) (c41db9e)
  • prover: Autoscaler sends scale request to appropriate agents. (#3150) (bfedac0)
  • prover: Extract keystore into a separate crate (#2797) (e239260)
  • prover: Optimize setup keys loading (#2847) (19887ef)
  • prover: Refactor WitnessGenerator (#2845) (934634b)
  • prover: Update witness generator to zkevm_test_harness 0.150.6 (#3029) (2151c28)
  • prover: Use query macro instead string literals for queries (#2930) (1cf959d)
  • prover: WG refactoring #3 (#2942) (df68762)
  • prover: WitnessGenerator refactoring #2 (#2899) (36e5340)
  • Refactor metrics/make API use binaries (#2735) (8ed086a)
  • Remove prover db from house keeper (#2795) (85b7346)
  • tee: use hex serialization for RPC responses (#2887) (abe0440)
  • utils: Rework locate_workspace, introduce Workspace type (#2830) (d256092)
  • vm2 tracers can access storage (#3114) (e466b52)
  • vm: Do not panic on VM divergence (#2705) (7aa5721)
  • vm: EVM emulator support – base (#2979) (deafa46)
  • vm: Extract batch executor to separate crate (#2702) (b82dfa4)
  • zk_toolbox: zk_supervisor prover subcommand (#2820) (3506731)
  • zk_toolbox: Add external_node consensus support (#2821) (4a10d7d)
  • zk_toolbox: Add SQL format for zk supervisor (#2950) (540e5d7)
  • zk_toolbox: deploy legacy bridge (#2837) (93b4e08)
  • zk_toolbox: Redesign zk_toolbox commands (#3003) (114834f)
  • zkstack_cli: Build dependencies at zkstack build time (#3157) (724d9a9)

Bug Fixes

Read more

core: v25.0.0

23 Oct 12:52
0d78228
Compare
Choose a tag to compare

25.0.0 (2024-10-23)

⚠ BREAKING CHANGES

  • contracts: integrate protocol defense changes (#2737)

Features

  • Add CoinMarketCap external API (#2971) (c1cb30e)
  • api: Implement eth_maxPriorityFeePerGas (#3135) (35e84cc)
  • api: Make acceptable values cache lag configurable (#3028) (6747529)
  • contracts: integrate protocol defense changes (#2737) (c60a348)
  • external-node: save protocol version before opening a batch (#3136) (d6de4f4)
  • Prover e2e test (#2975) (0edd796)
  • prover: Add min_provers and dry_run features. Improve metrics and test. (#3129) (7c28964)
  • tee_verifier: speedup SQL query for new jobs (#3133) (30ceee8)
  • vm2 tracers can access storage (#3114) (e466b52)
  • vm: Return compressed bytecodes from push_transaction() (#3126) (37f209f)

Bug Fixes

  • call_tracer: Flat call tracer fixes for blocks (#3095) (30ddb29)
  • consensus: preventing config update reverts (#3148) (caee55f)
  • en: Return SyncState health check (#3142) (abeee81)
  • external-node: delete empty unsealed batch on EN initialization (#3125) (5d5214b)
  • Fix counter metric type to be Counter. (#3153) (08a3fe7)
  • mempool: minor mempool improvements (#3113) (cd16083)
  • prover: Run for zero queue to allow scaling down to 0 (#3115) (bbe1919)
  • restore instruction count functionality (#3081) (6159f75)
  • state-keeper: save call trace for upgrade txs (#3132) (e1c363f)
  • tee_prover: add zstd compression (#3144) (7241ae1)
  • tee_verifier: correctly initialize storage for re-execution (#3017) (9d88373)

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)