origin-dollar icon indicating copy to clipboard operation
origin-dollar copied to clipboard

Remove SafeMath from OUSD

Open DanielVF opened this issue 2 years ago • 2 comments

Safe math operations are now built into the solidity compiler. We could remove the use of safe math from OUSD and save gas.

DanielVF avatar Nov 23 '22 14:11 DanielVF

These have now been removed from the vault, but remain in OUSD.

DanielVF avatar May 23 '23 20:05 DanielVF

FYI, I've removed SafeMath from the OETH Vault as part of the collateral swap changes.

Note VaultAdmin still requires StableMath.

naddison36 avatar Jun 14 '23 12:06 naddison36