From 6c04cd1e1f6bbf38b118ea3162421c98796abca5 Mon Sep 17 00:00:00 2001 From: zksync-era-bot <147085853+zksync-era-bot@users.noreply.github.com> Date: Fri, 2 Aug 2024 15:55:51 +0300 Subject: [PATCH] chore(main): release prover 16.2.0 --- .github/release-please/manifest.json | 2 +- prover/CHANGELOG.md | 30 ++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index f36ff568101..98a5d1a78c1 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { "core": "24.14.0", - "prover": "16.1.0", + "prover": "16.2.0", "zk_toolbox": "0.1.0" } diff --git a/prover/CHANGELOG.md b/prover/CHANGELOG.md index dc9bb315cb1..23980ddcdff 100644 --- a/prover/CHANGELOG.md +++ b/prover/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## [16.2.0](https://github.com/matter-labs/zksync-era/compare/prover-v16.1.0...prover-v16.2.0) (2024-08-02) + + +### Features + +* **configs:** Do not panic if config is only partially filled ([#2545](https://github.com/matter-labs/zksync-era/issues/2545)) ([db13fe3](https://github.com/matter-labs/zksync-era/commit/db13fe3550598c69f59cd66b4bb9618ebea041ca)) +* Introduce more tracing instrumentation ([#2523](https://github.com/matter-labs/zksync-era/issues/2523)) ([79d407a](https://github.com/matter-labs/zksync-era/commit/79d407ac47ac51667196aa2cd028d05b1622130f)) +* New prover documentation ([#2466](https://github.com/matter-labs/zksync-era/issues/2466)) ([1b61d07](https://github.com/matter-labs/zksync-era/commit/1b61d0797062ab8b0aa2c1e92b23a3a0d8fd2c61)) +* optimize LWG and NWG ([#2512](https://github.com/matter-labs/zksync-era/issues/2512)) ([0d00650](https://github.com/matter-labs/zksync-era/commit/0d00650f3e97248617b88a7e082c515ac48d5d5b)) +* Poll the main node for the next batch to sign (BFT-496) ([#2544](https://github.com/matter-labs/zksync-era/issues/2544)) ([22cf820](https://github.com/matter-labs/zksync-era/commit/22cf820abbd14b852dffe60f6b564713fe4c8919)) +* Remove CI and docker images for CPU prover & compressor ([#2540](https://github.com/matter-labs/zksync-era/issues/2540)) ([0dda805](https://github.com/matter-labs/zksync-era/commit/0dda80532baa77f6ac8b8d9cb7e3712c2eca22f6)) +* Remove unused VKs, add docs for BWG ([#2468](https://github.com/matter-labs/zksync-era/issues/2468)) ([2fa6bf0](https://github.com/matter-labs/zksync-era/commit/2fa6bf0ffa5d7a5ff62d595a0efeff9dcd9e5a1a)) +* Support sending logs via OTLP ([#2556](https://github.com/matter-labs/zksync-era/issues/2556)) ([1d206c0](https://github.com/matter-labs/zksync-era/commit/1d206c0af8f28eb00eb1498d6f2cdbb45ffef72a)) +* Update to consensus 0.1.0-rc.4 (BFT-486) ([#2475](https://github.com/matter-labs/zksync-era/issues/2475)) ([ff6b10c](https://github.com/matter-labs/zksync-era/commit/ff6b10c4a994cf70297a034202bcb55152748cba)) +* **vlog:** New vlog interface + opentelemtry improvements ([#2472](https://github.com/matter-labs/zksync-era/issues/2472)) ([c0815cd](https://github.com/matter-labs/zksync-era/commit/c0815cdaf878afcd9c41dddd9fe56bcf8d910633)) +* **witness_vector_generator:** Make it possible to run multiple wvg instances in one binary ([#2493](https://github.com/matter-labs/zksync-era/issues/2493)) ([572ad40](https://github.com/matter-labs/zksync-era/commit/572ad40175784b62d61aa46dcf901a7e2f6ff8f5)) +* **zk_toolbox:** use configs from the main repo ([#2470](https://github.com/matter-labs/zksync-era/issues/2470)) ([4222d13](https://github.com/matter-labs/zksync-era/commit/4222d135b62eb4de103c4aebb35e9c302d94ad63)) + + +### Bug Fixes + +* **prover:** Parallelize circuit metadata uploading for BWG ([#2520](https://github.com/matter-labs/zksync-era/issues/2520)) ([f49720f](https://github.com/matter-labs/zksync-era/commit/f49720fbafdab8f102d908b2be3fa869482a92fa)) +* **prover:** Reduce database connection overhead for BWG ([#2543](https://github.com/matter-labs/zksync-era/issues/2543)) ([c2439e9](https://github.com/matter-labs/zksync-era/commit/c2439e904e2520d22d9ed58b4dd6583da91fb4e3)) +* **witness_generator:** Only spawn 1 prometheus exporter per witness generator ([#2492](https://github.com/matter-labs/zksync-era/issues/2492)) ([b9cb222](https://github.com/matter-labs/zksync-era/commit/b9cb222ed7c27daa73ce20b8911afd94106e70a6)) + + +### Reverts + +* "feat: Poll the main node for the next batch to sign (BFT-496)" ([#2574](https://github.com/matter-labs/zksync-era/issues/2574)) ([72d3be8](https://github.com/matter-labs/zksync-era/commit/72d3be87efcb059f70b4633cddd707346612c4db)) + ## [16.1.0](https://github.com/matter-labs/zksync-era/compare/prover-v16.0.0...prover-v16.1.0) (2024-07-24)