Skip to content

Commit 97a07ed

Browse files
chore(main): release prover 26.0.0
1 parent 10d3bd2 commit 97a07ed

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"core": "31.2.0",
3-
"prover": "25.3.0",
3+
"prover": "26.0.0",
44
"zkstack_cli": "0.2.1",
55
"airbender_prover_server": "0.1.1"
66
}

prover/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [26.0.0](https://github.com/matter-labs/zksync-era/compare/prover-v25.3.0...prover-v26.0.0) (2026-07-17)
4+
5+
6+
### Features
7+
8+
* Draft v31 ([#4608](https://github.com/matter-labs/zksync-era/issues/4608)) ([a2d815b](https://github.com/matter-labs/zksync-era/commit/a2d815b7971f3a191e805817ad3d43508f33c831))
9+
* **multivm:** Cycles Tracer ([#4889](https://github.com/matter-labs/zksync-era/issues/4889)) ([6d498bd](https://github.com/matter-labs/zksync-era/commit/6d498bd4bba1fcf7362e64088a9df60fc73b9900))
10+
* **prover:** Submit airbender proofs ([#4836](https://github.com/matter-labs/zksync-era/issues/4836)) ([c477e64](https://github.com/matter-labs/zksync-era/commit/c477e642e18043dbc2d5167e04f7256d43349d31))
11+
12+
13+
### Bug Fixes
14+
15+
* add explicit timeouts to all reqwest HTTP clients + add lots of prover logs ([#4772](https://github.com/matter-labs/zksync-era/issues/4772)) ([ad7a55d](https://github.com/matter-labs/zksync-era/commit/ad7a55d8a4f4609a42ef1598a22aa6c1e4a72132))
16+
* automated protocol upgrade ([#4886](https://github.com/matter-labs/zksync-era/issues/4886)) ([b1c9a7f](https://github.com/matter-labs/zksync-era/commit/b1c9a7fd4cc3cf2c4acd4d2106ce01f0f1b8c3e0))
17+
* automated protocol upgrade for upgrade-circuit-divergency-before-v31 ([#4813](https://github.com/matter-labs/zksync-era/issues/4813)) ([799626f](https://github.com/matter-labs/zksync-era/commit/799626f85920f484624f2aab21852dba5f82d13e))
18+
19+
20+
### Miscellaneous Chores
21+
22+
* **prover:** release 26.0.0 ([815a8e3](https://github.com/matter-labs/zksync-era/commit/815a8e3766ad070ed95e561cf8b8fd831bbf0a74))
23+
324
## [25.3.0](https://github.com/matter-labs/zksync-era/compare/prover-v25.2.0...prover-v25.3.0) (2026-04-10)
425

526

prover/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["crates/bin/*", "crates/lib/*"]
44
resolver = "2"
55

66
[workspace.package]
7-
version = "25.3.0" # x-release-please-version
7+
version = "26.0.0" # x-release-please-version
88
edition = "2021"
99
authors = ["The Matter Labs Team <hello@matterlabs.dev>"]
1010
homepage = "https://zksync.io/"

0 commit comments

Comments
 (0)