git.delta.rocks / unique-network / refs/commits / 8634c0db7dde

difftreelog

feat enable app-promotion for qtz

Daniel Shiposha2022-12-13parent: #f152588.patch.diff
in: master

2 files changed

modifiedruntime/common/construct_runtime/mod.rsdiffbeforeafterboth
--- a/runtime/common/construct_runtime/mod.rs
+++ b/runtime/common/construct_runtime/mod.rs
@@ -79,7 +79,7 @@
                 #[runtimes(opal)]
                 RmrkEquip: pallet_proxy_rmrk_equip::{Pallet, Call, Storage, Event<T>} = 72,
 
-                #[runtimes(opal)]
+                #[runtimes(opal, quartz)]
                 AppPromotion: pallet_app_promotion::{Pallet, Call, Storage, Event<T>} = 73,
 
                 #[runtimes(opal)]
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
166 "pallet-maintenance/std",166 "pallet-maintenance/std",
167]167]
168limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']168limit-testing = ['pallet-unique/limit-testing', 'up-data-structs/limit-testing']
169quartz-runtime = ['refungible']169quartz-runtime = ['refungible', 'app-promotion']
170170
171refungible = []171refungible = []
172scheduler = []172scheduler = []
173rmrk = []173rmrk = []
174foreign-assets = []174foreign-assets = []
175app-promotion = []
175176
176################################################################################177################################################################################
177# Substrate Dependencies178# Substrate Dependencies