migalabs / armiarma

Armiarma is a Libp2p open-network crawler with a current focus on Ethereum's CL network
https://monitoreth.io
MIT License
36 stars 13 forks source link

Update/active peer filters #65

Closed cortze closed 8 months ago

cortze commented 8 months ago

Motivation

We've been spotting a wide set of dv5 entries that seem to be related to stale records. This makes the crawler algorithm subject to count as "active" nodes that are no longer participating in the network just because someone is sharing its ENR.

related links:

Description

This PR aims to set an extra filter of what the crawler understands as "active", checking the last time we connected to the nodes.

Tasks

Proof of Success