Skip to content

fix(workspace): disable risc0-zkvm default features to avoid ring in guest builds#490

Merged
Arjentix merged 1 commit into
logos-blockchain:mainfrom
ygd58:fix/disable-risc0-zkvm-default-features-v3
May 20, 2026
Merged

fix(workspace): disable risc0-zkvm default features to avoid ring in guest builds#490
Arjentix merged 1 commit into
logos-blockchain:mainfrom
ygd58:fix/disable-risc0-zkvm-default-features-v3

Conversation

@ygd58
Copy link
Copy Markdown
Contributor

@ygd58 ygd58 commented May 20, 2026

Fixes #468.

Rebased on latest main (bfdc087).

Changes:

  • Cargo.toml: risc0-zkvm = { version = "3.0.5", default-features = false, features = ['std'] }
  • nssa/Cargo.toml: explicit prove feature for ExecutorEnv/default_prover/default_executor
  • Artifacts regenerated with just build-artifacts

Previously reviewed and approved by @Arjentix in #470 and #482.

…guest builds

- Cargo.toml: add default-features = false to risc0-zkvm
- nssa/Cargo.toml: add explicit prove feature for ExecutorEnv/default_prover
- Regenerate artifacts

Fixes logos-blockchain#468
@ygd58
Copy link
Copy Markdown
Contributor Author

ygd58 commented May 20, 2026

New PR rebased on latest main. @Arjentix previously approved in #470 and #482 — this is the same fix, just rebased.

Copy link
Copy Markdown
Collaborator

@Arjentix Arjentix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link
Copy Markdown
Collaborator

@Pravdyvy Pravdyvy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Arjentix Arjentix merged commit bc85292 into logos-blockchain:main May 20, 2026
8 of 9 checks passed
@Pravdyvy Pravdyvy mentioned this pull request May 22, 2026
5 tasks
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.

fix(workspace): disable risc0-zkvm default features to avoid ring in guest builds

4 participants