20260413 update clvmr main 0 17 5#441
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
Ignoring alerts on:
|
|
@SocketSecurity ignore cargo/libm@0.2.16 |
|
@SocketSecurity ignore cargo/malachite-nz@0.9.1 |
|
@SocketSecurity ignore cargo/paste@1.0.15 |
|
@SocketSecurity ignore cargo/anyhow@1.0.102 |
|
@SocketSecurity ignore cargo/prettyplease@0.2.34 cargo/wasmparser@0.244.0 cargo/wit-bindgen-rust-macro@0.51.0 cargo/wit-bindgen-rust@0.51.0 cargo/wit-bindgen@0.57.1 |
|
@SocketSecurity ignore cargo/prettyplease@0.2.34 cargo/wasmparser@0.244.0 cargo/wit-bindgen-rust-macro@0.51.0 cargo/wit-bindgen-rust@0.51.0 cargo/wit-bindgen@0.57.1 cargo/prettyplease@0.2.36 cargo/wit-bindgen@0.51.0 |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 5cc5d54. Configure here.

Note
Medium Risk
Moderate risk due to a major dependency upgrade (
clvmr) plus changes to dialect flag handling during program execution, which could subtly affect CLVM operator behavior. CI/toolchain pinning and lockfile churn are lower risk but may impact build reproducibility across environments.Overview
Upgrades core Rust dependencies to align with
clvmr0.17.5(and related crypto/random crates), updatingCargo.toml/Cargo.lockand the wasm crate’s dependency set.Updates classic CLVM execution/compilation glue to match the new
clvmrdialect API: replaces raw flag bitmasks withClvmFlags, addschoose_run_flags, and ensuresCompilerOperatorsInternalsynchronizes/restores dialect flags around nestedrun_programcalls.Pins CI and repo toolchains to Rust
1.94.1across workflows andrust-toolchain.toml/wasm/rust-toolchain.toml, and adjusts the npm wasm build step to setRUSTFLAGSfor a customgetrandombackend and MVP CPU target.Reviewed by Cursor Bugbot for commit f2fcd69. Bugbot is set up for automated code reviews on this repo. Configure here.