Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup: storage migration #2236

Merged
merged 3 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions pallets/capacity/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ mod benchmarking;
#[cfg(test)]
mod tests;

/// storage migrations
pub mod migration;
pub mod weights;
type BalanceOf<T> =
<<T as Config>::Currency as InspectFungible<<T as frame_system::Config>::AccountId>>::Balance;
Expand Down
4 changes: 0 additions & 4 deletions pallets/capacity/src/migration/mod.rs

This file was deleted.

49 changes: 0 additions & 49 deletions pallets/capacity/src/migration/provider_boost_init.rs

This file was deleted.

132 changes: 0 additions & 132 deletions pallets/capacity/src/migration/v4.rs

This file was deleted.

4 changes: 0 additions & 4 deletions pallets/messages/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@

#[cfg(feature = "runtime-benchmarks")]
mod benchmarking;
/// migration module
pub mod migration;
#[cfg(test)]
mod tests;

Expand Down Expand Up @@ -55,8 +53,6 @@ pub use weights::*;
use cid::Cid;
use frame_system::pallet_prelude::*;

const LOG_TARGET: &str = "runtime::messages";

#[frame_support::pallet]
pub mod pallet {
use super::*;
Expand Down
2 changes: 0 additions & 2 deletions pallets/messages/src/migration/mod.rs

This file was deleted.

149 changes: 0 additions & 149 deletions pallets/messages/src/migration/v2.rs

This file was deleted.

Loading
Loading