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 ethereum RPCs and Services #74

Open cortze opened 4 months ago

cortze commented 4 months ago

Motivation

Many reports have noticed that the crawler's connectivity hasn't been the best, at least maintaining connections for large periods. Checking the p2p requirements for a successful handshake, I could see that we don't support the entire list of RPC endpoints or Libp2p protocols. Thus, this PR aims to explore whether adding them will help.

Description

This PR aims to extend the RPC Listening services to support the entire list of RPC endpoints/protocols. Furthermore, it also aims to support the entire list of GossipSub messages and toopics

Tasks

Proof of Success