MCPcopy Create free account
hub / github.com/SeismicSystems/summit / get_finalized_block

Method get_finalized_block

syncer/src/actor.rs:1303–1312  ·  view source on GitHub ↗

Get a finalized block from the immutable archive.

(&self, height: Height)

Source from the content-addressed store, hash-verified

1301 height,
1302 commitment,
1303 receiver: ack_waiter,
1304 });
1305 }
1306 }
1307
1308 /// Handle acknowledgement from the application that a block has been processed.
1309 ///
1310 /// Buffers the processed height update but does NOT sync to durable storage.
1311 /// The caller must sync metadata after processing all ready acks.
1312 async fn handle_block_processed(
1313 &mut self,
1314 height: Height,
1315 commitment: B::Digest,

Callers 3

handle_produceMethod · 0.80
try_dispatch_blocksMethod · 0.80
try_repair_gapsMethod · 0.80

Calls 1

getMethod · 0.80

Tested by

no test coverage detected