Companion for Polkadot#7451 (#2807)

* Companion for Polkadot#7451

https://github.com/paritytech/polkadot/pull/7451

* Update Substrate & Polkadot

* FMT

* Fix integration tests

* Bring back `polkadot-native` feature for now

* 🤦
This commit is contained in:
Bastian Köcher
2023-07-04 17:39:05 +02:00
committed by GitHub
parent 5d1de99799
commit 429e9eae09
8 changed files with 482 additions and 438 deletions
@@ -22,8 +22,7 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master
sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" }
# Polkadot
polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "master", default-features = false, features = ["cli"] }
polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "master" }
polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "master", default-features = false, features = ["cli", "polkadot-native"] }
polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" }
# Cumulus