Skip to content

Commit

Permalink
Rococo AH: cleanup storage (#4444)
Browse files Browse the repository at this point in the history
Follow up on #4414 to clean up the old storage.

---------

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed Jun 5, 2024
1 parent f65beb7 commit d129968
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -992,10 +992,15 @@ pub type Migrations = (
cumulus_pallet_xcmp_queue::migration::v4::MigrationToV4<Runtime>,
cumulus_pallet_xcmp_queue::migration::v5::MigrateV4ToV5<Runtime>,
pallet_collator_selection::migration::v2::MigrationToV2<Runtime>,
frame_support::migrations::RemovePallet<StateTrieMigrationName, RocksDbWeight>,
// permanent
pallet_xcm::migration::MigrateToLatestXcmVersion<Runtime>,
);

parameter_types! {
pub const StateTrieMigrationName: &'static str = "StateTrieMigration";
}

/// Migration to initialize storage versions for pallets added after genesis.
///
/// This is now done automatically (see <https://github.com/paritytech/polkadot-sdk/pull/1297>),
Expand Down
10 changes: 10 additions & 0 deletions prdoc/pr_4444.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
title: "Rococo AH: cleanup storage"

doc:
- audience: Runtime Dev
description: |
Remove old storage that is left over in the Rococo AH storage.

crates:
- name: asset-hub-rococo-runtime
bump: patch

0 comments on commit d129968

Please sign in to comment.