Skip to content

Commit

Permalink
chore(main): release prover 18.0.0 (#3338)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[18.0.0](prover-v17.1.1...prover-v18.0.0)
(2025-01-27)


### ⚠ BREAKING CHANGES

* **contracts:** gateway integration
([#1934](#1934))

### Features

* Compressor optimizations
([#3476](#3476))
([3e931be](3e931be))
* **consensus:** Added view_timeout to consensus config
([#3383](#3383))
([fc02a8f](fc02a8f))
* **consensus:** Update consensus dependencies
([#3339](#3339))
([aa9575f](aa9575f))
* **contracts:** gateway integration
([#1934](#1934))
([f06cb79](f06cb79))
* **eth-watch:** Change protocol upgrade schema
([#3435](#3435))
([2c778fd](2c778fd))
* FFLONK support for compressor
([#3359](#3359))
([1a297be](1a297be))
* Support stable compiler for VM (and some other crates)
([#3248](#3248))
([cbee99d](cbee99d))


### Bug Fixes

* added missing quote in prover query
([#3347](#3347))
([668ca51](668ca51))
* Compressor setup data
([#3526](#3526))
([62aea8b](62aea8b))
* **prover:** Create reqwest client only once
([#3324](#3324))
([40f8123](40f8123))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: zksync-era-bot <[email protected]>
  • Loading branch information
zksync-era-bot and zksync-era-bot authored Jan 27, 2025
1 parent 092b199 commit 32a068d
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"core": "26.2.0",
"prover": "17.1.1",
"prover": "18.0.0",
"zkstack_cli": "0.1.2"
}
24 changes: 24 additions & 0 deletions prover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [18.0.0](https://github.com/matter-labs/zksync-era/compare/prover-v17.1.1...prover-v18.0.0) (2025-01-27)


### ⚠ BREAKING CHANGES

* **contracts:** gateway integration ([#1934](https://github.com/matter-labs/zksync-era/issues/1934))

### Features

* Compressor optimizations ([#3476](https://github.com/matter-labs/zksync-era/issues/3476)) ([3e931be](https://github.com/matter-labs/zksync-era/commit/3e931be6bddaacbd7d029c537db03a3c191fdc21))
* **consensus:** Added view_timeout to consensus config ([#3383](https://github.com/matter-labs/zksync-era/issues/3383)) ([fc02a8f](https://github.com/matter-labs/zksync-era/commit/fc02a8f1c9f0bffb438fb27769d6dced3ce14cd9))
* **consensus:** Update consensus dependencies ([#3339](https://github.com/matter-labs/zksync-era/issues/3339)) ([aa9575f](https://github.com/matter-labs/zksync-era/commit/aa9575fccbbc941f416d597256442afa974efd0a))
* **contracts:** gateway integration ([#1934](https://github.com/matter-labs/zksync-era/issues/1934)) ([f06cb79](https://github.com/matter-labs/zksync-era/commit/f06cb79883bf320f50089099e0abeb95eaace470))
* **eth-watch:** Change protocol upgrade schema ([#3435](https://github.com/matter-labs/zksync-era/issues/3435)) ([2c778fd](https://github.com/matter-labs/zksync-era/commit/2c778fdd3fcd1e774bcb945f14a640ccf4227a2f))
* FFLONK support for compressor ([#3359](https://github.com/matter-labs/zksync-era/issues/3359)) ([1a297be](https://github.com/matter-labs/zksync-era/commit/1a297bedd226c56fc2ba02dc54d79129a271a1eb))
* Support stable compiler for VM (and some other crates) ([#3248](https://github.com/matter-labs/zksync-era/issues/3248)) ([cbee99d](https://github.com/matter-labs/zksync-era/commit/cbee99d8661b38aa6b49784c3934b8070a743fb4))


### Bug Fixes

* added missing quote in prover query ([#3347](https://github.com/matter-labs/zksync-era/issues/3347)) ([668ca51](https://github.com/matter-labs/zksync-era/commit/668ca51f5d52646e64b19b973acec05daa1c6f09))
* Compressor setup data ([#3526](https://github.com/matter-labs/zksync-era/issues/3526)) ([62aea8b](https://github.com/matter-labs/zksync-era/commit/62aea8b4dcd986587de2cf17979e1042307d6b3e))
* **prover:** Create reqwest client only once ([#3324](https://github.com/matter-labs/zksync-era/issues/3324)) ([40f8123](https://github.com/matter-labs/zksync-era/commit/40f8123a67970efbba3519f7954f807958a76cff))

## [17.1.1](https://github.com/matter-labs/zksync-era/compare/prover-v17.1.0...prover-v17.1.1) (2024-11-26)


Expand Down
34 changes: 17 additions & 17 deletions prover/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["crates/bin/*", "crates/lib/*"]
resolver = "2"

[workspace.package]
version = "17.1.1" # x-release-please-version
version = "18.0.0" # x-release-please-version
edition = "2021"
authors = ["The Matter Labs Team <[email protected]>"]
homepage = "https://zksync.io/"
Expand Down Expand Up @@ -100,14 +100,14 @@ zksync_core_leftovers = { path = "../core/lib/zksync_core_leftovers" }
zksync_protobuf_config = { path = "../core/lib/protobuf_config" }

# Prover workspace dependencies
zksync_prover_dal = { version = "17.1.1", path = "crates/lib/prover_dal" }
zksync_prover_fri_types = { version = "17.1.1", path = "crates/lib/prover_fri_types" }
zksync_prover_fri_utils = { version = "17.1.1", path = "crates/lib/prover_fri_utils" }
zksync_prover_keystore = { version = "17.1.1", path = "crates/lib/keystore" }
zksync_vk_setup_data_generator_server_fri = { version = "17.1.1", path = "crates/bin/vk_setup_data_generator_server_fri" }
zksync_prover_job_processor = { version = "17.1.1", path = "crates/lib/prover_job_processor" }
zksync_circuit_prover_service = { version = "17.1.1", path = "crates/lib/circuit_prover_service" }
zksync_prover_job_monitor = { version = "17.1.1", path = "crates/bin/prover_job_monitor" }
zksync_prover_dal = { version = "18.0.0", path = "crates/lib/prover_dal" }
zksync_prover_fri_types = { version = "18.0.0", path = "crates/lib/prover_fri_types" }
zksync_prover_fri_utils = { version = "18.0.0", path = "crates/lib/prover_fri_utils" }
zksync_prover_keystore = { version = "18.0.0", path = "crates/lib/keystore" }
zksync_vk_setup_data_generator_server_fri = { version = "18.0.0", path = "crates/bin/vk_setup_data_generator_server_fri" }
zksync_prover_job_processor = { version = "18.0.0", path = "crates/lib/prover_job_processor" }
zksync_circuit_prover_service = { version = "18.0.0", path = "crates/lib/circuit_prover_service" }
zksync_prover_job_monitor = { version = "18.0.0", path = "crates/bin/prover_job_monitor" }

# for `perf` profiling
[profile.perf]
Expand Down

0 comments on commit 32a068d

Please sign in to comment.