mediachain / concat

Mediachain daemons
MIT License
42 stars 13 forks source link

bump libp2p to 3.5.3 to fix dial bug (missing public key) #18

Closed yusefnapora closed 7 years ago

yusefnapora commented 7 years ago

So it turns out that dialing from go to javascript was failing because libp2p wasn't sending the public key from go. That got fixed a few days ago, so this bumps libp2p to the latest published version.

Now I can ping javascript nodes from go!