issues
search
bancorprotocol
/
contracts-solidity
Bancor Protocol Contracts
Other
841
stars
391
forks
source link
Optimize LiquidityProtection.removeLiquidity
#585
Closed
barakman
closed
3 years ago
barakman
commented
3 years ago
Verify the average rate deviation at the beginning of function
LiquidityProtection.removeLiquidity
instead of half-way through.
Some coding reorganization (merge internal function
reserveTokenRates
into internal function
packRates
).
LiquidityProtection.removeLiquidity
instead of half-way through.reserveTokenRates
into internal functionpackRates
).