mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 04:37:13 +00:00
Gloas alpha spec 8 (#9315)
https://github.com/ethereum/consensus-specs/releases/tag/v1.7.0-alpha.8 Co-Authored-By: Eitan Seri-Levi <eserilev@ucsc.edu> Co-Authored-By: Michael Sproul <michael@sigmaprime.io>
This commit is contained in:
@@ -320,6 +320,7 @@ impl<Engine: GenericExecutionEngine> TestRig<Engine> {
|
||||
Some(vec![]),
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
),
|
||||
)
|
||||
.await;
|
||||
@@ -366,11 +367,12 @@ impl<Engine: GenericExecutionEngine> TestRig<Engine> {
|
||||
Some(vec![]),
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
);
|
||||
|
||||
let payload_parameters = PayloadParameters {
|
||||
parent_hash,
|
||||
parent_gas_limit,
|
||||
parent_gas_limit: Some(parent_gas_limit),
|
||||
proposer_gas_limit: None,
|
||||
payload_attributes: &payload_attributes,
|
||||
forkchoice_update_params: &forkchoice_update_params,
|
||||
@@ -527,11 +529,12 @@ impl<Engine: GenericExecutionEngine> TestRig<Engine> {
|
||||
Some(vec![]),
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
);
|
||||
|
||||
let payload_parameters = PayloadParameters {
|
||||
parent_hash,
|
||||
parent_gas_limit,
|
||||
parent_gas_limit: Some(parent_gas_limit),
|
||||
proposer_gas_limit: None,
|
||||
payload_attributes: &payload_attributes,
|
||||
forkchoice_update_params: &forkchoice_update_params,
|
||||
@@ -588,6 +591,7 @@ impl<Engine: GenericExecutionEngine> TestRig<Engine> {
|
||||
Some(vec![]),
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
);
|
||||
let slot = Slot::new(42);
|
||||
let head_block_root = Hash256::repeat_byte(100);
|
||||
|
||||
Reference in New Issue
Block a user