Files
Simon Dudley 789542f76d Pull in Consensys/tuweni v2.7.0 (#8330)
This replaces io.tmio/tuweni with the Consensys fork.

Also Includes:
- reduce check argument args allocations - https://github.com/Consensys/tuweni/pull/10
which should reduce Integer and int[] and therefore gc pressure

Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
2025-03-17 19:42:25 +10:00
..

BesuFuzz

BesuFuzz is where all the besu guided fuzzing tools live.

eof-container

Performs differential fuzzing between Ethereum clients based on the txparse eofparse format. Note that only the initial OK and err values are used to determine if there is a difference.

Prototypical CLI Usage:

BesuFuzz eof-container \
  --tests-dir=~/git/ethereum/tests/EOFTests \
  --client=evm1=evmone-eofparse \
  --client=revm=revme bytecode

Prototypical Gradle usage:

./gradlew fuzzEvmone fuzzReth

There are pre-written Gradle targets for fuzzEthereumJS, fuzzEvmone, fuzzGeth, fuzzNethermind, and fuzzReth. Besu is always a fuzzing target. The fuzzAll target will fuzz all clients.