|
1 | 1 | use crate::test_utils::{DEFAULT_BUILDER_PAYLOAD_VALUE_WEI, DEFAULT_JWT_SECRET}; |
2 | 2 | use crate::{Config, ExecutionLayer, PayloadAttributes, PayloadParameters}; |
3 | 3 | use bytes::Bytes; |
| 4 | +use eth2::beacon_response::ForkVersionedResponse; |
4 | 5 | use eth2::types::PublishBlockRequest; |
5 | 6 | use eth2::types::{ |
6 | 7 | BlobsBundle, BlockId, BroadcastValidation, EndpointVersion, EventKind, EventTopic, |
@@ -31,9 +32,9 @@ use types::builder_bid::{ |
31 | 32 | }; |
32 | 33 | use types::{ |
33 | 34 | Address, BeaconState, ChainSpec, Epoch, EthSpec, ExecPayload, ExecutionPayload, |
34 | | - ExecutionPayloadHeaderRefMut, ExecutionRequests, ForkName, ForkVersionDecode, |
35 | | - ForkVersionedResponse, Hash256, PublicKeyBytes, Signature, SignedBlindedBeaconBlock, |
36 | | - SignedRoot, SignedValidatorRegistrationData, Slot, Uint256, |
| 35 | + ExecutionPayloadHeaderRefMut, ExecutionRequests, ForkName, ForkVersionDecode, Hash256, |
| 36 | + PublicKeyBytes, Signature, SignedBlindedBeaconBlock, SignedRoot, |
| 37 | + SignedValidatorRegistrationData, Slot, Uint256, |
37 | 38 | }; |
38 | 39 | use types::{ExecutionBlockHash, SecretKey}; |
39 | 40 | use warp::reply::{self, Reply}; |
|
0 commit comments