ssv
ssv copied to clipboard
Re-think networking implementation
@amir-blox some points I had when I thought of it:
- support for different networking
- divide to different protocols which a node can decide to adopt or not
- ping/ point msgs that describe the node, what protocols it supports, version and so on
- standardize tx encoding
- documentation!
- separate to a different project? I saw ethereum did that so if someone wants to run just the networking he can
as a reference: https://github.com/ethereum/devp2p/blob/master/caps/eth.md