This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 858
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
adria0
committed
Feb 5, 2024
1 parent
cc13281
commit 08eb017
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# mpt-test | ||
|
||
This tool aims to verify mainnet blocks for the MPT circuit. | ||
|
||
## Running tests | ||
|
||
Just run `cargo run --release` | ||
|
||
## Adding new blocks to prove | ||
|
||
In order to add more blocks to prove you have to: | ||
|
||
- Add new entry in the `access-lists` folder | ||
- Set the environment variable `WEB3_SERVICE_PROVIDER` to a mainnet JSON-RPC provider | ||
- Run the tests again | ||
|
||
|
||
## How | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
cargo run --release |