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

Class EpochTransition

types/src/scheme.rs:148–153  ·  view source on GitHub ↗

A notification of an epoch transition.

Source from the content-addressed store, hash-verified

146 tracing::info!(
147 epoch = transition.epoch.get(),
148 "private key not in validator set, entering verifier mode"
149 );
150 }
151 }
152 } else {
153 tracing::info!(
154 epoch = transition.epoch.get(),
155 "consensus signing disabled, entering verifier mode"
156 );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected