No description
Find a file
giteadmin 6a158150b1 Clean up test suite organization and eliminate duplicate code
- Remove duplicate test files with overlapping functionality:
  * Delete VWAPDoubleOverflowAnalysis.t.sol (155 lines) - functionality already covered by VWAPTracker.t.sol with proper assertions
  * Delete ModularComponentsTest.t.sol (57 lines) - meaningless tests redundant with build process

- Improve code organization:
  * Move CSVHelper.sol and CSVManager.sol from test/helpers/ to analysis/ folder to reflect actual usage
  * Update import path in SimpleAnalysis.s.sol from ../test/helpers/CSVManager.sol to ./CSVManager.sol
  * Remove deprecated uintToStr() and intToStr() wrapper functions from CSVHelper.sol

- Update documentation:
  * Mark completed cleanup tasks in testing_todos.md
  * Add code organization improvements section showing eliminated duplicate functionality

Result: Cleaner test suite with 92 meaningful tests (vs 95 with noise), better file organization reflecting actual usage patterns, and zero dead code remaining.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-19 19:58:41 +02:00
kraiken-lib Complete project rename from HARB/Harberg to KRAIKEN with KRK token symbol 2025-07-11 13:47:42 +02:00
lib don't know 2024-10-18 09:31:25 +02:00
onchain Clean up test suite organization and eliminate duplicate code 2025-07-19 19:58:41 +02:00
services/txnBot Complete project rename from HARB/Harberg to KRAIKEN with KRK token symbol 2025-07-11 13:47:42 +02:00
subgraph/base_sepolia Rename project from HARB/Harberg to KRAIKEN with KRK token symbol 2025-07-11 13:47:00 +02:00
.gitignore base deployment 2025-02-05 19:47:18 +01:00
.gitmodules don't know 2024-10-18 09:31:25 +02:00
CLAUDE.md Fix technical inaccuracies in CLAUDE.md documentation 2025-07-18 22:36:02 +02:00
README.md Complete project rename from HARB/Harberg to KRAIKEN with KRK token symbol 2025-07-11 13:47:42 +02:00
TECHNICAL_APPENDIX.md Update documentation structure and add technical appendix 2025-07-18 20:40:42 +02:00