mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
add system_dryRun (#6300)
* add system_dryRun * fix build error * delete unneeded code * return ApplyExtrinsicResult directly * line width * mark dry run unsafe * line width * fix test * add test * update comment
This commit is contained in:
@@ -31,3 +31,4 @@ sp-blockchain = { version = "2.0.0-rc3", path = "../../../primitives/blockchain"
|
||||
sc-finality-grandpa = { version = "0.8.0-rc3", path = "../../../client/finality-grandpa" }
|
||||
sc-finality-grandpa-rpc = { version = "0.8.0-rc3", path = "../../../client/finality-grandpa/rpc" }
|
||||
sc-rpc-api = { version = "0.8.0-rc3", path = "../../../client/rpc-api" }
|
||||
sp-block-builder = { version = "2.0.0-rc3", path = "../../../primitives/block-builder" }
|
||||
|
||||
Reference in New Issue
Block a user