Skip to content

core: v22.1.0

Compare
Choose a tag to compare
@zksync-era-bot zksync-era-bot released this 28 Mar 13:58
3fa6141

22.1.0 (2024-03-28)

Features

  • Drop prover tables in core database (#1436) (0d78122)
  • en: consistency checker persistent cursor (#1466) (03496e6)
  • en: Make snapshot syncing future-proof (#1441) (8c26a7a)
  • genesis: Using genesis config only during the genesis (#1423) (4b634fd)
  • node_framework: Add a task to handle sigint (#1471) (2ba6527)
  • node-framework: Add circuit breaker checker layer to framework (#1452) (2c7a6bf)
  • prover: export prover traces through OTLP (#1427) (16dce75)
  • sigint initialization only after snapshots is applied (#1356) (c7c7356)
  • Split witness generator timeout configs by round (#1505) (8074d01)
  • state-keeper: implement asynchronous RocksDB cache (#1256) (da41f63)
  • state-keeper: Refactor persistence in StateKeeper (#1411) (e26091a)
  • state-keeper: Remove WitnessBlockState generation from state keeper (#1507) (8ae0355)
  • Switch contract verification API to axum and get rid of actix-web usage (#1467) (e7a9d61)

Bug Fixes