mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 13:58:28 +00:00
block and blob handling progress
This commit is contained in:
@@ -142,6 +142,7 @@ async fn produces_attestations() {
|
||||
.add_head_block(
|
||||
block_root,
|
||||
Arc::new(block.clone()),
|
||||
None,
|
||||
proto_block,
|
||||
&state,
|
||||
&chain.spec,
|
||||
@@ -198,6 +199,7 @@ async fn early_attester_cache_old_request() {
|
||||
.add_head_block(
|
||||
head.beacon_block_root,
|
||||
head.beacon_block.clone(),
|
||||
None,
|
||||
head_proto_block,
|
||||
&head.beacon_state,
|
||||
&harness.chain.spec,
|
||||
|
||||
Reference in New Issue
Block a user