Commit Graph

4 Commits

Author SHA1 Message Date
Krypto Kajun
657b4c5e2c fix: increase smoke test timeout to 30s and handle success exit codes 2025-11-08 13:44:31 -06:00
Krypto Kajun
3095163a95 fix: set GO_ENV=development in smoke test to skip encryption key validation 2025-11-08 13:38:14 -06:00
Krypto Kajun
ed2f2a7d06 fix: exclude scripts directory from go vet to avoid duplicate main function errors 2025-11-08 12:21:41 -06:00
Krypto Kajun
850223a953 fix(multicall): resolve critical multicall parsing corruption issues
- Added comprehensive bounds checking to prevent buffer overruns in multicall parsing
- Implemented graduated validation system (Strict/Moderate/Permissive) to reduce false positives
- Added LRU caching system for address validation with 10-minute TTL
- Enhanced ABI decoder with missing Universal Router and Arbitrum-specific DEX signatures
- Fixed duplicate function declarations and import conflicts across multiple files
- Added error recovery mechanisms with multiple fallback strategies
- Updated tests to handle new validation behavior for suspicious addresses
- Fixed parser test expectations for improved validation system
- Applied gofmt formatting fixes to ensure code style compliance
- Fixed mutex copying issues in monitoring package by introducing MetricsSnapshot
- Resolved critical security vulnerabilities in heuristic address extraction
- Progress: Updated TODO audit from 10% to 35% complete

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-17 00:12:55 -05:00