Skip to content

Releases: risc0/risc0

v3.0.0-rc.3

07 Aug 16:43
af0d052
Compare
Choose a tag to compare
v3.0.0-rc.3 Pre-release
Pre-release
3.0.0-rc.3: Revert branch changes; Merge main and cut rc.3 (#3302)

Co-authored-by: Victor Graf <victor@risczero.com>
Co-authored-by: Angelo Capossele <angelocapossele@gmail.com>
Co-authored-by: Frank Laub <flaub@risc0.com>

v3.0.0-rc.2

25 Jul 22:32
190029d
Compare
Choose a tag to compare
v3.0.0-rc.2 Pre-release
Pre-release
Merge pull request #3287 from risc0/bobbobbio/release-3.0-rc.2-2

release-3.0: Merge main and create rc.2

v2.3.1

18 Jul 23:04
Compare
Choose a tag to compare
  • Fix to not read RISC0_DEV_MODE environment variable in the guest (thus requiring sys-getenv feauture)
  • Minor tweaks to bento image

v2.3.0

16 Jul 01:56
Compare
Choose a tag to compare
  • Adds new with_dev_mode to VerifierContext and ProverOptions which allows programmatically enabling dev-mode, and gives a way to enable dev-mode safely in the guest.
  • Deprecates some dev-mode related functions.
  • Tweaks to bento images

v2.2.0

07 Jul 21:41
Compare
Choose a tag to compare

v2.1.0

06 Jun 22:55
Compare
Choose a tag to compare

v3.0.0-rc.1

09 May 23:46
66a7472
Compare
Choose a tag to compare
v3.0.0-rc.1 Pre-release
Pre-release
ZKVM-1377: Release 3.0: Bump versions for rc-1 (#3157)

v2.0.2

28 Apr 23:17
Compare
Choose a tag to compare

This release provides several hotfixes for 2.0.X

  • Fix issue with creating segments where the RSA BigInt precompile could cause splitting to fail with self.segment_cycles() < segment_limit
  • Fix issue where we weren't escaping rustc CLI arguments when building guests with docker
  • Fix issue where sys_read would write past the end of the given buffer resulting in heap data-structure corruption causing a StoreAddressMisaligned error later.
  • Add support for getrandom 0.3 for guests
  • Return an error instead of silently ignore if sha-256 is used for the hashfn option in ProverOpts. This became unsupported with 2.0.0.
  • Don't error in the profiler if it gets confused about the guest stack. This previously caused execution to fail with attempted to follow a return with an empty call stack if profiling is enabled

v2.0.1

01 Apr 20:44
fdd54f9
Compare
Choose a tag to compare

Contains the following fixes:

  • risc0-build: support for Rust 1.85
  • risc0-build: make docker container tag configurable
  • risc0-circuit-rv32im: Account for missing ControlDone cycle in executor
  • risc0-circuit-keccak: Statically link in liblzma
  • Bump various version numbers to allow yanking of certain 1.4.X crates which are causing 1.2.X compilation issues

v1.2.6

28 Mar 17:20
1866e2a
Compare
Choose a tag to compare

v1.2.6 (2025-03-27)

Features

  • risc0-build: enable guest-side rust 1.85.0 toolchain

Full Changelog: v1.2.5...v1.2.6