Skip to content

Commit

Permalink
Merge branch 'main' into gprusak-or-canceled
Browse files Browse the repository at this point in the history
  • Loading branch information
pompon0 authored Nov 30, 2023
2 parents 70d422b + 4acf065 commit e55d355
Show file tree
Hide file tree
Showing 11 changed files with 1,570 additions and 170 deletions.
152 changes: 84 additions & 68 deletions node/Cargo.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions node/actors/bft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ vise.workspace = true

[dev-dependencies]
tokio.workspace = true
assert_matches.workspace = true
6 changes: 5 additions & 1 deletion node/actors/bft/src/leader/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ mod state_machine;
#[cfg(test)]
mod tests;

pub(crate) use state_machine::StateMachine;
#[cfg(test)]
pub(crate) use self::replica_commit::Error as ReplicaCommitError;
#[cfg(test)]
pub(crate) use self::replica_prepare::Error as ReplicaPrepareError;
pub(crate) use self::state_machine::StateMachine;
Loading

0 comments on commit e55d355

Please sign in to comment.