Skip to content

Releases: matter-labs/zksync-airbender-prover

v0.5.1

06 Nov 15:16
cd9af6e

Choose a tag to compare

0.5.1 (2025-11-06)

Features

v0.5.0

06 Nov 14:28
b422918

Choose a tag to compare

0.5.0 (2025-11-06)

⚠ BREAKING CHANGES

  • Update prover stack for protocol v1.2 (#98)

Features

v0.4.8

21 Oct 12:13
8f6d5f1

Choose a tag to compare

0.4.8 (2025-10-21)

Features

Bug Fixes

v0.4.7

09 Oct 12:14
c95c4af

Choose a tag to compare

What's Changed

Full Changelog: v0.4.6...v0.4.7

v0.4.6

01 Oct 14:35
60b33e2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.5...v0.4.6

v0.4.5

25 Sep 08:57
444e80f

Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v0.4.5

v0.4.4

18 Sep 18:32
28d3a9e

Choose a tag to compare

Highlights

This is a quality of life release that comes with a few goodies, out of which:

  1. there is fully GPU or CPU mode for SNARK provers (no more need to keep stages in between, with merging & snark on GPU and final proof on CPU)
  2. the GPU mode can run on any commodity hardware (previously > 24GB of VRAM was necessary, now the entire stack will run on 24 GB of VRAM)
  3. adds precomputes at the start of the process, speeding up SNARK proving by 2x

What's Changed

  • ci: Make prover-subsystem owner of codebase by @EmilLuta in #61
  • fix: Enable full GPU for SNARKer by @EmilLuta in #60
  • ci: Use stronger machines for rust CI by @EmilLuta in #58
  • feat: Generate SNARK precomputes on start-up by @EmilLuta in #66

Full Changelog: v0.4.3...v0.4.4

v0.4.3

09 Sep 15:21
4a87b7f

Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

05 Sep 10:17
7abf9e7

Choose a tag to compare

Updated zkos binary to 0.0.21

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

29 Aug 11:11
879257a

Choose a tag to compare

Supporting GPU in snark wrapper.

What's Changed

  • feat: support GPU for snark wrapping by @mm-zk in #47

Full Changelog: v0.4.0...v0.4.1