harb/onchain/test/helpers
giteadmin eac7360ff9 Consolidate duplicate helper functions and improve test maintainability
- Create shared MockVWAPTracker.sol to eliminate duplicate mock implementations
- Add TestBase.sol with shared utilities (getDefaultParams, bp, denormTR)
- Update CSVHelper.sol to use Forge's vm.toString() instead of manual conversion
- Standardize tick calculation function names across test files
- Update test files to use consolidated utilities
- Remove helper function inventory (consolidation complete)

Eliminates 200-300 lines of duplicate code while maintaining 100% test compatibility.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-18 20:30:50 +02:00
..
CSVHelper.sol Consolidate duplicate helper functions and improve test maintainability 2025-07-18 20:30:50 +02:00
CSVManager.sol feature/simulations (#11) 2024-11-07 15:33:40 +00:00
TestBase.sol Consolidate duplicate helper functions and improve test maintainability 2025-07-18 20:30:50 +02:00
UniswapTestBase.sol Remove redundant VWAP tests and fix fuzzing test SPL error 2025-07-18 19:37:30 +02:00