Add cumulus-service (#187)

* Add cumulus-service

Crate that abstracts the service of a parachain.

* Make finalization infallible
This commit is contained in:
Bastian Köcher
2020-08-08 08:07:33 +02:00
committed by GitHub
parent 1fcd05503a
commit 9603b2fe5f
11 changed files with 422 additions and 145 deletions
+1
View File
@@ -11,6 +11,7 @@ members = [
"rococo-parachains/pallets/token-dealer",
"rococo-parachains/runtime",
"runtime",
"service",
"test/runtime",
"test/client",
"upward-message",