mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 04:07:57 +00:00
frame-benchmarking-cli: Remove native dispatch requirement (#14474)
* frame-benchmarking-cli: Remove native dispatch requirement No need for this, we can just use the `WasmExecutor` directly. * Fixes * Pass benchmarking host functions * Ensure we can pass custom host functions
This commit is contained in:
@@ -51,6 +51,8 @@ sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
|
||||
sp-state-machine = { version = "0.28.0", path = "../../../primitives/state-machine" }
|
||||
sp-storage = { version = "13.0.0", path = "../../../primitives/storage" }
|
||||
sp-trie = { version = "22.0.0", path = "../../../primitives/trie" }
|
||||
sp-io = { version = "23.0.0", path = "../../../primitives/io" }
|
||||
sp-wasm-interface = { version = "14.0.0", path = "../../../primitives/wasm-interface" }
|
||||
gethostname = "0.2.3"
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user