Merge the protocol thread with the network thread (#2475)

* Remove the Incoming enum

* Use tokio in the protocol background thread

* Some internal protocol logic simplifications

* Merge the protocol thread with the network thread

* More the status_sinks logic to Service

* Remove FromNetworkMsg
This commit is contained in:
Pierre Krieger
2019-05-08 13:49:29 +02:00
committed by GitHub
parent 9fc1db3280
commit c3f20bf226
5 changed files with 188 additions and 200 deletions
+1
View File
@@ -4165,6 +4165,7 @@ dependencies = [
"substrate-primitives 1.0.0",
"substrate-test-client 1.0.0",
"tokio 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]