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

Issue downloading PeerHostInfo from the PSQL database #72

Closed cortze closed 4 months ago

cortze commented 4 months ago

Description

With the aggregation of the SSE HTTP streamer, the attestation messages have been wrapped with the peer's info that sent us the messages. However, this info is queried from the PostgreSQL database, making the whole process of streaming the attestations slower than it should be.

Actions to make

This should be changed to request all this info directly from the local libp2p peerstore.

cortze commented 4 months ago

Closed with #73