Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeismicSystems/summit
/ digest
Method
digest
types/src/block.rs:164–166 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
162
pub fn digest(&self) -> Digest {
163
self.header.get_digest()
164
}
165
166
pub fn timestamp(&self) -> u64 {
167
self.header.timestamp()
168
}
169
Callers
15
handle_proposal
Method · 0.45
handle_verify
Function · 0.45
handle_finalized_block
Method · 0.45
handle_notarized_block
Method · 0.45
execute_block
Function · 0.45
test_orphaned_block_processed_when_parent_arrives
Function · 0.45
test_multiple_forks_tracked
Function · 0.45
test_dead_fork_block_discarded
Function · 0.45
test_fork_states_pruned_after_finalization
Function · 0.45
test_orphaned_blocks_pruned_after_finalization
Function · 0.45
test_fork_state_reused_when_notarized_then_finalized
Function · 0.45
test_competing_fork_pruned_on_finalization
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_orphaned_block_processed_when_parent_arrives
Function · 0.36
test_multiple_forks_tracked
Function · 0.36
test_dead_fork_block_discarded
Function · 0.36
test_fork_states_pruned_after_finalization
Function · 0.36
test_orphaned_blocks_pruned_after_finalization
Function · 0.36
test_fork_state_reused_when_notarized_then_finalized
Function · 0.36
test_competing_fork_pruned_on_finalization
Function · 0.36
test_validator_exit_triggers_cancellation
Function · 0.36
test_get_latest_epoch
Function · 0.36
test_get_epoch_genesis_hash
Function · 0.36
test_get_aux_data_from_canonical_chain
Function · 0.36
test_initial_startup_sync_zero_forkchoice_skips_sync
Function · 0.36