makerdao / dss-gov

GNU Affero General Public License v3.0
4 stars 6 forks source link

feat: Lock MKR in DssGov when emergency shutdown is triggered #24

Open hexonaut opened 3 years ago

hexonaut commented 3 years ago

Maker governance has requested that MKR gets locked in DssGov when emergency shutdown is triggered. This is to freeze the malicious MKR in place, so it can be easily removed for redeployment.

gbalabasquer commented 3 years ago

I think we will need to give this function another thought. Checking vat.live == 1 is fine when shutdown is called via ES, however if there is a planned shutdown we do not want to block the MKR funds. We should evaluate if the scenario of a panned shutdown is probably enough to have to rethink it or if we can live with this.

gbalabasquer commented 3 years ago

I think we should have to end up making a special authority that can cage the gov and which will be called in esm. I'm gonna explore that path.