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
@@ -26,7 +26,7 @@ async fn interrupt_polkadot_mdns_issue_test() {
let base_dir = tempdir().expect("could not create a temp dir");
let args = &["--", "--dev"];
let args = &["--", "--chain=rococo-local"];
common::run_node_for_a_while(base_dir.path(), args, SIGINT).await;
common::run_node_for_a_while(base_dir.path(), args, SIGTERM).await;