Add XCM Handler (#267)

* initial mock

* integrate xcm-handler into runtime

* expose xcm send error

* oops

* better comment
This commit is contained in:
Shawn Tabrizi
2020-12-17 09:42:00 -08:00
committed by GitHub
parent a060991bbe
commit 4f1c6baf8e
8 changed files with 349 additions and 3 deletions
+1
View File
@@ -14,6 +14,7 @@ members = [
"test/runtime",
"test/client",
"test/service",
"xcm-handler",
]
[profile.release]