mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 17:01:09 +00:00
Benchmarks sanity checks (#6119)
* add read-only externalities * sanity checks * cleanup * Update primitives/state-machine/src/read_only.rs Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> * fix typo * add error exit code if nothing was run Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
@@ -12,6 +12,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
||||
log = "0.4.8"
|
||||
node-primitives = { version = "2.0.0-dev", path = "../primitives" }
|
||||
node-testing = { version = "2.0.0-dev", path = "../testing" }
|
||||
node-runtime = { version = "2.0.0-dev", path = "../runtime" }
|
||||
sc-cli = { version = "0.8.0-dev", path = "../../../client/cli" }
|
||||
sc-client-api = { version = "2.0.0-dev", path = "../../../client/api/" }
|
||||
sp-runtime = { version = "2.0.0-dev", path = "../../../primitives/runtime" }
|
||||
|
||||
Reference in New Issue
Block a user