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

Function get_latest_height

node/src/bin/observer.rs:478–483  ·  view source on GitHub ↗
(rpc_port: u16)

Source from the content-addressed store, hash-verified

476 );
477 }
478 println!(
479 " latest finalized block (epoch {}, view {}) has {} signers, none of which is the observer",
480 finalized_header.header().epoch(), finalized_header.header().view(), signer_count
481 );
482
483 println!("Test completed successfully!");
484
485 println!("Sending stop signals to all {} nodes...", node_runtimes.len());
486 for (idx, node_runtime) in node_runtimes.iter().enumerate() {

Callers 1

mainFunction · 0.70

Calls 2

buildMethod · 0.45
get_latest_heightMethod · 0.45

Tested by

no test coverage detected