Open
Description
Currently, fill --traces -s
does print vm traces to the terminal if a test fails (note -s
to prevent pytest from capturing stdout), but they're rather ugly. It'd be nice to have a more compact pretty print of these traces.
For example (assuming the test has been modified to fail upon filling):
fill tests/berlin/eip2930_access_list/ --fork Berlin --evm-dump-dir=/tmp/evm-dump --traces -s
Here's an example of a clean trace representation from retesteth: