mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-23 23:04:53 +00:00
builder gas limit & some refactoring (#6583)
* Cache gas_limit * Payload Parameters Refactor * Enforce Proposer Gas Limit * Fixed and Added New Tests * Fix Beacon Chain Tests
This commit is contained in:
@@ -809,10 +809,13 @@ impl<E: EthSpec> Tester<E> {
|
||||
if expected_should_override_fcu.validator_is_connected {
|
||||
el.update_proposer_preparation(
|
||||
next_slot_epoch,
|
||||
&[ProposerPreparationData {
|
||||
validator_index: dbg!(proposer_index) as u64,
|
||||
fee_recipient: Default::default(),
|
||||
}],
|
||||
[(
|
||||
&ProposerPreparationData {
|
||||
validator_index: dbg!(proposer_index) as u64,
|
||||
fee_recipient: Default::default(),
|
||||
},
|
||||
&None,
|
||||
)],
|
||||
)
|
||||
.await;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user