File tree 2 files changed +2
-2
lines changed
acceptance-tests/src/test/java/tech/pegasys/web3signer/dsl/utils 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ private ExecutionPayload randomExecutionPayload(final SpecVersion specVersion) {
135
135
.blockHash (util .randomBytes32 ())
136
136
.transactions (util .randomExecutionPayloadTransactions ())
137
137
.withdrawals (() -> randomExecutionPayloadWithdrawals (specVersion ))
138
- .excessDataGas (util ::randomUInt256 ));
138
+ .excessDataGas (util ::randomUInt64 ));
139
139
}
140
140
141
141
private List <Withdrawal > randomExecutionPayloadWithdrawals (final SpecVersion specVersion ) {
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ dependencyManagement {
87
87
dependency ' org.hyperledger.besu:plugin-api:22.10.3'
88
88
dependency ' org.hyperledger.besu.internal:metrics-core:22.10.3'
89
89
90
- dependencySet(group : ' tech.pegasys.teku.internal' , version : ' 23.3.1 ' ) {
90
+ dependencySet(group : ' tech.pegasys.teku.internal' , version : ' 23.6.0 ' ) {
91
91
entry ' bls'
92
92
entry ' spec'
93
93
entry ' serializer'
You can’t perform that action at this time.
0 commit comments