makerdao / dss-exec-lib

DSS Executive Spellcrafting Library Contracts
GNU Affero General Public License v3.0
36 stars 21 forks source link

Add vat.suck() -> erc20 transfer #48

Closed hexonaut closed 3 years ago

hexonaut commented 3 years ago

This is common for one-time transfers. Should suck from the vat, convert to erc20 dai then pay the recipient. It may make sense to permanently vat.hope(daiJoin) for the pause proxy as I'm expecting this to be more frequent with the creation of core units, and I don't see any downside of permanently giving daiJoin access to the pause proxy's dai.

hexonaut commented 3 years ago

Added https://github.com/makerdao/dss-exec-lib/pull/59