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

feat: Update to newer versions of reth and revm #6

Closed
wants to merge 14 commits into from
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"incomplete-features"
],
"rust-analyzer.linkedProjects": [
"program/Cargo.toml",
"primitives/Cargo.toml",
// "program/Cargo.toml",
// "primitives/Cargo.toml",
"script/Cargo.toml"
],
"rust-analyzer.cargo.buildScripts.enable": false,
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ We ran our benchmarks on a i4g.16xlarge instance on AWS. You may need to add a [

## Run

To build your program if the Rust version required by your libraries is greater than the Succinct toolchain's version:

```rust
cargo prove build --ignore-rust-version
```

Make sure you have mounted your NVME hard drive in a RAID0 setup with at `raid0` with a `tmp` folder.

```
Expand Down
Loading