This website requires JavaScript.
Explore
Help
Sign In
StarMirror
/
py-libp2p
Watch
1
Star
0
Fork
0
You've already forked py-libp2p
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
803999310a
py-libp2p
/
requirements.txt
10 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
implemented stream io interactions
2018-10-22 01:35:56 +08:00
asyncio
Adding pylint to our dependencies
2018-10-21 23:19:43 +08:00
pylint
Minor requirements addition
2018-10-27 03:32:27 +08:00
pytest
added rsa public key generation
2018-11-12 02:21:47 +08:00
pycryptodome
adding additional bugfixed files
2018-11-13 00:00:43 +08:00
pytest-asyncio
add click and base58 to requiremrents.txt
2018-11-20 00:29:54 +08:00
click
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 23:06:40 +08:00
base58
pymultihash
py-multiaddr
Reference in New Issue
Copy Permalink