Closed jonathanpwang closed 3 months ago
Running cargo-bisect on
cargo-bisect
#!/bin/sh RUST_BACKTRACE=1 cargo run --example standard_plonk --features "revm"
shows something in nightly-2024-02-04 makes revm start to fail. Since revm is only used for testing purposes for EVM execution, it is not a security concern.
nightly-2024-02-04
revm
Running
cargo-bisect
onshows something in
nightly-2024-02-04
makesrevm
start to fail. Since revm is only used for testing purposes for EVM execution, it is not a security concern.