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

Updating risc0 dependency versions requires updates in multiple places #252

Open
nategraf opened this issue Sep 24, 2024 · 1 comment
Open
Labels

Comments

@nategraf
Copy link
Contributor

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.

  • Workspace root Cargo.toml.
  • Guest workspace Cargo.toml.
  • Installed cargo-risczero version.
  • risc0-ethereum git submodule.
  • .gitmodules file (if a branch is set).
  • CI job definitions.

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.

Copy link

linear bot commented Sep 24, 2024

@nategraf nategraf added the build label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant