mhchia
|
47d10e186f
|
Add SubscriptionAPI
And `TrioSubscriptionAPI`, to make subscription io-agnostic.
|
2019-12-17 18:17:28 +08:00 |
|
mhchia
|
fb0519129d
|
Refine Mplex.close and SwarmConn.close
Ensure `close` cleans up things and cancel the service finally.
|
2019-12-17 15:50:55 +08:00 |
|
mhchia
|
837a249552
|
Fix security module
|
2019-12-07 00:14:01 +08:00 |
|
mhchia
|
1929f307fb
|
Fix all modules except for security
|
2019-12-06 17:06:37 +08:00 |
|
mhchia
|
e9ab0646e3
|
Fix Pubsub
|
2019-12-03 17:27:49 +08:00 |
|
mhchia
|
bdbb7b2394
|
Add RoutedHostFactory
And skip the tests for `RoutedHost` for now, since there are too many to
be fixed in `Kademlia`, and it's not that necessary now.
|
2019-12-01 19:17:44 +08:00 |
|
mhchia
|
31bf774a16
|
Fix tests in protocol_muxer and libp2p
|
2019-12-01 17:43:14 +08:00 |
|
mhchia
|
79fcdf3a02
|
Update tests in test_tcp.py
Besides, run `make format`
|
2019-12-01 16:26:16 +08:00 |
|
mhchia
|
1e600ea7e0
|
Fix Mplex and Swarm
|
2019-11-29 19:09:56 +08:00 |
|
mhchia
|
ec43c25b45
|
Rewrite factories, made some of the test running
|
2019-11-26 19:24:30 +08:00 |
|
Chih Cheng Liang
|
a397ccdc04
|
makes test_mplex_stream.py::test_mplex_stream_read_write work
|
2019-11-26 15:27:06 +08:00 |
|
Chih Cheng Liang
|
41ff884eef
|
rewrite tcp reader/writer interface
|
2019-11-26 15:27:05 +08:00 |
|
Chih Cheng Liang
|
bcd7890124
|
Move test utilities to tools (#356)
* move test factories to libp2p/tools
* remove unused inits
* move pubsub test utils to tools
* cleanup test_interop
* fix typing libp2p/tools/utils
* add typing to pubsub utils
* fix factories typing
* fix typing for floodsub_integration_test_settings
* fix rest of the typing
* fix isort
|
2019-11-21 11:47:54 +08:00 |
|