Skip to content

Commit a9dd686

Browse files
committed
Auto update
1 parent 43024bd commit a9dd686

File tree

2 files changed

+48
-66
lines changed

2 files changed

+48
-66
lines changed

Cargo.lock

Lines changed: 48 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/eden/src/lib.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,6 @@ const TEST_ALL_STEPS: bool = cfg!(feature = "try-runtime");
189189

190190
pub type Migrations = (
191191
pallet_contracts::Migration<Runtime, TEST_ALL_STEPS>,
192-
// Run custom migrations
193-
//
194-
// For polkadot 1.6.0
195192
cumulus_pallet_xcmp_queue::migration::v4::MigrationToV4<Runtime>,
196193
pallet_identity::migration::v1::VersionUncheckedMigrateV0ToV1<Runtime, 50>,
197194
migrations::MultiMigration<Runtime>,
@@ -375,7 +372,6 @@ sp_api::impl_runtime_apis! {
375372
constants::CONTRACTS_DEBUG_OUTPUT,
376373
pallet_contracts::CollectEvents::UnsafeCollect,
377374
)
378-
379375
}
380376

381377
fn upload_code(
@@ -404,10 +400,6 @@ sp_api::impl_runtime_apis! {
404400
use frame_benchmarking::{Benchmarking, BenchmarkList};
405401
use frame_support::traits::StorageInfoTrait;
406402

407-
// Trying to add benchmarks directly to the Session Pallet caused cyclic dependency
408-
// issues. To get around that, we separated the Session benchmarks into its own crate,
409-
// which is why we need these two lines below.
410-
// use pallet_loans_benchmarking::Pallet as LoansBench;
411403
use frame_system_benchmarking::Pallet as SystemBench;
412404

413405
let mut list = Vec::<BenchmarkList>::new();

0 commit comments

Comments
 (0)