Fungibles adapter and MultiLocation::X8 (#2662)

* Fungibles adapter and MultiLocation::X8

* Comments

* Comment & whitespace

* Fix up CI/CD for the new labels.

* Fix labels

* Whitespace

* Fixes

* Update Cargo.lock

* Update xcm/xcm-builder/src/fungibles_adapter.rs

Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>

Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
Gavin Wood
2021-03-30 17:52:50 +02:00
committed by GitHub
parent 08d5b268a0
commit 0395b5dd16
7 changed files with 487 additions and 21 deletions
+1
View File
@@ -6,6 +6,7 @@ description = "Tools & types for building with XCM and its executor."
version = "0.8.30"
[dependencies]
impl-trait-for-tuples = "0.2.0"
parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] }
xcm = { path = "..", default-features = false }
xcm-executor = { path = "../xcm-executor", default-features = false }