Update Commission Rate moved to Events Hub.
StakeManagerExtension.sol has the updateCommissionRate function which uses the Event Hub to emit the UpdateCommissionRate Event.
Previously, it was emitted from the StakingInfo.sol.
This release handled the change in the emmission of the UpdateCommissionRate Event.