mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 05:48:31 +00:00
Client identification (#1158)
* Add logs and client identification * Add client to RPC Error log * Remove attestation service tests
This commit is contained in:
@@ -17,7 +17,8 @@ use std::task::{Context, Poll};
|
||||
use std::time::{Duration, Instant};
|
||||
use types::{Attestation, EthSpec, Slot, SubnetId};
|
||||
|
||||
mod tests;
|
||||
//TODO: Removed attestation subnet tests until they become deterministic
|
||||
//mod tests;
|
||||
|
||||
/// The minimum number of slots ahead that we attempt to discover peers for a subscription. If the
|
||||
/// slot is less than this number, skip the peer discovery process.
|
||||
|
||||
Reference in New Issue
Block a user