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

Method complete_current

syncer/src/actor.rs:156–167  ·  view source on GitHub ↗

Returns metadata for a completed current ack and arms the next queued ack.

(
        &mut self,
        result: <A::Waiter as Future>::Output,
    )

Source from the content-addressed store, hash-verified

154 // Codec configuration for block type
155 block_codec_config: B::Cfg,
156 // Strategy for parallel operations
157 strategy: T,
158
159 // ---------- State ----------
160 // Last proposed block
161 last_proposed_block: Option<(Round, B::Digest, B)>,
162 // Current processed floor and any pending floor update
163 floor: Floor<P::Scheme, B::Digest>,
164 // Application delivery cursor
165 stream: Stream<E>,
166 // Pending application acknowledgements
167 pending_acks: PendingAcks<B, A>,
168 // Highest known finalized height
169 tip: Height,
170 // Outstanding subscriptions for blocks

Callers 1

pop_readyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected