mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 05:17:58 +00:00
try-runtime: add cli option --export-proof (#12539)
* try-runtime: add cli option --export-proof * extract proof in raw json format * fix build * fix(try-runtime execute-block): wrong block parsing * fmt * apply suggestions * Update utils/frame/try-runtime/cli/src/lib.rs Co-authored-by: Anton <anton.kalyaev@gmail.com> * Update utils/frame/try-runtime/cli/src/lib.rs Co-authored-by: Anton <anton.kalyaev@gmail.com> * Update utils/frame/try-runtime/cli/src/lib.rs Co-authored-by: Anton <anton.kalyaev@gmail.com> * Update utils/frame/try-runtime/cli/src/lib.rs Co-authored-by: Anton <anton.kalyaev@gmail.com> * split off external dependencies * fmt * fix try-runtime compilation Co-authored-by: Anton <anton.kalyaev@gmail.com>
This commit is contained in:
@@ -30,11 +30,12 @@ sp-weights = { version = "4.0.0", path = "../../../../primitives/weights" }
|
||||
frame-try-runtime = { optional = true, path = "../../../../frame/try-runtime" }
|
||||
substrate-rpc-client = { path = "../../rpc/client" }
|
||||
|
||||
parity-scale-codec = "3.0.0"
|
||||
hex = "0.4.3"
|
||||
clap = { version = "4.0.9", features = ["derive"] }
|
||||
hex = { version = "0.4.3", default-features = false }
|
||||
log = "0.4.17"
|
||||
parity-scale-codec = "3.0.0"
|
||||
serde = "1.0.136"
|
||||
serde_json = "1.0.85"
|
||||
zstd = { version = "0.11.2", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user