git.delta.rocks / unique-network / refs/commits / 60c75ed8e2a4

difftreelog

fix app promotion features passing + benchmark list

Daniel Shiposha2022-12-15parent: #04eaacc.patch.diff
in: master

3 files changed

modifiedruntime/common/runtime_apis.rsdiffbeforeafterboth
685 list_benchmark!(list, extra, pallet_structure, Structure);685 list_benchmark!(list, extra, pallet_structure, Structure);
686 list_benchmark!(list, extra, pallet_inflation, Inflation);686 list_benchmark!(list, extra, pallet_inflation, Inflation);
687
688 #[cfg(feature = "app-promotion")]
687 list_benchmark!(list, extra, pallet_app_promotion, AppPromotion);689 list_benchmark!(list, extra, pallet_app_promotion, AppPromotion);
690
688 list_benchmark!(list, extra, pallet_fungible, Fungible);691 list_benchmark!(list, extra, pallet_fungible, Fungible);
745 add_benchmark!(params, batches, pallet_structure, Structure);748 add_benchmark!(params, batches, pallet_structure, Structure);
746 add_benchmark!(params, batches, pallet_inflation, Inflation);749 add_benchmark!(params, batches, pallet_inflation, Inflation);
750
751 #[cfg(feature = "app-promotion")]
747 add_benchmark!(params, batches, pallet_app_promotion, AppPromotion);752 add_benchmark!(params, batches, pallet_app_promotion, AppPromotion);
753
748 add_benchmark!(params, batches, pallet_fungible, Fungible);754 add_benchmark!(params, batches, pallet_fungible, Fungible);
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
40 'pallet-unique/runtime-benchmarks',40 'pallet-unique/runtime-benchmarks',
41 'pallet-foreign-assets/runtime-benchmarks',41 'pallet-foreign-assets/runtime-benchmarks',
42 'pallet-inflation/runtime-benchmarks',42 'pallet-inflation/runtime-benchmarks',
43 'pallet-app-promotion/runtime-benchmarks',
43 'pallet-xcm/runtime-benchmarks',44 'pallet-xcm/runtime-benchmarks',
44 'sp-runtime/runtime-benchmarks',45 'sp-runtime/runtime-benchmarks',
45 'xcm-builder/runtime-benchmarks',46 'xcm-builder/runtime-benchmarks',
128 'serde',129 'serde',
129 'pallet-inflation/std',130 'pallet-inflation/std',
130 'pallet-configuration/std',131 'pallet-configuration/std',
132 'pallet-app-promotion/std',
131 'pallet-common/std',133 'pallet-common/std',
132 'pallet-structure/std',134 'pallet-structure/std',
133 'pallet-fungible/std',135 'pallet-fungible/std',
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
40 'pallet-unique/runtime-benchmarks',40 'pallet-unique/runtime-benchmarks',
41 'pallet-foreign-assets/runtime-benchmarks',41 'pallet-foreign-assets/runtime-benchmarks',
42 'pallet-inflation/runtime-benchmarks',42 'pallet-inflation/runtime-benchmarks',
43 'pallet-app-promotion/runtime-benchmarks',
43 'pallet-xcm/runtime-benchmarks',44 'pallet-xcm/runtime-benchmarks',
44 'sp-runtime/runtime-benchmarks',45 'sp-runtime/runtime-benchmarks',
45 'xcm-builder/runtime-benchmarks',46 'xcm-builder/runtime-benchmarks',
129 'serde',130 'serde',
130 'pallet-inflation/std',131 'pallet-inflation/std',
131 'pallet-configuration/std',132 'pallet-configuration/std',
133 'pallet-app-promotion/std',
132 'pallet-common/std',134 'pallet-common/std',
133 'pallet-structure/std',135 'pallet-structure/std',
134 'pallet-fungible/std',136 'pallet-fungible/std',