Skip to content

21.1.5

Latest
Compare
Choose a tag to compare
@sambacha sambacha released this 16 Apr 05:48
· 2 commits to master since this release
6666a6c

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