Related Deliverables
1, Pull the Eth Test vectors (https://github.com/ethereum/tests.git
)
git submodule update --init
2, Launch the test for single test vector json file.
RUST_LOG=trace \
VECTOR=test_evm_eth_compliance/test-vectors/tests/GeneralStateTests/stCallCodes/callcall_00.json \
cargo run --release -p test_fevm_eth_compliance \
-- statetest
3, Launch all the test under the folder.
RUST_LOG=trace \
VECTOR=test_evm_eth_compliance/test-vectors/tests/GeneralStateTests/EIPTests \
cargo run --release -p test_fevm_eth_compliance \
-- statetest