mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 08:52:54 +00:00
Added Flag to Bypass New Payload Cache
This commit is contained in:
@@ -469,6 +469,7 @@ where
|
||||
execution_endpoint: url,
|
||||
secret_file: None,
|
||||
suggested_fee_recipient: Some(Address::repeat_byte(42)),
|
||||
bypass_new_payload_cache: true,
|
||||
..Default::default()
|
||||
};
|
||||
let execution_layer =
|
||||
|
||||
@@ -279,8 +279,6 @@ impl InvalidPayloadRig {
|
||||
} else {
|
||||
mock_execution_layer.server.full_payload_verification();
|
||||
}
|
||||
// wait for the new payload cache to timeout
|
||||
tokio::time::sleep(std::time::Duration::from_secs(12)).await;
|
||||
let root = self
|
||||
.harness
|
||||
.process_block(slot, block.canonical_root(), (block.clone(), blobs.clone()))
|
||||
|
||||
Reference in New Issue
Block a user