Pavel Rubin
Pavel Rubin
Currently Utils::fromWei() and Utils::toEther() functions return quotient and common residue of division wei value to unit. Imagine, you need to convert '4147080283000000000000' wei to ether. The result will be ['4147',...
# Fixes included - Fix SavingsModule bugs which made hack possible - Fixes inspired by MixBytes audit - Fix high gas issue with rewards # Contracts changed (exluding tests) -...
- fixes for MAJOR, WARNINGS and most COMMENTS issues implemented - added Prettier formater with Solhint support to format code (required to fix COMMETS 2)
Tokens, stubs and deploed real Curve contracts
With this fix we - add check for tokens being deposited to be registered - add reentrancy guard to deposits and withdrawals - add whitelist for intermediate contracts, so that...
- Add CurveFi BUSD - Move CurveFi protocols to LiquidityGauge rewards and refactoring - Make CurveFi DONATE_DUST = false - Make most fields on protocols public - Commenting-out unused functions...