Skip to content

Commit

Permalink
Merge branch 'aliX/upgrade' of github.com:NodleCode/chain into aliX/u…
Browse files Browse the repository at this point in the history
…pgrade
  • Loading branch information
aliXsed committed Aug 15, 2024
2 parents 85a28b7 + 86dc6b4 commit 1cd047c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions pallets/allocations/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ type BalanceOf<T> = <<T as Config>::Currency as Currency<<T as frame_system::Con
// A value placed in storage that represents the current version of the Allocations storage.
// This value is used by the `on_runtime_upgrade` logic to determine whether we run storage
// migration logic. This should match directly with the semantic versions of the Rust crate.
#[cfg(not(tarpaulin))]
#[derive(Default, Encode, Decode, MaxEncodedLen, Clone, Copy, PartialEq, Eq, RuntimeDebug, TypeInfo)]
enum Releases {
#[default]
Expand Down Expand Up @@ -260,7 +259,6 @@ pub mod pallet {
SessionQuotaCalculated(BalanceOf<T>),
}

#[cfg(not(tarpaulin))]
#[pallet::storage]
pub(crate) type StorageVersion<T: Config> = StorageValue<_, Releases, ValueQuery>;

Expand Down
1 change: 0 additions & 1 deletion pallets/sponsorship/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*/

//! Benchmarking setup for pallet-sponsorship
#![cfg(feature = "runtime-benchmarks")]
use super::*;

#[allow(unused)]
Expand Down

0 comments on commit 1cd047c

Please sign in to comment.