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

Method commit

finalizer/src/db.rs:314–318  ·  view source on GitHub ↗

Commit all pending changes to the database

(&mut self)

Source from the content-addressed store, hash-verified

312 }
313 }
314 }
315
316 pub async fn get_most_recent_finalized_header(
317 &self,
318 ) -> Option<FinalizedHeader<bls12381_multisig::Scheme<PublicKey, V>>> {
319 let latest_epoch = self.get_latest_finalized_header_epoch().await;
320 self.get_finalized_header(latest_epoch).await
321 }

Calls 1

handle_db_errorMethod · 0.80