From e08c56c2984257d36420dd94f0c1ac9c3a498b6b Mon Sep 17 00:00:00 2001 From: nuno Date: Fri, 10 Mar 2023 10:15:06 +0100 Subject: [PATCH] pallet-ethereum: Add missing features --- frame/ethereum/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frame/ethereum/Cargo.toml b/frame/ethereum/Cargo.toml index 8809f3a974..0f0c6b1745 100644 --- a/frame/ethereum/Cargo.toml +++ b/frame/ethereum/Cargo.toml @@ -74,11 +74,14 @@ runtime-benchmarks = [ "frame-system/runtime-benchmarks", "pallet-timestamp/runtime-benchmarks", "pallet-evm/runtime-benchmarks", + "sp-runtime/runtime-benchmarks", ] try-runtime = [ + "fp-self-contained/try-runtime", "frame-support/try-runtime", "frame-system/try-runtime", "pallet-timestamp/try-runtime", "pallet-evm/try-runtime", + "sp-runtime/try-runtime", ] forbid-evm-reentrancy = ["pallet-evm/forbid-evm-reentrancy"]