Skip to content

shamb0/fevm-eth-compliance-test

Repository files navigation

Tool for applying test vectors from Ethereum on FEVM

Related Deliverables

Howto Run the test

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

About

filecoin buildin actor evm eth compliance test

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published