Skip to content

bug(tests): released fixtures in tests-zkevm@v0.6.2 contain blocks without statelessInputBytes #3343

Description

@pirapira

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    zkEVMzkEVM project related issues/PRs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions