py-libp2p/tests/peer
Alex Stokes 87d943aa39
Internalize the protobuf serialization to the concept of a Key
Given its use across various components of `libp2p` (not just peer IDs),
it makes the abstraction cleaner to pull the serialization into the
key class and expose the canonical serialization to bytes.
2019-08-20 19:01:36 +02:00
..
__init__.py Peer tests and minor peer features/bug fixes. 2018-11-02 16:16:46 -04:00
test_addrbook.py Run isort in repo 2019-08-03 17:50:14 +08:00
test_interop.py Add a basic interop test for Go and Python peer IDs 2019-08-14 09:00:40 -07:00
test_peerid.py Internalize the protobuf serialization to the concept of a Key 2019-08-20 19:01:36 +02:00
test_peerinfo.py Run black and isort w/ the new config 2019-08-13 14:36:42 -07:00
test_peermetadata.py Run isort in repo 2019-08-03 17:50:14 +08:00
test_peerstore.py Add type hints to peer folder 2019-07-30 16:24:51 +08:00