mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
test(txpool): add unit test for BlobStoreCanonTracker (#11885)
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user