mana-ethereum/mana

Networking progress

germsvel opened this issue · 0 comments

This is a high level issue to keep track of all the current knowledge of what is missing from our networking layer. This includes things like RLPx, DEVp2p, and Eth Wire Protocol. Any issues related to those three should be linked here.

To do

  • Figure out why connections are dropping/failing with ingress header mac errors #409
  • Handle multi frame packets in ExWire #97
  • Keep record of known peers #99
  • Handle simultaneous auth for crypto handshake #117
  • Handle DEVp2p message #166
  • Finish implementing Eth Wire Protocol #167
  • Determine which peers to communicate with #74
  • Implement RLPx control flow #408

Resources