test: add tx validator test (#5179)

This commit is contained in:
Matthias Seitz
2023-10-25 23:40:41 +02:00
committed by GitHub
parent e05dba69ce
commit 5d94aef893
3 changed files with 117 additions and 30 deletions

View File

@ -52,6 +52,7 @@ proptest = { workspace = true, optional = true }
[dev-dependencies]
reth-primitives = { workspace = true, features = ["arbitrary"] }
reth-provider = { workspace = true, features = ["test-utils"] }
paste = "1.0"
rand = "0.8"
proptest.workspace = true