risc0 / risc0-ethereum

Integration of the RISC Zero verifiable compute platform with Ethereum and EVM chains.
https://risczero.com
Apache License 2.0
90 stars 19 forks source link

Updating risc0 dependency versions requires updates in multiple places #252

Open nategraf opened 1 month ago

nategraf commented 1 month ago

When updating the zkVM version, it requires updates to a number of places in client applications (e.g. applications based on the Foundry template). It would be good to simplify this experience. Versions needs to be kept in sync across.

It would be good to simplify this picture, with the most ideal version being to have the references to risc0 crates in the workspace root Cargo.toml, and have everything else consume the version specified there.

linear[bot] commented 1 month ago

WEB3-137 Updating risc0 dependency versions requires updates in multiple places