difftreelog
feat enable collator selection on opal
in: master
3 files changed
node/cli/src/chain_spec.rsdiffbeforeafterboth143 AccountPublic::from(get_from_seed::<TPublic>(seed)).into_account()143 AccountPublic::from(get_from_seed::<TPublic>(seed)).into_account()144}144}145145146#[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}209209210#[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,runtime/opal/Cargo.tomldiffbeforeafterboth193 '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]tests/src/pallet-presence.test.tsdiffbeforeafterboth76 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(