@@ -13,7 +13,7 @@ import (
13
13
"github.com/attestantio/go-eth2-client/api"
14
14
apiv1 "github.com/attestantio/go-eth2-client/api/v1"
15
15
"github.com/attestantio/go-eth2-client/spec"
16
- "github.com/attestantio/go-eth2-client/spec/capella "
16
+ "github.com/attestantio/go-eth2-client/spec/deneb "
17
17
"github.com/attestantio/go-eth2-client/spec/phase0"
18
18
"github.com/ethereum/go-ethereum/common"
19
19
"github.com/ethereum/go-ethereum/core/types"
@@ -121,10 +121,10 @@ func (s *StepHandlerTestSuite) Test_HandleEvents_FirstStep_StepExecuted() {
121
121
Block : "10" ,
122
122
}).Return (& api.Response [* spec.VersionedSignedBeaconBlock ]{
123
123
Data : & spec.VersionedSignedBeaconBlock {
124
- Capella : & capella .SignedBeaconBlock {
125
- Message : & capella .BeaconBlock {
126
- Body : & capella .BeaconBlockBody {
127
- ExecutionPayload : & capella .ExecutionPayload {
124
+ Deneb : & deneb .SignedBeaconBlock {
125
+ Message : & deneb .BeaconBlock {
126
+ Body : & deneb .BeaconBlockBody {
127
+ ExecutionPayload : & deneb .ExecutionPayload {
128
128
BlockNumber : 100 ,
129
129
},
130
130
},
@@ -166,10 +166,10 @@ func (s *StepHandlerTestSuite) Test_HandleEvents_SecondStep_MissingDeposits() {
166
166
Block : "10" ,
167
167
}).Return (& api.Response [* spec.VersionedSignedBeaconBlock ]{
168
168
Data : & spec.VersionedSignedBeaconBlock {
169
- Capella : & capella .SignedBeaconBlock {
170
- Message : & capella .BeaconBlock {
171
- Body : & capella .BeaconBlockBody {
172
- ExecutionPayload : & capella .ExecutionPayload {
169
+ Deneb : & deneb .SignedBeaconBlock {
170
+ Message : & deneb .BeaconBlock {
171
+ Body : & deneb .BeaconBlockBody {
172
+ ExecutionPayload : & deneb .ExecutionPayload {
173
173
BlockNumber : 100 ,
174
174
},
175
175
},
@@ -203,10 +203,10 @@ func (s *StepHandlerTestSuite) Test_HandleEvents_SecondStep_MissingDeposits() {
203
203
Block : "10" ,
204
204
}).Return (& api.Response [* spec.VersionedSignedBeaconBlock ]{
205
205
Data : & spec.VersionedSignedBeaconBlock {
206
- Capella : & capella .SignedBeaconBlock {
207
- Message : & capella .BeaconBlock {
208
- Body : & capella .BeaconBlockBody {
209
- ExecutionPayload : & capella .ExecutionPayload {
206
+ Deneb : & deneb .SignedBeaconBlock {
207
+ Message : & deneb .BeaconBlock {
208
+ Body : & deneb .BeaconBlockBody {
209
+ ExecutionPayload : & deneb .ExecutionPayload {
210
210
BlockNumber : 110 ,
211
211
},
212
212
},
@@ -242,10 +242,10 @@ func (s *StepHandlerTestSuite) Test_HandleEvents_SecondStep_ValidDeposits() {
242
242
Block : "10" ,
243
243
}).Return (& api.Response [* spec.VersionedSignedBeaconBlock ]{
244
244
Data : & spec.VersionedSignedBeaconBlock {
245
- Capella : & capella .SignedBeaconBlock {
246
- Message : & capella .BeaconBlock {
247
- Body : & capella .BeaconBlockBody {
248
- ExecutionPayload : & capella .ExecutionPayload {
245
+ Deneb : & deneb .SignedBeaconBlock {
246
+ Message : & deneb .BeaconBlock {
247
+ Body : & deneb .BeaconBlockBody {
248
+ ExecutionPayload : & deneb .ExecutionPayload {
249
249
BlockNumber : 100 ,
250
250
},
251
251
},
@@ -279,10 +279,10 @@ func (s *StepHandlerTestSuite) Test_HandleEvents_SecondStep_ValidDeposits() {
279
279
Block : "10" ,
280
280
}).Return (& api.Response [* spec.VersionedSignedBeaconBlock ]{
281
281
Data : & spec.VersionedSignedBeaconBlock {
282
- Capella : & capella .SignedBeaconBlock {
283
- Message : & capella .BeaconBlock {
284
- Body : & capella .BeaconBlockBody {
285
- ExecutionPayload : & capella .ExecutionPayload {
282
+ Deneb : & deneb .SignedBeaconBlock {
283
+ Message : & deneb .BeaconBlock {
284
+ Body : & deneb .BeaconBlockBody {
285
+ ExecutionPayload : & deneb .ExecutionPayload {
286
286
BlockNumber : 110 ,
287
287
},
288
288
},
0 commit comments