Commit f21d06fb authored by Jeromy's avatar Jeromy
Browse files

update peerstore dep

parent 7438c951
...@@ -175,7 +175,7 @@ func (ids *IDService) consumeMessage(mes *pb.Identify, c inet.Conn) { ...@@ -175,7 +175,7 @@ func (ids *IDService) consumeMessage(mes *pb.Identify, c inet.Conn) {
p := c.RemotePeer() p := c.RemotePeer()
// mes.Protocols // mes.Protocols
ids.Host.Peerstore().SetProtocols(p, mes.Protocols) ids.Host.Peerstore().AddProtocols(p, mes.Protocols...)
// mes.ObservedAddr // mes.ObservedAddr
ids.consumeObservedAddress(mes.GetObservedAddr(), c) ids.consumeObservedAddress(mes.GetObservedAddr(), c)
......
...@@ -147,21 +147,21 @@ ...@@ -147,21 +147,21 @@
}, },
{ {
"author": "whyrusleeping", "author": "whyrusleeping",
"hash": "QmNaS34WZRjs4U1kDfRR2aooYSsBSusFPMEg3dAKk7VZid", "hash": "QmenZRWtBU6n19k2wYDEwGWSs4Dh472t8xPp9JyYJjXmLj",
"name": "go-libp2p-loggables", "name": "go-libp2p-loggables",
"version": "1.0.7" "version": "1.0.8"
}, },
{ {
"author": "whyrusleeping", "author": "whyrusleeping",
"hash": "QmVjz1uf6U3sVQ5DbWWj7ktTtDd4GgsptYc7FBp33nWE53", "hash": "QmbkwpCqdshmuq2T1RB78RzGiPczToJd5pC91r1qQnb3zn",
"name": "go-libp2p-secio", "name": "go-libp2p-secio",
"version": "1.0.8" "version": "1.0.10"
}, },
{ {
"author": "whyrusleeping", "author": "whyrusleeping",
"hash": "QmWzfrG1PUeF8mDpYfNsRL3wh5Rkgnp68LAWUB2bhuDWRL", "hash": "QmezbDCPpw9hBtXdXHEajg6UEufALJLMtoQQ1YrZEMyMwf",
"name": "go-libp2p-transport", "name": "go-libp2p-transport",
"version": "1.3.2" "version": "1.3.3"
}, },
{ {
"author": "whyrusleeping", "author": "whyrusleeping",
...@@ -183,9 +183,9 @@ ...@@ -183,9 +183,9 @@
}, },
{ {
"author": "whyrusleeping", "author": "whyrusleeping",
"hash": "QmQdnfvZQuhdT93LNc5bos52wAmdr3G2p6G8teLJMEN32P", "hash": "Qmcb7oW2zriXQSCn9GKKDbewm9qM2NF1mR551Zf1HfoQPZ",
"name": "go-libp2p-peerstore", "name": "go-libp2p-peerstore",
"version": "1.1.2" "version": "1.2.1"
} }
], ],
"gxVersion": "0.4.0", "gxVersion": "0.4.0",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment