Akagi201 / blockstm-go

General Block-STM execution engine for EVM in Go
Apache License 2.0
4 stars 1 forks source link

Test OP Mainnet blocks with witness data #8

Open Akagi201 opened 2 weeks ago

Akagi201 commented 2 weeks ago
  1. Gather blocks data on specific block height on OP Mainnet.
  2. Execute block transactions with serial evm executor.
  3. Execute block transactions with parallel evm executor.
  4. Write data results into csv files.