mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 01:41:09 +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:
Generated
+3
@@ -2600,11 +2600,13 @@ dependencies = [
|
||||
"sp-database",
|
||||
"sp-externalities",
|
||||
"sp-inherents",
|
||||
"sp-io",
|
||||
"sp-keystore",
|
||||
"sp-runtime",
|
||||
"sp-state-machine",
|
||||
"sp-storage",
|
||||
"sp-trie",
|
||||
"sp-wasm-interface",
|
||||
"thiserror",
|
||||
"thousands",
|
||||
]
|
||||
@@ -5353,6 +5355,7 @@ dependencies = [
|
||||
"sp-keyring",
|
||||
"sp-keystore",
|
||||
"sp-runtime",
|
||||
"sp-statement-store",
|
||||
"sp-timestamp",
|
||||
"sp-tracing",
|
||||
"sp-transaction-storage-proof",
|
||||
|
||||
Reference in New Issue
Block a user