mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-14 17:51:02 +00:00
the localsigner wallet
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
Generated
+19
@@ -49,6 +49,8 @@ dependencies = [
|
||||
"alloy-rpc-client",
|
||||
"alloy-rpc-types",
|
||||
"alloy-serde",
|
||||
"alloy-signer",
|
||||
"alloy-signer-local",
|
||||
"alloy-transport",
|
||||
"alloy-transport-http",
|
||||
"alloy-transport-ipc",
|
||||
@@ -519,6 +521,22 @@ dependencies = [
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "alloy-signer-local"
|
||||
version = "0.12.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cc6e72002cc1801d8b41e9892165e3a6551b7bd382bd9d0414b21e90c0c62551"
|
||||
dependencies = [
|
||||
"alloy-consensus",
|
||||
"alloy-network",
|
||||
"alloy-primitives",
|
||||
"alloy-signer",
|
||||
"async-trait",
|
||||
"k256",
|
||||
"rand",
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "alloy-sol-macro"
|
||||
version = "0.8.23"
|
||||
@@ -2967,6 +2985,7 @@ dependencies = [
|
||||
name = "revive-dt-config"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"alloy",
|
||||
"clap",
|
||||
"semver 1.0.26",
|
||||
"temp-dir",
|
||||
|
||||
Reference in New Issue
Block a user