Remove kademlia module (#377)

* Remove kademlia and routing/kademlia

* cleanup

* Fix routed_host test

* lint mypy

* fix doc

* remove set_up_nodes_by_transport_and_disc_opt and fix typing
This commit is contained in:
Chih Cheng Liang
2019-12-06 14:14:33 +08:00
committed by GitHub
parent dfdcf524b7
commit 82dcce214a
23 changed files with 44 additions and 1398 deletions

View File

@ -15,6 +15,3 @@ warn_redundant_casts = True
warn_return_any = False
warn_unused_configs = True
warn_unreachable = True
[mypy-libp2p.kademlia.*]
ignore_errors = True