bnb-chain / op-geth

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

optimization: txpool pending cache improvement #177

Closed andyzhang2023 closed 1 month ago

andyzhang2023 commented 2 months ago

Description

Now, pending transactions are ready when the miner needs them: transferred to LazyTransaction and filtered. The filtered transactions are copied from original resources and put into an individual map, to save the cost of LazyTransaction transformer and filtering.