logos-co / nomos-node

Nomos blockchain node
48 stars 15 forks source link

Network layer rewrite #236

Open youngjoon-lee opened 1 year ago

youngjoon-lee commented 1 year ago

To replace Waku with libp2p

I'm putting what's in my head here before taking days off. So, please feel free to edit this.

After completing the first simple implementation, we may need to consider about further topics:

youngjoon-lee commented 1 year ago

The first iteration is done. The folowing bullet points need to be done in the future.

  • libp2p transports (TCP, QUIC, or both)
  • libp2p transport authentication (Noise)
  • libp2p gossipsub message signing