Alex Haynes
17c778de15
Peer Discovery Interface ( #123 )
...
* added file
* basic interface modeled on go repo
* fixed linting
* updated based on comments
2019-02-24 18:37:56 -05:00
Christophe de Carvalho
9b6d61ca63
remove unused multiaddr module ( #110 )
2019-01-30 19:41:03 -05:00
Alex Haynes
7736d2afd2
updated reading to read until you see a message for your stream ( #100 )
...
* updated reading to read until you see a message for your stream
* added timeout to decode uvarint
* resolved comments
* shortened long line
2019-01-28 16:15:22 -05:00
zixuanzh
71a6b868e1
fix merge conflicts
2019-01-10 20:45:03 +08:00
Alexander Koshkin
113021eacd
Delete trailing whitespace issue, ignore previously untested folders for now.
2019-01-09 22:30:18 +03:00
Alexander Koshkin
ce6ddb27a9
Migrate to new project structure.
2019-01-09 21:38:56 +03:00
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
zixuanzh
ff6fdccea4
refactor libp2p
2018-11-25 01:45:13 -05:00
zixuanzh
c5c9d3e5c9
lint
2018-11-12 13:02:49 -05:00
Robert Zajac
61e11a2716
adding additional bugfixed files
2018-11-12 11:00:43 -05:00
Robert Zajac
e2b7ad8926
minor fix
2018-11-11 20:46:32 -05:00
zixuanzh
64002acc64
implement new_node
2018-11-11 20:41:21 -05:00
Robert Zajac
f54a3c52d8
WIP swarm listen
2018-11-11 20:29:55 -05:00
Robert Zajac
684cb90908
WIP swarm listen
2018-11-11 20:29:17 -05:00
Alex Haynes
cca13cbfea
made idOpt optional
2018-11-11 19:46:00 -05:00
Alex Haynes
1e2fc19f9c
Merge branch 'master' into rsa-public-key
2018-11-11 13:23:34 -05:00
Alex Haynes
6c2868cb3a
removed space
2018-11-11 13:22:31 -05:00
Alex Haynes
e20d6df667
added rsa public key generation
2018-11-11 13:21:47 -05:00
Robert Zajac
4681e1e08d
libp2p end to end test
2018-11-11 12:36:15 -05:00
zixuanzh
af6784546e
entry point wip
2018-11-11 10:43:03 -05:00
zixuanzh
2bde260f5f
refactor for sprint
2018-11-11 09:56:44 -05:00
zixuanzh
5f9c3026aa
restructured
2018-10-31 19:56:24 +01:00