feat: eip-7702 (#9214)

Co-authored-by: Matthew Smith <m@lattejed.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
This commit is contained in:
Oliver
2024-07-11 07:45:47 +02:00
committed by GitHub
parent fc3d0eb9d7
commit fc4c037e60
25 changed files with 877 additions and 72 deletions

View File

@ -31,6 +31,7 @@ alloy-eips = { workspace = true, default-features = false, features = [
"serde",
] }
alloy-primitives = { workspace = true, features = ["arbitrary", "serde"] }
alloy-consensus = { workspace = true, features = ["arbitrary"] }
test-fuzz.workspace = true
serde_json.workspace = true