primitives: use alloy Header struct (#10691)

This commit is contained in:
Thomas Coratger
2024-09-23 14:53:43 +02:00
committed by GitHub
parent 7529d36515
commit ed1de8996d
85 changed files with 826 additions and 991 deletions

View File

@ -40,6 +40,8 @@ alloy-primitives = { workspace = true, features = [
"rand",
] }
alloy-consensus = { workspace = true, features = ["arbitrary"] }
alloy-rlp.workspace = true
rand.workspace = true
test-fuzz.workspace = true
serde_json.workspace = true