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
Implement a safe compounding function for interest calculations. Use checked math i128.checked_mul and i128.checked_div to prevent arithmetic overflows when computing yield returns based on yield_rate_bps.
Implement a safe compounding function for interest calculations. Use checked math i128.checked_mul and i128.checked_div to prevent arithmetic overflows when computing yield returns based on yield_rate_bps.