chore: add test to Compact derived types to avoid backwards incompatibilities (#7822)

Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
This commit is contained in:
joshieDo
2024-04-29 14:32:42 +01:00
committed by GitHub
parent ee70351751
commit a8cd1f71a0
5 changed files with 163 additions and 16 deletions

View File

@ -16,7 +16,10 @@ workspace = true
reth-primitives.workspace = true
reth-interfaces.workspace = true
reth-codecs.workspace = true
reth-libmdbx = { workspace = true, optional = true, features = ["return-borrowed", "read-tx-timeouts"] }
reth-libmdbx = { workspace = true, optional = true, features = [
"return-borrowed",
"read-tx-timeouts",
] }
reth-nippy-jar.workspace = true
reth-tracing.workspace = true
@ -58,7 +61,11 @@ serde_json.workspace = true
tempfile.workspace = true
test-fuzz.workspace = true
pprof = { workspace = true, features = ["flamegraph", "frame-pointer", "criterion"] }
pprof = { workspace = true, features = [
"flamegraph",
"frame-pointer",
"criterion",
] }
criterion.workspace = true
iai-callgrind = "0.10.2"
@ -81,6 +88,7 @@ arbitrary = [
"dep:proptest",
"dep:proptest-derive",
]
optimism = []
[[bench]]
name = "hash_keys"