block and blob handling progress

This commit is contained in:
realbigsean
2022-11-19 16:53:34 -05:00
parent 45897ad4e1
commit dc87156641
11 changed files with 237 additions and 43 deletions

View File

@@ -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,