Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions rs/consensus/src/consensus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ enum ConsensusSubcomponent {
}

/// Describe expected version and artifact version when there is a mismatch.
/// Just triggering a rebuild.
#[derive(Debug)]
pub(crate) struct ReplicaVersionMismatch {}

Expand Down
1 change: 1 addition & 0 deletions rs/execution_environment/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ use tokio::sync::mpsc::Sender;
/// running in an replicated or non-replicated context. This information is
/// needed for various purposes and in particular to support the CoW memory
/// work.
/// Just triggering a rebuild.
#[doc(hidden)]
pub enum QueryExecutionType {
/// The execution is happening in a replicated context (i.e. consensus was
Expand Down
1 change: 1 addition & 0 deletions rs/p2p/artifact_manager/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ use tokio_stream::StreamExt;
use tracing::instrument;

/// Metrics for a client artifact processor.
/// Just triggering a rebuild.
struct ArtifactProcessorMetrics {
/// The processing time histogram.
processing_time: Histogram,
Expand Down