feat: discard txs by tx_count of sender (#4520)

Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
This commit is contained in:
chirag-bgh
2023-11-30 00:14:50 +05:30
committed by GitHub
parent 5a7644709b
commit 15992d9bdf
7 changed files with 842 additions and 55 deletions

View File

@ -74,6 +74,11 @@ optimism = [
"revm/optimism",
]
[[bench]]
name = "truncate"
required-features = ["test-utils", "arbitrary"]
harness = false
[[bench]]
name = "reorder"
required-features = ["test-utils", "arbitrary"]