Adds a mock provider for the parachain inherent (#484)

* Bring in code from moonbeam

* move it to mock.rs

* Actually build it 🤦
This commit is contained in:
Joshy Orndorff
2021-06-23 04:37:50 -04:00
committed by GitHub
parent 9a1e8af944
commit a8c3f11c44
4 changed files with 87 additions and 0 deletions
+1
View File
@@ -1785,6 +1785,7 @@ version = "0.1.0"
dependencies = [
"async-trait",
"cumulus-primitives-core",
"cumulus-test-relay-sproof-builder",
"parity-scale-codec",
"polkadot-client",
"sc-client-api",