chore: bump alloy 899fc51 (#8195)

This commit is contained in:
Matthias Seitz
2024-05-10 13:23:54 +02:00
committed by GitHub
parent a8bbab2470
commit efa5d41bf5
4 changed files with 74 additions and 74 deletions

108
Cargo.lock generated
View File

@ -133,12 +133,12 @@ dependencies = [
[[package]]
name = "alloy-consensus"
version = "0.1.0"
source = "git+https://github.com/alloy-rs/alloy?rev=77c1240#77c1240533b411ed0eb5533f94396eba8d7f6ab6"
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
dependencies = [
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
"alloy-primitives",
"alloy-rlp",
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
"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=77c1240#77c1240533b411ed0eb5533f94396eba8d7f6ab6"
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
dependencies = [
"alloy-primitives",
"alloy-rlp",
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
"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=77c1240#77c1240533b411ed0eb5533f94396eba8d7f6ab6"
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
dependencies = [
"alloy-primitives",
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
"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=77c1240#77c1240533b411ed0eb5533f94396eba8d7f6ab6"
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
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=77c1240#77c1240533b411ed0eb5533f94396eba8d7f6ab6"
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
dependencies = [
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"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-json-rpc",
"alloy-primitives",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
"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=77c1240#77c1240533b411ed0eb5533f94396eba8d7f6ab6"
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
dependencies = [
"alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
"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=77c1240#77c1240533b411ed0eb5533f94396eba8d7f6ab6"
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
dependencies = [
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
"alloy-json-rpc",
"alloy-network",
"alloy-primitives",
"alloy-rpc-client",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
"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=77c1240#77c1240533b411ed0eb5533f94396eba8d7f6ab6"
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
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=77c1240#77c1240533b411ed0eb5533f94396eba8d7f6ab6"
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
dependencies = [
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"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-primitives",
"alloy-rlp",
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
"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=77c1240#77c1240533b411ed0eb5533f94396eba8d7f6ab6"
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
dependencies = [
"alloy-primitives",
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
"serde",
]
[[package]]
name = "alloy-rpc-types-beacon"
version = "0.1.0"
source = "git+https://github.com/alloy-rs/alloy?rev=77c1240#77c1240533b411ed0eb5533f94396eba8d7f6ab6"
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
dependencies = [
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
"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=77c1240#77c1240533b411ed0eb5533f94396eba8d7f6ab6"
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
dependencies = [
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"alloy-eips 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"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-primitives",
"alloy-rlp",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"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)",
"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=77c1240#77c1240533b411ed0eb5533f94396eba8d7f6ab6"
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
dependencies = [
"alloy-primitives",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"alloy-serde 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"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)",
"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=77c1240#77c1240533b411ed0eb5533f94396eba8d7f6ab6"
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
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=77c1240#77c1240533b411ed0eb5533f94396eba8d7f6ab6"
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
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=77c1240#77c1240533b411ed0eb5533f94396eba8d7f6ab6"
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
dependencies = [
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
"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=77c1240#77c1240533b411ed0eb5533f94396eba8d7f6ab6"
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
dependencies = [
"alloy-json-rpc",
"base64 0.22.0",
@ -606,7 +606,7 @@ dependencies = [
[[package]]
name = "alloy-transport-http"
version = "0.1.0"
source = "git+https://github.com/alloy-rs/alloy?rev=77c1240#77c1240533b411ed0eb5533f94396eba8d7f6ab6"
source = "git+https://github.com/alloy-rs/alloy?rev=899fc51#899fc51af8b5f4de6df1605ca3ffe8d8d6fa8c69"
dependencies = [
"alloy-json-rpc",
"alloy-transport",
@ -2976,7 +2976,7 @@ dependencies = [
name = "exex-rollup"
version = "0.0.0"
dependencies = [
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
"alloy-rlp",
"alloy-sol-types",
"eyre",
@ -6581,8 +6581,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=77c1240)",
"alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"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-primitives",
"arbitrary",
"bytes",
@ -6787,9 +6787,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=77c1240)",
"alloy-consensus 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
"alloy-network",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
"alloy-signer",
"alloy-signer-wallet",
"eyre",
@ -7540,11 +7540,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=77c1240)",
"alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"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-primitives",
"alloy-rlp",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
"alloy-trie",
"arbitrary",
"assert_matches",
@ -7805,7 +7805,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=77c1240)",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
"alloy-rpc-types-anvil",
"alloy-rpc-types-beacon",
"alloy-rpc-types-engine",
@ -7830,7 +7830,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=77c1240)",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
"reth-primitives",
"reth-rpc-types",
"serde_json",
@ -7937,7 +7937,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=77c1240)",
"alloy-genesis 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
"reth-primitives",
"secp256k1",
]
@ -8071,10 +8071,10 @@ dependencies = [
[[package]]
name = "revm-inspectors"
version = "0.1.0"
source = "git+https://github.com/paradigmxyz/evm-inspectors?rev=7168ac5#7168ac55682fb420da7a82ed94bfb0c30a034113"
source = "git+https://github.com/paradigmxyz/evm-inspectors?rev=c1b5dd0#c1b5dd0d85dd46ef5ec5258aebd24adc041d103a"
dependencies = [
"alloy-primitives",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=77c1240)",
"alloy-rpc-types 0.1.0 (git+https://github.com/alloy-rs/alloy?rev=899fc51)",
"alloy-rpc-types-trace",
"alloy-sol-types",
"anstyle",

View File

@ -280,7 +280,7 @@ reth-testing-utils = { path = "testing/testing-utils" }
# revm
revm = { version = "8.0.0", features = ["std", "secp256k1"], default-features = false }
revm-primitives = { version = "3.1.0", features = ["std"], default-features = false }
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "7168ac5" }
revm-inspectors = { git = "https://github.com/paradigmxyz/evm-inspectors", rev = "c1b5dd0" }
# eth
alloy-chains = "0.1.15"
@ -289,21 +289,21 @@ alloy-dyn-abi = "0.7.2"
alloy-sol-types = "0.7.2"
alloy-rlp = "0.3.4"
alloy-trie = "0.3.1"
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "77c1240" }
alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "77c1240" }
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "77c1240" }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "77c1240" }
alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", rev = "77c1240" }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "77c1240" }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "77c1240" }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "77c1240", default-features = false, features = [
alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "899fc51" }
alloy-rpc-types-anvil = { git = "https://github.com/alloy-rs/alloy", rev = "899fc51" }
alloy-rpc-types-trace = { git = "https://github.com/alloy-rs/alloy", rev = "899fc51" }
alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "899fc51" }
alloy-rpc-types-beacon = { git = "https://github.com/alloy-rs/alloy", rev = "899fc51" }
alloy-genesis = { git = "https://github.com/alloy-rs/alloy", rev = "899fc51" }
alloy-node-bindings = { git = "https://github.com/alloy-rs/alloy", rev = "899fc51" }
alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "899fc51", default-features = false, features = [
"reqwest",
] }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", default-features = false, rev = "77c1240" }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "77c1240" }
alloy-signer-wallet = { git = "https://github.com/alloy-rs/alloy", rev = "77c1240" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "77c1240" }
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "77c1240" }
alloy-eips = { git = "https://github.com/alloy-rs/alloy", default-features = false, rev = "899fc51" }
alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "899fc51" }
alloy-signer-wallet = { git = "https://github.com/alloy-rs/alloy", rev = "899fc51" }
alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "899fc51" }
alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "899fc51" }
# misc
auto_impl = "1"

View File

@ -4,7 +4,7 @@ use crate::engine::{
BlobsBundleV1, ExecutionPayload, ExecutionPayloadV1, ExecutionPayloadV2, ExecutionPayloadV3,
};
use alloy_primitives::{Address, B256, U256};
use alloy_rpc_types_beacon::beacon::{BlsPublicKey, BlsSignature};
use alloy_rpc_types_beacon::{BlsPublicKey, BlsSignature};
use serde::{Deserialize, Serialize};
use serde_with::{serde_as, DisplayFromStr};
@ -102,7 +102,7 @@ pub struct SignedBidSubmissionV1 {
/// The BidTrace message associated with the submission.
pub message: BidTrace,
/// The execution payload for the submission.
#[serde(with = "alloy_rpc_types_beacon::beacon::payload::beacon_payload_v1")]
#[serde(with = "alloy_rpc_types_beacon::payload::beacon_payload_v1")]
pub execution_payload: ExecutionPayloadV1,
/// The signature associated with the submission.
pub signature: BlsSignature,
@ -116,7 +116,7 @@ pub struct SignedBidSubmissionV2 {
/// The BidTrace message associated with the submission.
pub message: BidTrace,
/// The execution payload for the submission.
#[serde(with = "alloy_rpc_types_beacon::beacon::payload::beacon_payload_v2")]
#[serde(with = "alloy_rpc_types_beacon::payload::beacon_payload_v2")]
pub execution_payload: ExecutionPayloadV2,
/// The signature associated with the submission.
pub signature: BlsSignature,
@ -130,7 +130,7 @@ pub struct SignedBidSubmissionV3 {
/// The BidTrace message associated with the submission.
pub message: BidTrace,
/// The execution payload for the submission.
#[serde(with = "alloy_rpc_types_beacon::beacon::payload::beacon_payload_v3")]
#[serde(with = "alloy_rpc_types_beacon::payload::beacon_payload_v3")]
pub execution_payload: ExecutionPayloadV3,
/// The Deneb block bundle for this bid.
pub blobs_bundle: BlobsBundleV1,
@ -144,7 +144,7 @@ pub struct SubmitBlockRequest {
/// The BidTrace message associated with the block submission.
pub message: BidTrace,
/// The execution payload for the block submission.
#[serde(with = "alloy_rpc_types_beacon::beacon::payload::beacon_payload")]
#[serde(with = "alloy_rpc_types_beacon::payload::beacon_payload")]
pub execution_payload: ExecutionPayload,
/// The signature associated with the block submission.
pub signature: BlsSignature,

View File

@ -17,7 +17,7 @@
#![cfg_attr(not(test), warn(unused_crate_dependencies))]
use alloy_rpc_types_beacon::beacon::events::PayloadAttributesEvent;
use alloy_rpc_types_beacon::events::PayloadAttributesEvent;
use clap::Parser;
use futures_util::stream::StreamExt;
use mev_share_sse::{client::EventStream, EventClient};