git.delta.rocks / unique-network / refs/commits / 2991c90e0c10

difftreelog

feat enable collator selection on opal

Yaroslav Bolyukin2023-01-16parent: #1fa2619.patch.diff
in: master

3 files changed

modifiednode/cli/src/chain_spec.rsdiffbeforeafterboth
143 AccountPublic::from(get_from_seed::<TPublic>(seed)).into_account()143 AccountPublic::from(get_from_seed::<TPublic>(seed)).into_account()
144}144}
145145
146#[cfg(feature = "quartz-runtime")]146#[cfg(not(feature = "unique-runtime"))]
147macro_rules! testnet_genesis {147macro_rules! testnet_genesis {
148 (148 (
149 $runtime:path,149 $runtime:path,
207 }};207 }};
208}208}
209209
210#[cfg(not(feature = "quartz-runtime"))]210#[cfg(feature = "unique-runtime")]
211macro_rules! testnet_genesis {211macro_rules! testnet_genesis {
212 (212 (
213 $runtime:path,213 $runtime:path,
modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
193 'refungible',193 'refungible',
194 'rmrk',194 'rmrk',
195 'app-promotion',195 'app-promotion',
196 'collator-selection',
196 'foreign-assets',197 'foreign-assets',
197 'pallet-test-utils',198 'pallet-test-utils',
198]199]
modifiedtests/src/pallet-presence.test.tsdiffbeforeafterboth
76 appPromotion,76 appPromotion,
77 testUtils,77 testUtils,
78 ...rmrkPallets,78 ...rmrkPallets,
79 ...collatorSelection,
79 );80 );
80 } else if (chain.eq('QUARTZ by UNIQUE') || chain.eq('SAPPHIRE by UNIQUE')) {81 } else if (chain.eq('QUARTZ by UNIQUE') || chain.eq('SAPPHIRE by UNIQUE')) {
81 requiredPallets.push(82 requiredPallets.push(