From a364862089e6970b464a37b85aad99211318a5ba Mon Sep 17 00:00:00 2001 From: rakanalh Date: Thu, 30 Nov 2023 11:38:33 +0300 Subject: [PATCH] Fix inherent benchmarking code --- node/client/Cargo.toml | 2 ++ node/client/src/lib.rs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/node/client/Cargo.toml b/node/client/Cargo.toml index 74a3b52bf..994970d3c 100644 --- a/node/client/Cargo.toml +++ b/node/client/Cargo.toml @@ -4,6 +4,8 @@ version = "4.8.3" edition = "2021" [dependencies] +futures = "0.3.21" + frame-benchmarking = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.36" } frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.36" } frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.36" } diff --git a/node/client/src/lib.rs b/node/client/src/lib.rs index 0bb9ab21a..9a85d36fb 100644 --- a/node/client/src/lib.rs +++ b/node/client/src/lib.rs @@ -532,7 +532,7 @@ pub fn benchmark_inherent_data() -> Result