referrerpolicy=no-referrer-when-downgrade

Function can_governance_authorize_upgrade

Source
pub fn can_governance_authorize_upgrade<Runtime, RuntimeOrigin>(
    governance_origin: GovernanceOrigin<RuntimeOrigin>,
) -> Result<(), Either<DispatchError, InstructionError>>
where Runtime: BasicParachainRuntime + Config<RuntimeOrigin = RuntimeOrigin, AccountId = AccountId>,
Expand description

Generic test case for Cumulus-based parachain that verifies if runtime can process frame_system::Call::authorize_upgrade from governance system.