|
|
|
|
@ -133,12 +133,12 @@ dependencies = [
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "alloy-consensus"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"alloy-primitives",
|
|
|
|
|
"alloy-rlp",
|
|
|
|
|
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"c-kzg",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
@ -177,11 +177,11 @@ dependencies = [
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "alloy-eips"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alloy-primitives",
|
|
|
|
|
"alloy-rlp",
|
|
|
|
|
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"arbitrary",
|
|
|
|
|
"c-kzg",
|
|
|
|
|
"derive_more",
|
|
|
|
|
@ -211,10 +211,10 @@ dependencies = [
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "alloy-genesis"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alloy-primitives",
|
|
|
|
|
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
|
|
|
|
]
|
|
|
|
|
@ -245,7 +245,7 @@ dependencies = [
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "alloy-json-rpc"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alloy-primitives",
|
|
|
|
|
"serde",
|
|
|
|
|
@ -257,13 +257,13 @@ dependencies = [
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "alloy-network"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"alloy-json-rpc",
|
|
|
|
|
"alloy-primitives",
|
|
|
|
|
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"alloy-signer",
|
|
|
|
|
"alloy-sol-types",
|
|
|
|
|
"async-trait",
|
|
|
|
|
@ -274,9 +274,9 @@ dependencies = [
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "alloy-node-bindings"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"alloy-primitives",
|
|
|
|
|
"k256",
|
|
|
|
|
"serde_json",
|
|
|
|
|
@ -316,14 +316,14 @@ dependencies = [
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "alloy-provider"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"alloy-json-rpc",
|
|
|
|
|
"alloy-network",
|
|
|
|
|
"alloy-primitives",
|
|
|
|
|
"alloy-rpc-client",
|
|
|
|
|
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"alloy-rpc-types-trace",
|
|
|
|
|
"alloy-transport",
|
|
|
|
|
"alloy-transport-http",
|
|
|
|
|
@ -366,7 +366,7 @@ dependencies = [
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "alloy-rpc-client"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alloy-json-rpc",
|
|
|
|
|
"alloy-transport",
|
|
|
|
|
@ -386,14 +386,14 @@ dependencies = [
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "alloy-rpc-types"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"alloy-primitives",
|
|
|
|
|
"alloy-rlp",
|
|
|
|
|
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"alloy-sol-types",
|
|
|
|
|
"arbitrary",
|
|
|
|
|
"itertools 0.12.1",
|
|
|
|
|
@ -426,19 +426,19 @@ dependencies = [
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "alloy-rpc-types-anvil"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alloy-primitives",
|
|
|
|
|
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "alloy-rpc-types-beacon"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"alloy-primitives",
|
|
|
|
|
"alloy-rpc-types-engine",
|
|
|
|
|
"serde",
|
|
|
|
|
@ -448,14 +448,14 @@ dependencies = [
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "alloy-rpc-types-engine"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"alloy-primitives",
|
|
|
|
|
"alloy-rlp",
|
|
|
|
|
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"ethereum_ssz",
|
|
|
|
|
"ethereum_ssz_derive",
|
|
|
|
|
"jsonrpsee-types",
|
|
|
|
|
@ -468,11 +468,11 @@ dependencies = [
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "alloy-rpc-types-trace"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alloy-primitives",
|
|
|
|
|
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
|
|
|
|
]
|
|
|
|
|
@ -480,7 +480,7 @@ dependencies = [
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "alloy-serde"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alloy-primitives",
|
|
|
|
|
"serde",
|
|
|
|
|
@ -500,7 +500,7 @@ dependencies = [
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "alloy-signer"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alloy-primitives",
|
|
|
|
|
"async-trait",
|
|
|
|
|
@ -513,9 +513,9 @@ dependencies = [
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "alloy-signer-wallet"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"alloy-network",
|
|
|
|
|
"alloy-primitives",
|
|
|
|
|
"alloy-signer",
|
|
|
|
|
@ -588,7 +588,7 @@ dependencies = [
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "alloy-transport"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alloy-json-rpc",
|
|
|
|
|
"base64 0.22.1",
|
|
|
|
|
@ -606,7 +606,7 @@ dependencies = [
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "alloy-transport-http"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
|
|
|
|
|
source = "git+https://github.com/alloy-rs/alloy?rev=f1d7085#f1d708522e7fe676a3ee86dd198f87182f220927"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alloy-json-rpc",
|
|
|
|
|
"alloy-transport",
|
|
|
|
|
@ -2977,7 +2977,7 @@ dependencies = [
|
|
|
|
|
name = "exex-rollup"
|
|
|
|
|
version = "0.0.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"alloy-rlp",
|
|
|
|
|
"alloy-sol-types",
|
|
|
|
|
"eyre",
|
|
|
|
|
@ -6578,8 +6578,8 @@ dependencies = [
|
|
|
|
|
name = "reth-codecs"
|
|
|
|
|
version = "0.2.0-beta.7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"alloy-primitives",
|
|
|
|
|
"arbitrary",
|
|
|
|
|
"bytes",
|
|
|
|
|
@ -6784,9 +6784,9 @@ dependencies = [
|
|
|
|
|
name = "reth-e2e-test-utils"
|
|
|
|
|
version = "0.2.0-beta.7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"alloy-network",
|
|
|
|
|
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"alloy-signer",
|
|
|
|
|
"alloy-signer-wallet",
|
|
|
|
|
"eyre",
|
|
|
|
|
@ -6990,6 +6990,7 @@ dependencies = [
|
|
|
|
|
name = "reth-evm-ethereum"
|
|
|
|
|
version = "0.2.0-beta.7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"reth-evm",
|
|
|
|
|
"reth-interfaces",
|
|
|
|
|
"reth-primitives",
|
|
|
|
|
@ -7540,11 +7541,11 @@ name = "reth-primitives"
|
|
|
|
|
version = "0.2.0-beta.7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alloy-chains",
|
|
|
|
|
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"alloy-primitives",
|
|
|
|
|
"alloy-rlp",
|
|
|
|
|
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"alloy-trie",
|
|
|
|
|
"arbitrary",
|
|
|
|
|
"assert_matches",
|
|
|
|
|
@ -7643,6 +7644,7 @@ dependencies = [
|
|
|
|
|
name = "reth-revm"
|
|
|
|
|
version = "0.2.0-beta.7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"reth-consensus-common",
|
|
|
|
|
"reth-interfaces",
|
|
|
|
|
"reth-primitives",
|
|
|
|
|
@ -7827,7 +7829,7 @@ name = "reth-rpc-types"
|
|
|
|
|
version = "0.2.0-beta.7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alloy-primitives",
|
|
|
|
|
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"alloy-rpc-types-anvil",
|
|
|
|
|
"alloy-rpc-types-beacon",
|
|
|
|
|
"alloy-rpc-types-engine",
|
|
|
|
|
@ -7852,7 +7854,7 @@ name = "reth-rpc-types-compat"
|
|
|
|
|
version = "0.2.0-beta.7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alloy-rlp",
|
|
|
|
|
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"reth-primitives",
|
|
|
|
|
"reth-rpc-types",
|
|
|
|
|
"serde_json",
|
|
|
|
|
@ -7959,7 +7961,7 @@ dependencies = [
|
|
|
|
|
name = "reth-testing-utils"
|
|
|
|
|
version = "0.2.0-beta.7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"reth-primitives",
|
|
|
|
|
"secp256k1",
|
|
|
|
|
]
|
|
|
|
|
@ -8093,10 +8095,10 @@ dependencies = [
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "revm-inspectors"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "git+https://github.com/paradigmxyz/evm-inspectors?rev=c1b5dd0#c1b5dd0d85dd46ef5ec5258aebd24adc041d103a"
|
|
|
|
|
source = "git+https://github.com/paradigmxyz/evm-inspectors?rev=a5df8a0#a5df8a041d2c82a58840776be37f935a72803917"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alloy-primitives",
|
|
|
|
|
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
|
|
|
|
|
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=f1d7085)",
|
|
|
|
|
"alloy-rpc-types-trace",
|
|
|
|
|
"alloy-sol-types",
|
|
|
|
|
"anstyle",
|
|
|
|
|
|