You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core/txpool/blobpool: reduce overhead in benchmark, make blobpool validation-function settable
The benchmarks for assembling the pending lazy-tx lists were extremely intense in setup,
1. writing a lot of data to disk, and
2. performing a lot of expensive blob validations.
This change fixes both, by replacing billy with a no-op store, and
replacing the blobpool validation function with a yes-dummy.
0 commit comments