Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump risc0-build from 1.2.0 to 1.2.1 #628

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2025

Bumps risc0-build from 1.2.0 to 1.2.1.

Release notes

Sourced from risc0-build's releases.

v1.2.1

v1.2.1 (2025-01-15)

🔥 Performance Improvements

  • Implement keccak precompile. This offers performance improvements for any guest program that uses the keccak hash function, such as Ethereum block proving.
  • Implement secp256r1 (p256) precompile. This offers performance improvements for any guest program that performs arithmetic over the secp256r1 curve, such as verifying TEE attestations.
  • For more information about precompiles go to https://dev.risczero.com/api/zkvm/precompiles.

⚡️ Features

  • Add keccak example.
  • Add p256 support to ECDSA example.
  • Add RISC0_INFO=1 to get profiling information.
  • Add used and free methods to bump allocator to enable collecting memory metrics on the guest.

Fixes

  • Add RUST_LIB_BACKTRACE to sys_getenv allow-list to facilitate debugging guest code and allow the anyhow! macro to work without crashing the guest.
  • Add RISC0_FEATURE_bigint2 in the Docker build environment.

v1.2.1-rc.1

TBD

v1.2.1-rc.0

TBD

Changelog

Sourced from risc0-build's changelog.

v1.2.1 (2025-01-15)

🔥 Performance Improvements

  • Implement keccak precompile. This offers performance improvements for any guest program that uses the keccak hash function, such as Ethereum block proving.
  • Implement secp256r1 (p256) precompile. This offers performance improvements for any guest program that performs arithmetic over the secp256r1 curve, such as verifying TEE attestations.
  • For more information about precompiles go to https://dev.risczero.com/api/zkvm/precompiles.

⚡️ Features

  • Add keccak example.
  • Add p256 support to ECDSA example.
  • Add RISC0_INFO=1 to get profiling information.
  • Add used and free methods to bump allocator to enable collecting memory metrics on the guest.

Fixes

  • Add RUST_LIB_BACKTRACE to sys_getenv allow-list to facilitate debugging guest code and allow the anyhow! macro to work without crashing the guest.
  • Add RISC0_FEATURE_bigint2 in the Docker build environment.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 16, 2025
Copy link

codecov bot commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

see 1 file with indirect coverage changes

@maxgttph maxgttph enabled auto-merge (squash) January 16, 2025 12:36
Bumps [risc0-build](https://github.com/risc0/risc0) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/risc0/risc0/releases)
- [Changelog](https://github.com/risc0/risc0/blob/main/CHANGELOG.md)
- [Commits](risc0/risc0@v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: risc0-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/risc0-build-1.2.1 branch from 21cdb46 to 2012ea5 Compare January 16, 2025 12:37
@maxgttph maxgttph merged commit 43fc10f into main Jan 16, 2025
5 checks passed
@maxgttph maxgttph deleted the dependabot/cargo/risc0-build-1.2.1 branch January 16, 2025 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant