bnb-chain / op-geth

GNU Lesser General Public License v3.0
58 stars 47 forks source link

pevm: If TxDAG is nil, then use the serial processor to handle it. #203

Closed welkin22 closed 3 weeks ago

welkin22 commented 3 weeks ago

Description

If TxDAG is nil, then use the serial processor to handle it.

Rationale

The current version of TxDAG reads from a file, so it may not be able to read after a certain block height, and a serial processor should be used to execute it.