36 releases (13 stable)
new 4.0.2 | Apr 15, 2025 |
---|---|
4.0.0 | Mar 28, 2025 |
3.0.0 | Mar 24, 2025 |
2.7.0 | Mar 21, 2025 |
0.1.0 | Dec 18, 2021 |
#471 in Magic Beans
976 downloads per month
745KB
13K
SLoC
Rust EVM executor or short REVME
revme
is a binary crate to execute the evm in multiple ways.
Currently it is mainly used to run ethereum tests with the statetest
subcommand.
State Tests
statetest
takes a path to the directory where ethereum statetest json can be found.
It recursively parses all json files in the specified directory and executes them.
Running all ethereum tests checks that revm is compliant to the ethereum specs.
To run ethereum tests locally, clone the tests repository and provide the
test directory. Below, we clone the repo and execute the GeneralStateTests
suite of
tests.
git clone https://github.com/ethereum/tests
cargo run -p revme statetest tests/GeneralStateTests
Notice, in the .gitignore
, the bins/revme/tests
directory
is ignored so it won't be checked into git.
Dependencies
~50MB
~878K SLoC