I downloaded fixtures from tests-zkevm@v0.6.2. I am using statelessInputBytes to test my zkEVM guest.
There's a file that contains many blocks
% grep blockHeader blockchain_tests/for_amsterdam/cancun/eip4844_blobs/excess_blob_gas/invalid_negative_excess_blob_gas.json | wc -l
5292
but not so many statelessInputBytes
% grep statelessInputBytes blockchain_tests/for_amsterdam/cancun/eip4844_blobs/excess_blob_gas/invalid_negative_excess_blob_gas.json | wc -l
2548
At the moment I am not running most blocks in this file.
Should there be statelessInputBytes in every block?
I downloaded fixtures from tests-zkevm@v0.6.2. I am using
statelessInputBytesto test my zkEVM guest.There's a file that contains many blocks
but not so many statelessInputBytes
At the moment I am not running most blocks in this file.
Should there be statelessInputBytes in every block?