backing: refactor off of jobs system (#5377)

* backing: refactor off of jobs system

* rename FailedToSpawnBg

* refactor: backing uses fatality

* fix service compilation
This commit is contained in:
asynchronous rob
2022-04-27 17:19:45 -05:00
committed by GitHub
parent f23496d350
commit 9c1a3bd18b
6 changed files with 584 additions and 367 deletions
+1
View File
@@ -16,6 +16,7 @@ statement-table = { package = "polkadot-statement-table", path = "../../../state
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
gum = { package = "tracing-gum", path = "../../gum" }
thiserror = "1.0.30"
fatality = "0.0.6"
[dev-dependencies]
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }