The Compound team engaged us to audit their new COMP distribution system, which will be added to the Comptroller. The audited commit is a303a3259286869d0a4aae967d7cb9e55db39c37, and the majority of the changes are in the Comptroller.sol file together with necessary storage updates... to calculate how much COMP they’ve accrued. The system will automatically distribute COMP to users once the amount they’ve accrued is over a threshold. Audit Summary During the audit, we carefully inspected each line of code related to the COMP distribution system in the given commit. We outline below...
# | File Name |
---|---|
1 | Dripper.sol |
2 | Comptroller.sol |
3 | ComptrollerStorage.sol |