Skip to content

Commit

Permalink
Add migration for pallet-xcm
Browse files Browse the repository at this point in the history
Fix benchmarking script
  • Loading branch information
F3Joule committed Dec 24, 2024
1 parent 0144edc commit 447627f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ pub type Executive = frame_executive::Executive<
(
pallet_collator_selection::migration::v1::MigrateToV1<Runtime>,
pallet_multisig::migrations::v1::MigrateToV1<Runtime>,
pallet_xcm::migration::v1::MigrateToV1<Runtime>,
pallet_balances::migration::MigrateToTrackInactive<Runtime, xcm_config::CheckAccount>,
),
>;
Expand Down
1 change: 0 additions & 1 deletion scripts/run-benchmark-on.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ OUTPUT_FILE="$2"
--repeat=20 \
--pallet "$PALLET_NAME" \
--extrinsic '*' \
--execution=wasm \
--wasm-execution=Compiled \
--heap-pages=4096 \
--output="$OUTPUT_FILE" \
Expand Down

0 comments on commit 447627f

Please sign in to comment.