Skip to content

core: v25.2.0

Compare
Choose a tag to compare
@zksync-era-bot zksync-era-bot released this 19 Nov 16:21
b26f939

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