Fix `--dry-run` error deserialization and report error details (#534)
* Update metadata, derive Deserialize for runtime error types * Add error details to dry run instantiate * Factor out common method for reporting dry-run error * Report module error details on upload dry-run * Report module error details for call dry-run * Move printing result back to callers * Update subxt * Fix for new subxt and satisfy clippy * Update to `subxt` master * Use latest subxt release
... | ... | @@ -55,7 +55,7 @@ scale-info = { version = "2.1.1", default-features = false, features = ["derive" |
sp-core = "6.0.0" | ||
sp-runtime = "6.0.0" | ||
pallet-contracts-primitives = "6.0.0" | ||
subxt = "0.20.0" | ||
subxt = "0.21.0" | ||
futures = "0.3.19" | ||
hex = "0.4.3" | ||
jsonrpsee = { version = "0.11.0", features = ["ws-client"] } | ||
... | ... |
No preview for this file type