implement PolkadotClient for polkadot clients without parachain key

This commit is contained in:
Robert Habermeier
2019-01-21 21:47:21 -03:00
parent bf49f5624a
commit 6397c786ff
3 changed files with 481 additions and 144 deletions
+3 -2
View File
@@ -13,8 +13,9 @@ substrate-primitives = { git = "https://github.com/paritytech/substrate" }
sr-primitives = { git = "https://github.com/paritytech/substrate" }
# polkadot deps
polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "rh-update-substrate" }
polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-update-substrate" }
polkadot-service = { git = "https://github.com/paritytech/polkadot" }
polkadot-primitives = { git = "https://github.com/paritytech/polkadot" }
polkadot-runtime = { git = "https://github.com/paritytech/polkadot" }
# other deps
futures = "0.1.21"