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

Ethereum peer to peer network Protocol #3

Open
masonforest opened this issue Apr 4, 2018 · 1 comment
Open

Ethereum peer to peer network Protocol #3

masonforest opened this issue Apr 4, 2018 · 1 comment

Comments

@masonforest
Copy link
Member

masonforest commented Apr 4, 2018

Title

  OIP: 1003
  Title: Ethereum peer to peer network Protocol
  Author: Mason Fischer <mason@kissr.co>
  Status: Draft
  Type: Standard
  Layer: Networking
  Created: 2018-04-04

Abstract

We need to perfect the Ethereum devp2p and RPLx protocol so we can communicate with existing nodes.

Specification

The existing devp2p/RPLx protocol is specified here: https://github.com/ethereum/devp2p/blob/master/rlpx.md

Current Implementation

https://github.com/exthereum/ex_wire

@hayesgm
Copy link

hayesgm commented Apr 6, 2018

That spec is... light on details. ExWire is currently able to connect to and gossip with other network peers. The biggest area that needs to be built out is debugging. The vast majority of real remote notes disconnect without specifying a reason when ExWire connects. This may be due to a network traversal issue.

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

No branches or pull requests

2 participants