Remove assumption that there is a local bootnode in RPC collator (#2091)

* Remove assumption that there is a local bootnode

* Bump zombienet to 1.3.29

* Separate "--"
This commit is contained in:
Sebastian Kunert
2023-01-24 15:07:18 +01:00
committed by GitHub
parent 2098caefca
commit ad453c556b
5 changed files with 4 additions and 37 deletions
@@ -179,11 +179,6 @@ impl RelayChainRpcClient {
.await
}
/// Get local listen address of the node
pub async fn system_local_listen_addresses(&self) -> Result<Vec<String>, RelayChainError> {
self.request("system_localListenAddresses", rpc_params![]).await
}
/// Get system health information
pub async fn system_health(&self) -> Result<Health, RelayChainError> {
self.request("system_health", rpc_params![]).await