You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copying over from Nakamoto Slack, as reported by @jcnelson:
There's a bug in /v2/neighbors -- it's reporting all neighbors whose last-contact time is greater than self.connection_opts.max_neighbor_age (which is sometime in January 1970 if taken as an absolute UNIX timestamp), whereas the p2p interfaces all use get_epoch_time_secs() - self.connection_opts.max_neighbor_age (which is correct). self.connection_opts.max_neighbor_age is set to 3 days. Some addresses reported in /v2/neighbors may be dead
The text was updated successfully, but these errors were encountered:
Copying over from Nakamoto Slack, as reported by @jcnelson:
There's a bug in
/v2/neighbors
-- it's reporting all neighbors whose last-contact time is greater thanself.connection_opts.max_neighbor_age
(which is sometime in January 1970 if taken as an absolute UNIX timestamp), whereas the p2p interfaces all useget_epoch_time_secs()
-self.connection_opts.max_neighbor_age
(which is correct).self.connection_opts.max_neighbor_age
is set to 3 days. Some addresses reported in /v2/neighbors may be deadThe text was updated successfully, but these errors were encountered: