test(txpool): add unit test for BlobStoreCanonTracker (#11885)

This commit is contained in:
Thomas Coratger
2024-10-19 10:28:42 +02:00
committed by GitHub
parent 2f559c62bf
commit da5079d11f
2 changed files with 93 additions and 1 deletions

View File

@ -74,7 +74,11 @@ serde_json.workspace = true
default = ["serde"]
serde = ["dep:serde"]
test-utils = ["rand", "paste", "serde"]
arbitrary = ["proptest", "reth-primitives/arbitrary", "proptest-arbitrary-interop"]
arbitrary = [
"proptest",
"reth-primitives/arbitrary",
"proptest-arbitrary-interop",
]
[[bench]]
name = "truncate"