Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Correct the benchmarking dependencies of the runtime
  • Loading branch information
MOZGIII committed Aug 30, 2022
commit 9d722e282473c8809b7c2238243b935f4dd8cc1f
5 changes: 2 additions & 3 deletions crates/humanode-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ frame-system-benchmarking = { default-features = false, optional = true, git = "
frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/humanode-network/substrate", branch = "master" }
frame-try-runtime = { default-features = false, optional = true, git = "https://github.com/humanode-network/substrate", branch = "master" }
hex-literal = { version = "0.3", optional = true }
libsecp256k1 = { version = "0.7.0", default-features = false }
libsecp256k1 = { version = "0.7.0", features = ["hmac", "static-context"], optional = true }
pallet-authorship = { default-features = false, git = "https://github.com/humanode-network/substrate", branch = "master" }
pallet-babe = { default-features = false, git = "https://github.com/humanode-network/substrate", branch = "master" }
pallet-balances = { default-features = false, git = "https://github.com/humanode-network/substrate", branch = "master" }
Expand Down Expand Up @@ -107,8 +107,7 @@ runtime-benchmarks = [
"pallet-token-claims/runtime-benchmarks",
"pallet-vesting/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
"libsecp256k1/hmac",
"libsecp256k1/static-context",
"libsecp256k1",
]
std = [
"author-ext-api/std",
Expand Down