diff --git a/pallet/deposit/Cargo.toml b/pallet/deposit/Cargo.toml index ae5c0edbf..bce8c17a8 100644 --- a/pallet/deposit/Cargo.toml +++ b/pallet/deposit/Cargo.toml @@ -41,6 +41,7 @@ std = [ # crates.io "codec/std", "ethabi/std", + "log/std", "scale-info/std", # darwinia @@ -61,6 +62,7 @@ std = [ runtime-benchmarks = [ # darwinia + "darwinia-ethtx-forwarder/runtime-benchmarks", "darwinia-staking-traits/runtime-benchmarks", # polkadot-sdk diff --git a/pallet/staking/Cargo.toml b/pallet/staking/Cargo.toml index b22f41898..91ab8d74a 100644 --- a/pallet/staking/Cargo.toml +++ b/pallet/staking/Cargo.toml @@ -85,6 +85,7 @@ std = [ runtime-benchmarks = [ # darwinia "darwinia-deposit", + "darwinia-ethtx-forwarder/runtime-benchmarks", "darwinia-staking-traits/runtime-benchmarks", # polkadot-sdk diff --git a/runtime/crab/Cargo.toml b/runtime/crab/Cargo.toml index a750c1dd5..f0b95255a 100644 --- a/runtime/crab/Cargo.toml +++ b/runtime/crab/Cargo.toml @@ -227,6 +227,7 @@ runtime-benchmarks = [ "darwinia-account-migration/runtime-benchmarks", "darwinia-common-runtime/runtime-benchmarks", "darwinia-deposit/runtime-benchmarks", + "darwinia-ethtx-forwarder/runtime-benchmarks", "darwinia-precompile-assets/runtime-benchmarks", "darwinia-precompile-staking/runtime-benchmarks", "darwinia-staking/runtime-benchmarks", diff --git a/runtime/darwinia/Cargo.toml b/runtime/darwinia/Cargo.toml index 2499b6ebc..8468aab32 100644 --- a/runtime/darwinia/Cargo.toml +++ b/runtime/darwinia/Cargo.toml @@ -246,6 +246,7 @@ runtime-benchmarks = [ "darwinia-account-migration/runtime-benchmarks", "darwinia-common-runtime/runtime-benchmarks", "darwinia-deposit/runtime-benchmarks", + "darwinia-ethtx-forwarder/runtime-benchmarks", "darwinia-precompile-assets/runtime-benchmarks", "darwinia-precompile-staking/runtime-benchmarks", "darwinia-staking/runtime-benchmarks", diff --git a/runtime/koi/Cargo.toml b/runtime/koi/Cargo.toml index f6337df57..0ec28b268 100644 --- a/runtime/koi/Cargo.toml +++ b/runtime/koi/Cargo.toml @@ -238,6 +238,7 @@ runtime-benchmarks = [ # darwinia "darwinia-common-runtime/runtime-benchmarks", "darwinia-deposit/runtime-benchmarks", + "darwinia-ethtx-forwarder/runtime-benchmarks", "darwinia-precompile-assets/runtime-benchmarks", "darwinia-precompile-staking/runtime-benchmarks", "darwinia-staking/runtime-benchmarks",