bnb-chain / op-geth

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

txdag: optimize the size of readSet #188

Closed welkin22 closed 1 month ago

welkin22 commented 1 month ago

Description

When a read operation is accompanied by a write operation, there is no need to include it in the readSet because it will be filtered out later. We only need to record pure read operations.