XCM simulator (#3538)

* Add xcm-simulator and xcm-simulator-example.

* Abstract xcmp and dmp handling.

* Use mock message queue.

* Xcm simulator example unit tests.

* Use relay chain block number on sending msg.

* Fix typo.

* fmt

* more fmt

* Fix deps.
This commit is contained in:
Shaun W
2021-08-02 03:16:14 +12:00
committed by GitHub
parent c615761379
commit 1b0baab401
11 changed files with 1107 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "xcm"
version = "0.9.8"
authors = ["Parity Technologies x<admin@parity.io>"]
authors = ["Parity Technologies <admin@parity.io>"]
description = "The basic XCM datastructures."
edition = "2018"