Skip to content

Commit

Permalink
Auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsso committed Feb 26, 2024
1 parent 43024bd commit a9dd686
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 66 deletions.
106 changes: 48 additions & 58 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions runtimes/eden/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,6 @@ const TEST_ALL_STEPS: bool = cfg!(feature = "try-runtime");

pub type Migrations = (
pallet_contracts::Migration<Runtime, TEST_ALL_STEPS>,
// Run custom migrations
//
// For polkadot 1.6.0
cumulus_pallet_xcmp_queue::migration::v4::MigrationToV4<Runtime>,
pallet_identity::migration::v1::VersionUncheckedMigrateV0ToV1<Runtime, 50>,
migrations::MultiMigration<Runtime>,
Expand Down Expand Up @@ -375,7 +372,6 @@ sp_api::impl_runtime_apis! {
constants::CONTRACTS_DEBUG_OUTPUT,
pallet_contracts::CollectEvents::UnsafeCollect,
)

}

fn upload_code(
Expand Down Expand Up @@ -404,10 +400,6 @@ sp_api::impl_runtime_apis! {
use frame_benchmarking::{Benchmarking, BenchmarkList};

Check warning on line 400 in runtimes/eden/src/lib.rs

View check run for this annotation

Codecov / codecov/patch

runtimes/eden/src/lib.rs#L400

Added line #L400 was not covered by tests
use frame_support::traits::StorageInfoTrait;

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

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

0 comments on commit a9dd686

Please sign in to comment.