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

Implement Milestone 1 Gossip Source #7

Open
Tracked by #9 ...
frisitano opened this issue Dec 30, 2024 · 1 comment
Open
Tracked by #9 ...

Implement Milestone 1 Gossip Source #7

frisitano opened this issue Dec 30, 2024 · 1 comment
Assignees

Comments

@frisitano
Copy link
Collaborator

Overview

As part of milestone 1, we will implement an RLPx gossip protocol. The current implementation of the scroll rollup uses the eth wire protocol to gossip blocks. As such we need to implement a temporary component that listens for blocks on the eth-wire-protocol and then pushes them to the RLPx protocol.

@frisitano frisitano mentioned this issue Dec 30, 2024
8 tasks
@frisitano frisitano self-assigned this Jan 17, 2025
@frisitano frisitano added this to the Milestone 1 milestone Jan 20, 2025
@frisitano frisitano added this to Reth Jan 20, 2025
This was referenced Jan 20, 2025
@frisitano
Copy link
Collaborator Author

The bridge is a leech on the network as it does not respond to requests from peers and they ultimately drop the connection. We may want to consider only connecting to a predefined list of nodes for which we are a trusted peer and will not be banned for undelivered request responses.

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

No branches or pull requests

1 participant