bancorprotocol / contracts-solidity

Bancor Protocol Contracts
Other
840 stars 391 forks source link

Add the ability to transfer liquidity and improve the tests #589

Closed lbeder closed 3 years ago

lbeder commented 3 years ago
  1. Add LP transferLiquidity (with proper handling of LP stats, LP system balances, LM notification events, etc.).
  2. Add missing LP stats tests to LiquidityProtection.js.
  3. Merge LiquidityProtectionAverageRate.js, LiquidityProtectionEdgeCases.js, and LiquidityProtectionStateless.js to LiquidityProtection.js as "stress test".
  4. Fix ETH accounting issues in tests.
  5. Improve LM run notifications test matrix.