Renamed Vault functions and events with Ousd in them
This is an optional addition to the PR https://github.com/OriginProtocol/origin-dollar/pull/1627 that refactors the vaults
It does more more of the items in https://github.com/OriginProtocol/origin-dollar/issues/1533
Specifically, it covers removing Ousd from function names and events.
setOusdMetaStrategy->setMetaStrategysetNetOusdMintForStrategyThreshold->setNetMintForStrategyThresholdOusdMetaStrategyUpdated->MetaStrategyUpdatedNetOusdMintForStrategyThresholdChanged->NetMintForStrategyThresholdChanged
The two functions and corresponding events are only used by the governor so breaking the ABI is not such a big deal
I'd rather do these changes, later after the current OETH vault deploy
@naddison36 do we want to pair this PR with deployment of some other Vault functionality? So we don't kick off the Vault deploys just for the naming changes?
Maybe it'b be cool to have a list of PRs that are waiting to join some other more impactful functionality to be deployed
For the OETH Vault, I'd say it's best to pair with something else.
For the OUSD Vault, we need to decide if we include with 052_upgrade_ousd_vault_harvester or do after. I'm not set on either way but I'd lean toward doing after so both OETH and OUSD are on the same codebase.
Yes agreed, rolling them out for both protocols simultaneously would be nice - in respect of not complicating our environments and mental load.