ailabstw / go-pttai

⛔️ [DEPRECATED] Current development in https://github.com/ailabstw/pttai-next
https://ptt.ai
GNU Lesser General Public License v3.0
28 stars 8 forks source link

Remove ethereum p2p. #216

Open chhsiao1981 opened 5 years ago

chhsiao1981 commented 5 years ago

Version information:

Gptt Version: 0.1.2 Git Commit: e50421c77525d5d8fd8d62a04a7ca0e89a0c7e67 Architecture: amd64 Go Version: go1.11.1

Type:

Enhancement

Description:

We've already using libp2p as our p2p lib for a while, but the original p2p mechanism (discv4, discv5) is still in the code.

We would like to remove the code to prevent confusion.

poga commented 5 years ago

271 removed both of them

chhsiao1981 commented 5 years ago

271 did not remove the code for the original ethereum-p2p and libp2p yet~