File tree 3 files changed +1
-5
lines changed
integration-test/java/tech/pegasys/teku/validator/remote/typedef
main/java/tech/pegasys/teku/validator/remote/apiclient
3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 19
19
import static org .assertj .core .api .Assertions .assertThatThrownBy ;
20
20
import static org .assertj .core .api .Assumptions .assumeThat ;
21
21
import static tech .pegasys .teku .ethereum .json .types .beacon .StateValidatorDataBuilder .STATE_VALIDATORS_RESPONSE_TYPE ;
22
- import static tech .pegasys .teku .ethereum .json .types .validator .SyncCommitteeDutiesBuilder .SYNC_COMMITTEE_DUTIES_TYPE ;
23
22
import static tech .pegasys .teku .ethereum .json .types .validator .AttesterDutiesBuilder .ATTESTER_DUTIES_RESPONSE_TYPE ;
23
+ import static tech .pegasys .teku .ethereum .json .types .validator .SyncCommitteeDutiesBuilder .SYNC_COMMITTEE_DUTIES_TYPE ;
24
24
import static tech .pegasys .teku .infrastructure .http .HttpStatusCodes .SC_BAD_REQUEST ;
25
25
import static tech .pegasys .teku .infrastructure .http .HttpStatusCodes .SC_METHOD_NOT_ALLOWED ;
26
26
import static tech .pegasys .teku .infrastructure .http .HttpStatusCodes .SC_NOT_FOUND ;
Original file line number Diff line number Diff line change 36
36
import java .io .IOException ;
37
37
import java .io .UncheckedIOException ;
38
38
import java .net .URI ;
39
- import java .util .Collection ;
40
39
import java .util .HashMap ;
41
40
import java .util .List ;
42
41
import java .util .Map ;
61
60
import tech .pegasys .teku .api .response .v1 .validator .GetAggregatedAttestationResponse ;
62
61
import tech .pegasys .teku .api .response .v1 .validator .GetProposerDutiesResponse ;
63
62
import tech .pegasys .teku .api .response .v1 .validator .GetSyncCommitteeContributionResponse ;
64
- import tech .pegasys .teku .api .response .v1 .validator .PostSyncDutiesResponse ;
65
- import tech .pegasys .teku .api .response .v1 .validator .PostAttesterDutiesResponse ;
66
63
import tech .pegasys .teku .api .response .v1 .validator .PostValidatorLivenessResponse ;
67
64
import tech .pegasys .teku .api .schema .Attestation ;
68
65
import tech .pegasys .teku .api .schema .SignedAggregateAndProof ;
Original file line number Diff line number Diff line change 13
13
14
14
package tech .pegasys .teku .validator .remote .apiclient ;
15
15
16
- import java .util .Collection ;
17
16
import java .util .List ;
18
17
import java .util .Optional ;
19
18
import java .util .Set ;
You can’t perform that action at this time.
0 commit comments