Unify RelayChainInterface error handling and introduce async (#909)

This commit is contained in:
Sebastian Kunert
2022-01-25 18:27:54 +01:00
committed by GitHub
parent ced952c1ce
commit dacd0aed5e
17 changed files with 535 additions and 417 deletions
+3
View File
@@ -1895,14 +1895,17 @@ dependencies = [
"async-trait",
"cumulus-primitives-core",
"derive_more",
"futures 0.3.19",
"parking_lot 0.11.2",
"polkadot-overseer",
"sc-client-api",
"sc-service",
"sp-api",
"sp-blockchain",
"sp-core",
"sp-runtime",
"sp-state-machine",
"thiserror",
]
[[package]]