Skip to content
New issue

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

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

Already on GitHub? # to your account

feat(net): Rollup client P2P domains #6

Open
merklefruit opened this issue Aug 22, 2024 · 0 comments
Open

feat(net): Rollup client P2P domains #6

merklefruit opened this issue Aug 22, 2024 · 0 comments
Assignees
Labels
A-hera Area: OP Stack Rollup node binary C-enhancement New feature or request

Comments

@merklefruit
Copy link
Collaborator

merklefruit commented Aug 22, 2024

We will need a p2p service responsible for discovery of other rollup nodes, peering and handling gossipsub events.
Ideally this component should be usable in both the CL node implementation and the Kona-ExEx, as a component to apply new unsafe blocks to the current chain. When in sequencer-mode, it should also be possible to broadcast to the new blocks topic.

Here is an overview of the complete functionality according to the specs:

This component should live under crates/net.

@merklefruit merklefruit changed the title feat(shared): p2p service feat(p2p): Rollup client P2P domains Aug 22, 2024
This was referenced Aug 22, 2024
refcell added a commit that referenced this issue Aug 25, 2024
### Description

Sets up a `p2p` crate for `hera` based off of
paradigmxyz/reth-exex-examples#15.

### Metadata

Makes progress on #6
refcell added a commit that referenced this issue Aug 25, 2024
Sets up a `p2p` crate for `hera` based off of
paradigmxyz/reth-exex-examples#15.

Makes progress on #6
@shekhirin shekhirin added C-enhancement New feature or request A-hera Area: OP Stack Rollup node binary labels Aug 25, 2024
@refcell refcell changed the title feat(p2p): Rollup client P2P domains feat(net): Rollup client P2P domains Aug 25, 2024
@refcell refcell self-assigned this Aug 25, 2024
refcell added a commit that referenced this issue Aug 26, 2024
### Description

Sets up a `net` crate based off of
paradigmxyz/reth-exex-examples#15.

### Metadata

Makes progress on #6
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
A-hera Area: OP Stack Rollup node binary C-enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants