chainbound / valtrack

An Ethereum validator crawler
MIT License
13 stars 3 forks source link

Peerstore implementation #19

Closed mempirate closed 4 months ago

mempirate commented 4 months ago

The peerstore is used to keep track of peers and their associated metadata. It's also aware of time, which means we can use it to periodically reconnect to peers (every epoch for new metadata).

Fixes #8 Fixes #15