reth icon indicating copy to clipboard operation
reth copied to clipboard

perf(op-tx-pool): Split up tx validation to stateless and stateful checks

Open emhane opened this issue 6 months ago • 0 comments
trafficstars

Ref https://github.com/paradigmxyz/reth/pull/15721#discussion_r2045148500, https://github.com/paradigmxyz/reth/issues/13902

Splits up tx validation checks into stateless and stateful checks. This enables op tx batch validation to bail early before loading state, if all txns fails stateless validation.

emhane avatar Apr 22 '25 11:04 emhane