feat(rpc): add anvil and hardhat and ganache trait bindings (#7495)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
KallyDev
2024-04-13 14:58:11 +08:00
committed by GitHub
parent a89add094f
commit 3237ad2a8c
8 changed files with 349 additions and 1 deletions

13
Cargo.lock generated
View File

@@ -377,6 +377,16 @@ dependencies = [
"thiserror",
]
[[package]]
name = "alloy-rpc-types-anvil"
version = "0.1.0"
source = "git+https://github.com/alloy-rs/alloy?rev=8cb0307#8cb0307b9bdb6cef9058d2d1a2219c8d212a7421"
dependencies = [
"alloy-primitives",
"alloy-serde",
"serde",
]
[[package]]
name = "alloy-rpc-types-engine"
version = "0.1.0"
@@ -3452,7 +3462,7 @@ dependencies = [
"httpdate",
"itoa",
"pin-project-lite",
"socket2 0.5.6",
"socket2 0.4.10",
"tokio",
"tower-service",
"tracing",
@@ -7300,6 +7310,7 @@ dependencies = [
"alloy-primitives",
"alloy-rlp",
"alloy-rpc-types",
"alloy-rpc-types-anvil",
"alloy-rpc-types-engine",
"alloy-rpc-types-trace",
"arbitrary",