bnb-chain / op-geth

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

Pevm rebased to v0.5.5 #192

Closed andyzhang2023 closed 1 month ago

andyzhang2023 commented 1 month ago

Description

Redesigned Parallel EVM:

  1. a new scheduler based on TXDAG;
  2. a new StateDB which costs less memory resource.
  3. a new processor that can be extended easier.