try-runtime::follow-chain - execute all blocks (#12048)

* extract subscription

* FinalizedHeaders

* Fool of a Took

* testability

* tests

* review comments

* clippy
This commit is contained in:
Piotr Mikołajczyk
2022-09-05 09:26:45 +02:00
committed by GitHub
parent 24d09fe8c7
commit 1fabf067d0
3 changed files with 239 additions and 29 deletions
@@ -32,3 +32,6 @@ sp-runtime = { version = "6.0.0", path = "../../../../primitives/runtime" }
sp-state-machine = { version = "0.12.0", path = "../../../../primitives/state-machine" }
sp-version = { version = "5.0.0", path = "../../../../primitives/version" }
frame-try-runtime = { path = "../../../../frame/try-runtime" }
[dev-dependencies]
tokio = "1.17.0"