StatelessL2Builder type uses static test data fixtures to run stateless execution of certain blocks offline. The
test data fixtures include:
- The
RollupConfigof the chain that the block belongs to. - The parent block header, which we apply state on top of.
- The payload attributes for building the new block.
- A
rocksdbdatabase containing the witness data for stateless execution of the block building job.
kona-executor’s testdata directory.
The test suite will automatically pick this new test fixture up, and no further action is needed to register it.