Skip to content

Releases: risc0/risc0

v3.0.3

27 Aug 17:49
Compare
Choose a tag to compare
Cut 3.0.2: Bump versions to 3.0.2

v2.3.2

27 Aug 01:30
Compare
Choose a tag to compare
Cut 2.3.2: Update Cargo.lock to remove risc0-zkvm-compat-tests

v3.0.1

21 Aug 18:05
61cfbaf
Compare
Choose a tag to compare
  • Execution and preflight speed improvements 🚀
  • New much faster recursion witness generation that runs on GPU 🔥
  • New much faster Groth16 implementation that run on GPU 🔥
  • Now requires installing additional artifacts by running rzup install risc0-groth16. Enure rzup version is >= 0.5.0
  • Stabilize bigint and keccak features
  • 5090 support in Bento
  • Experimental multi-GPU default prover. Enable with RISC0_PROVER=actor 🧪
  • Support for debugging guest program execution using gdb 🔬

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 <[email protected]>
Co-authored-by: Angelo Capossele <[email protected]>
Co-authored-by: Frank Laub <[email protected]>

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)