Signature
Description
Activatesfeature. Emits FeatureActivated.
Dev: Reverts with DelegateCallNotAllowed when invoked via DELEGATECALL or CALLCODE.
Dev: Reverts with StaticCallNotAllowed when invoked under STATICCALL.
Dev: Reverts with Unauthorized when the caller is not the activation admin.
Dev: Reverts with AlreadyActivated when feature is already activated.
Param: feature Feature to activate.