ethpandaops / xatu

Ethereum network monitoring with collection clients and a centralized server for data pipelining.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consensus layer mimicry

samcm opened this issue · comments

Note: Might not be possible.

mimicry currently works in the execution layer, connecting to peers and staying connected by being a good enough peer. This functionality would be nice in the consensus layer if possible, although peer scoring will be way more of an issue.

If possible this would allow us to derive events that are way closer to the actual p2p network, and delays from the beacon node api event stream could be skipped.