- Add precise Uniswap V3 math-based trade size calculations - Implement buyLimitToLiquidityBoundary() and sellLimitToLiquidityBoundary() - Create buyRaw()/sellRaw() for unsafe trading without limits - Establish DRY architecture where buy() calls buyRaw() internally - Add try-catch error handling for boundary conditions - Clean up debug console logs and convert important ones to comments - Remove debug-only testEmptyPoolBoundaryJump() function - All tests pass with proper boundary testing capabilities 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| abstracts | ||
| helpers | ||
| libraries | ||
| mocks | ||
| Kraiken.t.sol | ||
| LiquidityManager.t.sol | ||
| ModularComponentsTest.t.sol | ||
| Stake.t.sol | ||
| VWAPDoubleOverflowAnalysis.t.sol | ||
| VWAPTracker.t.sol | ||