harb/onchain/src
giteadmin fa2cd00cfa Remove redundant VWAP tests and fix fuzzing test SPL error
- Remove two redundant VWAP tests from LiquidityManager.t.sol that provided no unique coverage beyond comprehensive testing in VWAPTracker.t.sol
- Fix testFuzzRobustness fuzzing test failure caused by "SPL" (Square root Price Limit) errors in extreme price conditions
- Improve price limit calculation in UniswapTestBase.sol with better boundary checking and safety margins
- All tests now pass consistently (97/97 tests passing across 11 test suites)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-18 19:37:30 +02:00
..
abstracts Remove redundant VWAP tests and fix fuzzing test SPL error 2025-07-18 19:37:30 +02:00
helpers beautified 2025-07-08 10:33:10 +02:00
interfaces beautified 2025-07-08 10:33:10 +02:00
libraries Refactor LiquidityManager into modular architecture with comprehensive tests 2025-07-08 11:59:26 +02:00
Kraiken.sol Complete project rename from HARB/Harberg to KRAIKEN with KRK token symbol 2025-07-11 13:47:42 +02:00
LiquidityManager.sol Remove redundant VWAP tests and fix fuzzing test SPL error 2025-07-18 19:37:30 +02:00
Optimizer.sol Complete project rename from HARB/Harberg to KRAIKEN with KRK token symbol 2025-07-11 13:47:42 +02:00
Stake.sol Complete project rename from HARB/Harberg to KRAIKEN with KRK token symbol 2025-07-11 13:47:42 +02:00
VWAPTracker.sol fix: extract VWAP logic and fix critical dormant whale vulnerability 2025-07-08 10:31:41 +02:00