py-libp2p/network
Christophe de Carvalho 611de28aca Add basic support for multiaddr addresses and improvement around peer id (#75)
* Improved peer ID construction and usage

* peer id object is directly passed to the network

no need to cast from a string to an ID

* don't base64 encode the peer id when loading from public key

* use proper multiaddr address

- keep multiaddr object into peerstore instead of string
- update network code to use new multiaddr lib
- update tests and example

* don't instanciate peerstore object in constructor

This has side effect where the same peerstore
is used for different instance of Libp2p

* add connect method to basic_host

* use zaibon's fork of sbuss/py-multiaddr

* lint
2018-11-29 10:06:40 -05:00
..
connection WIP CI Build Errors (#76) 2018-11-26 18:24:29 -05:00
stream WIP CI Build Errors (#76) 2018-11-26 18:24:29 -05:00
__init__.py added linter 2018-10-15 01:52:25 -04:00
multiaddr.py WIP CI Build Errors (#76) 2018-11-26 18:24:29 -05:00
network_interface.py Add basic support for multiaddr addresses and improvement around peer id (#75) 2018-11-29 10:06:40 -05:00
swarm.py Add basic support for multiaddr addresses and improvement around peer id (#75) 2018-11-29 10:06:40 -05:00