Skip to content

Releases: contractshark/evmtool

21.1.5

16 Apr 05:48
6666a6c
Compare
Choose a tag to compare

v21.1.5 Release

  • see besu changelog for updates

additionally, I have included a Dockerfile and the benchmark scripts.

EVM Tool

The Besu EVM Tool is a CLI program that executes arbitrary EVM programs and Ethereum State Tests outside the context of an operating node. Use the EVM tool for benchmarking and fuzz testing.

EVM Tool Run Options

The first mode of the EVM Tool runs an arbitrary EVM and is invoked without an extra command. Command Line Options specify the code and other contextual information.

The EVM Tool also has a state-test sub command that allows the Ethereum State Tests to be evaluated. Most of the options from EVM execution do not apply.

The EVM Tool reference provides more information on both modes, further documentation is located in docs/ or on the official Hyperledger Besu Documentation

docker binary evmtool

30 Oct 23:40
79536ea
Compare
Choose a tag to compare

Dockerized version of the EVM binary and associated classes

EVM Tool

30 Oct 23:05
Compare
Choose a tag to compare

EVM Tool

The Besu EVM Tool is a CLI program that executes arbitrary EVM programs and Ethereum State Tests outside the context of an operating node. Use the EVM tool for benchmarking and fuzz testing.

EVM Tool Run Options

The first mode of the EVM Tool runs an arbitrary EVM and is invoked without an extra command. Command Line Options specify the code and other contextual information.

The EVM Tool also has a state-test sub command that allows the Ethereum State Tests to be evaluated. Most of the options from EVM execution do not apply.

The EVM Tool reference provides more information on both modes, further documentation is located in docs/ or on the official Hyperledger Besu Documentation