namiloh

Results 3 issues of namiloh

Fuzzing found a statetest which executes rather slow on `evmstate`, nearly 10 seconds on `16M` gas. ``` $ time ./evmstate --noreturndata --nomemory --nostorage /tmp/00048858-mixed-1.json [ { "name": "00048858-mixed-1", "pass": false,...

optimization
EL

#### Backtrace I built the binary like this: https://github.com/holiman/goevmlab/blob/master/docker/Dockerfile#L46 ``` RUN git clone https://github.com/ledgerwatch/erigon --depth 1 RUN cd erigon && make evm && cp ./build/bin/evm /erigon_vm ``` But the resulting...

Earlier, nimbus-eth1 was one of the fastest evms, but in the last months, it has been by far the slowest. Here are some stats from a 90 hours of fuzzing...

optimization
regression