harb/onchain/analysis/helpers
johba db23d756e9 fix: Optimize fuzzing and fix CSV buffer accumulation
- Deploy Uniswap factory once before all runs (saves ~1.16M gas per run)
- Fix CSV buffer accumulation bug by clearing buffer between runs
- Add clearCSV() function to CSVManager for proper buffer management
- Each fuzzing run now gets its own clean CSV with correct token0isWeth values
- Comment out failing console.log in Optimizer.t.sol to fix compilation

The token ordering now correctly alternates:
- Even seeds: token0isWeth = true (WETH < KRAIKEN)
- Odd seeds: token0isWeth = false (KRAIKEN < WETH)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-19 13:30:18 +02:00
..
CSVHelper.sol better visualizer 2025-08-17 15:09:41 +02:00
CSVManager.sol fix: Optimize fuzzing and fix CSV buffer accumulation 2025-08-19 13:30:18 +02:00
ScenarioRecorder.sol feat: Add scenario recording and replay system for invariant debugging 2025-08-18 20:31:39 +02:00
SwapExecutor.sol wip 2025-08-09 18:03:31 +02:00