Skip to content

Conversation

@JuArce
Copy link
Collaborator

@JuArce JuArce commented Sep 3, 2025

feat: bump Risc0 to v3.0.3

Description

You need to update Risc0 toolchain with

rzup install

This should install v3.0.3

Also you need to rebuild operator's FFIs with

make build_all_ffi

Important

Both sp1_chunk_aggregator_vk_hash and risc0_chunk_aggregator_image_id have changed, so they must be updated on Aggregation Mode contract with the following commands

cast send <CONTRACT_ADDRESS> \
"setRisc0AggregatorProgramImageId(bytes32)" 0x4cc11a4ac146ce4fc71493d694a9707194316cbb609603a195ffbe0c4c099c97 \
--rpc-url <RPC_URL> \
--interactive
cast send <CONTRACT_ADDRESS> \
"setSP1AggregatorProgramVKHash(bytes32)" 0x00a18429d092a8e1f58aea6ff650ad715ad4e6d7056600bb201d38460244507b \
--rpc-url <RPC_URL> \
--interactive

Double check address and values are correct with the specified in the config files

Type of change

  • New feature

Checklist

  • “Hotfix” to testnet, everything else to staging
  • Linked to Github Issue
  • This change depends on code or research by an external entity
    • Acknowledgements were updated to give credit
  • Unit tests added
  • This change requires new documentation.
    • Documentation has been added/updated.
  • This change is an Optimization
    • Benchmarks added/run
  • Has a known issue
  • If your PR changes the Operator compatibility (Ex: Upgrade prover versions)
    • This PR adds compatibility for operator for both versions and do not change crates/docs/examples
    • This PR updates batcher and docs/examples to the newer version. This requires the operator are already updated to be compatible

@JuArce JuArce self-assigned this Sep 3, 2025
@JuArce JuArce linked an issue Sep 4, 2025 that may be closed by this pull request
@MauroToscano MauroToscano added this pull request to the merge queue Sep 4, 2025
Merged via the queue into staging with commit fc04800 Sep 4, 2025
9 checks passed
@MauroToscano MauroToscano deleted the 2097-feat-bump-risc0-to-v303 branch September 4, 2025 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: bump Risc0 to v3.0.3

5 participants