mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 02:17:58 +00:00
follow-chain testing mode for try-runtime (and revamp CLI configs). (#9788)
* deadlock, need to ask someone to help now * Finally it seems to be working.. at least for a few blocks * self-review * major mega revamp * some small fixes * another mega refactor * add license * Apply suggestions from code review * hack around signature verification * Some fixes * Update utils/frame/try-runtime/cli/src/lib.rs Co-authored-by: Zeke Mostov <32168567+emostov@users.noreply.github.com> * Update utils/frame/try-runtime/cli/src/lib.rs Co-authored-by: Zeke Mostov <32168567+emostov@users.noreply.github.com> * Update utils/frame/try-runtime/cli/src/lib.rs Co-authored-by: Zeke Mostov <32168567+emostov@users.noreply.github.com> * final tweaks, hopefully. * a little self-review * Add the ext root check Co-authored-by: Zeke Mostov <32168567+emostov@users.noreply.github.com>
This commit is contained in:
@@ -25,6 +25,12 @@ sc-chain-spec = { version = "4.0.0-dev", path = "../../../../client/chain-spec"
|
||||
sp-state-machine = { version = "0.10.0-dev", path = "../../../../primitives/state-machine" }
|
||||
sp-runtime = { version = "4.0.0-dev", path = "../../../../primitives/runtime" }
|
||||
sp-core = { version = "4.0.0-dev", path = "../../../../primitives/core" }
|
||||
sp-io = { version = "4.0.0-dev", path = "../../../../primitives/io" }
|
||||
sp-keystore = { version = "0.10.0-dev", path = "../../../../primitives/keystore" }
|
||||
sp-externalities = { version = "0.10.0-dev", path = "../../../../primitives/externalities" }
|
||||
sp-version = { version = "4.0.0-dev", path = "../../../../primitives/version" }
|
||||
|
||||
remote-externalities = { version = "0.10.0-dev", path = "../../remote-externalities" }
|
||||
jsonrpsee-ws-client = { version = "0.3.0", default-features = false, features = [
|
||||
"tokio1",
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user