You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Limit the access to non-standard ERC20. Use the token integration checklist to evaluate collateral that should be allowed. For example, the system will not work as expected with tokens that take a fee on transfer
Use Echidna to evaluate the impact of rounding. Several operations have a loss of precision due to the arithmetic rounding. As a result a user might receive less than expected, and this area should be investigated further
Consider adding limits on how much assets can be withdrawn by AssetPool.claim. If the owner of the AssetPool is compromised, he can drain everything. A time-based limit of withdrawal might reduce the risks (note that the coverage pool was out of scope of my review)
The text was updated successfully, but these errors were encountered:
AssetPool
is compromised, he can drain everything. A time-based limit of withdrawal might reduce the risks (note that the coverage pool was out of scope of my review)The text was updated successfully, but these errors were encountered: