Releases: risc0/risc0
Releases · risc0/risc0
v3.0.5
Backport fixes in #3694:
- Avoid unbounded host buffer allocation during execution (#3545)
- Fix operator precedence issue in check_bigint_addr (#3564)
- Constrain Receipt::journal to be empty when no output is expected (#3632)
- Remove asserts and potentially panicking index operations based on seal data (#3637)
- Set dev_mode to false in VerifierContext::empty and inherit dev_mode in CompositeReceipt assumption verification (#3654)
- On SuccinctReceipt, check that the control_id on seal matches metadata (#3687)
- Update cfg for docs.rs to adjust to breaking changes in nightly (#3604)
- Add a note about codec selection for the Receipt struct.
Full Changelog: v3.0.4...v3.0.5
v5.0.0-rc.1
Fix release build by adding libtbb-dev to docker container
v3.0.4
v3.0.3
v2.3.2
v3.0.1
- 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. Enurerzupversion 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
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
Merge pull request #3287 from risc0/bobbobbio/release-3.0-rc.2-2 release-3.0: Merge main and create rc.2