Skip to content

Releases: risc0/risc0

v0.20.0-rc.1

19 Dec 22:46
5825719
Compare
Choose a tag to compare
v0.20.0-rc.1 Pre-release
Pre-release

Full Changelog: v0.19.0...v0.20.0-rc.1

v0.19.1

09 Nov 22:25
bcfc9c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.19.0...v0.19.1

v0.19.1-rc.1

08 Nov 06:16
Compare
Choose a tag to compare
v0.19.1-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.19.0...v0.19.1-rc.1

v0.19.0

31 Oct 18:51
31f8016
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.18.0...v0.19.0

v0.19.0-rc.4

31 Oct 07:48
Compare
Choose a tag to compare
v0.19.0-rc.4 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.19.0-rc.3...v0.19.0-rc.4

v0.19.0-rc.3

27 Oct 04:01
660c2a5
Compare
Choose a tag to compare
v0.19.0-rc.3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.19.0-rc.2...v0.19.0-rc.3

v0.19.0-rc.2

26 Oct 19:15
aa2c802
Compare
Choose a tag to compare
v0.19.0-rc.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.19.0-rc.1...v0.19.0-rc.2

v0.19.0-rc.1

21 Oct 18:45
15d7ac4
Compare
Choose a tag to compare
v0.19.0-rc.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.19.0-alpha.1...v0.19.0-rc.1

v0.19.0-alpha.1

07 Oct 02:02
c9f6be1
Compare
Choose a tag to compare
v0.19.0-alpha.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.18.0...v0.19.0-alpha.1

v0.18.0

13 Sep 22:41
29cc16f
Compare
Choose a tag to compare

Our 0.18 release upgrades the Bonsai SDK with Groth16 SNARK seals for better on-chain verification, better error handling, and more. In the zkVM, this release separates host and guest build toolchains and also supports reproducibly building the same ImageID for the same zkVM code by using a consistent Docker environment.

Thank you to community members @austinabell and @winor30 for their contributions to this release!

Important and Breaking Changes

  • Separate host and guest build toolchains, allowing the use of different versions of rustc for host and guest code. This has allowed us to move the default host toolchain to the stable channel. The guest toolchain remains on a nightly release of 1.69.
  • Add cargo risczero build command to build zkVM guest programs using a Docker container, which enables ImageIDs to remain consistent across builds. See #799 for details.
  • Bonsai Ethereum contracts now use Forge as a subprocess, so building Bonsai code will now require installing Foundry tools.
  • Bonsai SDK: upload_img and upload_img_file no longer return ImageIdExists errors. Instead they return a boolean, true if the image exists on the server.
  • Bonsai SDK: Bonsai now returns Groth16 SNARK seals as well as the journal and post_state_digest for easy on-chain verification.
  • Expand Prover support to better work with remote provers like Bonsai.
  • Fix bug #820, correcting iterative calls to SHA2
  • Add 128 bits of entropy to the memory state, addressing a potential privacy issue where the SystemState root in the ReceiptMetadata was not guaranteed to be a hiding commitment.

What's Changed

New Contributors

Full Changelog: v0.17.0...v0.18.0