Merge branch 'master' into tadeohepperle/subxt-metadata-no-std

This commit is contained in:
Tadeo hepperle
2024-02-01 18:44:16 +01:00
8 changed files with 197 additions and 82 deletions
@@ -258,5 +258,5 @@ async fn build_light_client<T: Config>(proc: &SubstrateNode) -> Result<LightClie
.bootnodes([bootnode.as_str()])
.build_from_url(ws_url.as_str())
.await
.map_err(|e| format!("Failed to construct light client {}", e.to_string()))
.map_err(|e| format!("Failed to construct light client {}", e))
}