Axis-Fi / axis-core

Axis Protocol
https://axis.finance
Other
6 stars 1 forks source link

Sherlock [1]: Fix casting & overflow issues #130

Closed Oighty closed 5 months ago

Oighty commented 6 months ago

This PR refactors the codebase to use uint256 values for all token amounts except in the bid storage for the EMPAM module so we have efficient loads & storage for the decrypt and settle process.

Fixes:

Tasks