Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update ethereum RPCs and Services #74

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

cortze
Copy link
Collaborator

@cortze cortze commented Mar 26, 2024

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

  • Add missing RPC endpoints
  • Extend those endpoints to Listeing Services
  • Add Gossipsub missing topics
  • (optional) Suppor the event forwarding of those events

Proof of Success

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant