mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-17 20:02:43 +00:00
Merge remote-tracking branch 'origin/unstable' into tree-states
This commit is contained in:
@@ -57,7 +57,7 @@ impl ExitTest {
|
||||
block_modifier(&harness, block);
|
||||
})
|
||||
.await;
|
||||
(signed_block.0, state)
|
||||
((*signed_block.0).clone(), state)
|
||||
}
|
||||
|
||||
fn process(
|
||||
|
||||
@@ -391,6 +391,8 @@ mod tests {
|
||||
suggested_fee_recipient: None,
|
||||
gas_limit: None,
|
||||
builder_proposals: None,
|
||||
builder_boost_factor: None,
|
||||
prefer_builder_proposals: None,
|
||||
description: String::default(),
|
||||
signing_definition: SigningDefinition::LocalKeystore {
|
||||
voting_keystore_path: signer_rig.keystore_path.clone(),
|
||||
@@ -409,6 +411,8 @@ mod tests {
|
||||
suggested_fee_recipient: None,
|
||||
gas_limit: None,
|
||||
builder_proposals: None,
|
||||
builder_boost_factor: None,
|
||||
prefer_builder_proposals: None,
|
||||
description: String::default(),
|
||||
signing_definition: SigningDefinition::Web3Signer(Web3SignerDefinition {
|
||||
url: signer_rig.url.to_string(),
|
||||
|
||||
Reference in New Issue
Block a user