Skip to content

Commit

Permalink
Tidy from self review
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jan 10, 2025
1 parent 55dc3db commit 8955338
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion crates/api/src/peer_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use crate::*;
use std::sync::Arc;

/// Represents the ability to store and query agents.
#[cfg_attr(any(test, feature = "mockall"), mockall::automock)]
pub trait PeerStore: 'static + Send + Sync + std::fmt::Debug {
/// Insert agents into the store.
fn insert(
Expand Down
2 changes: 1 addition & 1 deletion crates/gossip/proto/gossip.proto
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ message K2GossipAcceptProto {
// and the initiator should use this new timestamp in their `new_since` next time they gossip with us.
int64 updated_new_since = 5;

// TODO Send initial DHT snapshot.
// TODO Send DHT snapshot diff response.
}

// TODO Further gossip protocol messages.

0 comments on commit 8955338

Please sign in to comment.