Skip to content

Releases: matter-labs/zksync-era

core: v18.10.1

25 Dec 11:30
6c5dbb8
Compare
Choose a tag to compare

18.10.1 (2023-12-25)

Bug Fixes

  • sequencer: don't stall blockchain on failed L1 tx (#759) (50cd7c4)

core: v18.10.0

25 Dec 10:30
3549704
Compare
Choose a tag to compare

18.10.0 (2023-12-25)

Features

Bug Fixes

prover: v10.0.2

21 Dec 17:04
0804674
Compare
Choose a tag to compare

10.0.2 (2023-12-21)

Bug Fixes

  • prover: Reduce amount of prover connections per prover subcomponent (#734) (d38aa85)

prover: v10.0.1

21 Dec 11:59
174994a
Compare
Choose a tag to compare

10.0.1 (2023-12-21)

Bug Fixes

  • prover: Add logging for prover + WVGs (#723) (d7ce14c)
  • prover: update rescue_poseidon version (#726) (3db25cb)

core: v18.9.0

19 Dec 17:42
84ec18b
Compare
Choose a tag to compare

18.9.0 (2023-12-19)

Features

  • Add ecadd and ecmul to the list of precompiles upon genesis (#669) (0be35b8)
  • api: Do not return receipt if tx was not included to the batch (#706) (625d632)
  • proto serialization/deserialization of snapshots creator objects (#667) (9f096a4)
  • zk fmt sqlx-queries (#533) (6982343)

Bug Fixes

  • en: Downgrade miniblock hash equality assertion to warning (#695) (2ef3ec8)

Performance Improvements

core: v18.8.0

13 Dec 13:58
ded0996
Compare
Choose a tag to compare

18.8.0 (2023-12-13)

Features

  • api: Sunset API translator (#675) (846fd33)
  • core: Merge bounded and unbounded gas adjuster (#678) (f3c3bf5)
  • dal: Make ConnectionPoolBuilder owned (#676) (1153c42)
  • Implemented 1 validator consensus for the main node (#554) (9c59838)
  • merkle tree: Snapshot recovery in metadata calculator (#607) (f49418b)

Bug Fixes

core: v18.7.0

12 Dec 08:20
e410c86
Compare
Choose a tag to compare

18.7.0 (2023-12-12)

Features

Bug Fixes

  • Cursor not moving correctly after poll in get_filter_changes (#546) (ec5907b)
  • fix docs error (#635) (883c128)
  • follow up metrics fixes (#648) (a317c7a)
  • Follow up metrics fixes vol.2 (#656) (5c1aea2)
  • job-processor: max_attepts_reached metric (#626) (dd9b308)
  • update google cloud dependencies that do not depend on rsa (#622) (8a8cad6)

core: v18.6.1

06 Dec 12:39
c4dc1e1
Compare
Choose a tag to compare

18.6.1 (2023-12-06)

Performance Improvements

  • external-node: Use async miniblock sealing in external IO (#611) (5cf7210)

prover: v9.1.0

05 Dec 13:09
e71ee34
Compare
Choose a tag to compare

9.1.0 (2023-12-05)

Features

  • Add various metrics to the Prover subsystems (#541) (58a4e6c)
  • adds spellchecker workflow, and corrects misspelled words (#559) (beac0a8)
  • dal: Do not load config from env in DAL crate (#444) (3fe1bb2)
  • en: Implement gossip fetcher (#371) (a49b61d)
  • hyperchain: Adding prover related commands to zk stack (#440) (580cada)
  • job-processor: report attempts metrics (#448) (ab31f03)
  • merkle tree: Allow random-order tree recovery (#485) (146e4cf)
  • witness-generator: add logs to leaf aggregation job (#542) (7e95a3a)

Bug Fixes

  • Change no pending batches 404 error into a success response (#279) (e8fd805)
  • ci: Use the same nightly rust (#530) (67ef133)
  • crypto: update shivini to switch to era-cuda (#469) (38bb482)
  • Sync protocol version between consensus and server blocks (#568) (56776f9)

prover: v10.0.0

05 Dec 13:34
e2e94ff
Compare
Choose a tag to compare

10.0.0 (2023-12-05)

⚠ BREAKING CHANGES

  • boojum integration (#112)
  • Update to protocol version 17 (#384)

Features

  • Add various metrics to the Prover subsystems (#541) (58a4e6c)
  • adds spellchecker workflow, and corrects misspelled words (#559) (beac0a8)
  • boojum integration (#112) (e76d346)
  • boojum: Adding README to prover directory (#189) (c175033)
  • config: Extract everything not related to the env config from zksync_config crate (#245) (42c64e9)
  • core: Split config definitions and deserialization (#414) (c7c6b32)
  • dal: Do not load config from env in DAL crate (#444) (3fe1bb2)
  • en: Implement gossip fetcher (#371) (a49b61d)
  • fri-prover: In witness - panic if protocol version is not available (#192) (0403749)
  • hyperchain: Adding prover related commands to zk stack (#440) (580cada)
  • job-processor: report attempts metrics (#448) (ab31f03)
  • merkle tree: Allow random-order tree recovery (#485) (146e4cf)
  • merkle tree: Snapshot recovery for Merkle tree (#163) (9e20703)
  • Rewrite server binary to use vise metrics (#120) (26ee1fb)
  • Update to protocol version 17 (#384) (ba271a5)
  • vm: Move all vm versions to the one crate (#249) (e3fb489)
  • witness-generator: add logs to leaf aggregation job (#542) (7e95a3a)

Bug Fixes

  • Change no pending batches 404 error into a success response (#279) (e8fd805)
  • ci: Use the same nightly rust (#530) (67ef133)
  • crypto: update deps to include circuit fixes (#402) (4c82015)
  • crypto: update shivini to switch to era-cuda (#469) (38bb482)
  • crypto: update snark-vk to be used in server and update args for proof wrapping (#240) (4a5c54c)
  • docs: Add links to setup-data keys (#360) (1d4fe69)
  • path: update gpu prover setup data path to remove extra gpu suffix (#454) (2e145c1)
  • prover-fri: Update setup loading for node agg circuit (#323) (d1034b0)
  • prover-logging: tasks_allowed_to_finish set to true for 1 off jobs (#227) (0fac66f)
  • Sync protocol version between consensus and server blocks (#568) (56776f9)
  • Update prover to use the correct storage oracle (#446) (835dd82)