Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Merge branch 'main' into A0-1820-arstotzka
  • Loading branch information
timorl committed Jan 2, 2023
commit 7b393547351006db9e5d15bcbf080e9364c3df0c
3 changes: 2 additions & 1 deletion finality-aleph/src/sync/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ mod ticker;

pub use substrate::SessionVerifier;

const LOG_TARGET: &str = "aleph-block-sync";

/// The identifier of a block, the least amount of knowledge we can have about a block.
pub trait BlockIdentifier: Clone + Hash + Debug + Eq {
/// The block number, useful when reasoning about hopeless forks.
Expand Down Expand Up @@ -45,7 +47,6 @@ pub trait Justification: Clone {
}

/// A verifier of justifications.
#[async_trait::async_trait]
pub trait Verifier<J: Justification> {
type Error: Display;

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.