Files
mev-beta/tools/math-audit/reports/math/latest/audit_results.json
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

129 lines
3.3 KiB
JSON

{
"timestamp": "2025-10-09T07:54:04.652531259-05:00",
"vectors_file": "default",
"tolerance_bp": 1,
"exchange_results": {
"balancer": {
"exchange_type": "balancer",
"total_tests": 2,
"passed_tests": 2,
"failed_tests": 0,
"max_error_bp": 0,
"avg_error_bp": 0,
"failed_cases": [],
"test_results": [
{
"test_name": "Weighted_80_20_Pool",
"passed": true,
"error_bp": 0,
"duration": 23129,
"description": "Price calculation test for balancer"
},
{
"test_name": "Weighted_Pool_Swap",
"passed": true,
"error_bp": 0,
"duration": 43,
"description": "Amount calculation test for balancer"
}
],
"duration": 25108
},
"curve": {
"exchange_type": "curve",
"total_tests": 2,
"passed_tests": 2,
"failed_tests": 0,
"max_error_bp": 0,
"avg_error_bp": 0,
"failed_cases": [],
"test_results": [
{
"test_name": "Stable_USDC_USDT",
"passed": true,
"error_bp": 0,
"duration": 11825,
"description": "Price calculation test for curve"
},
{
"test_name": "Stable_Swap_Low_Impact",
"passed": true,
"error_bp": 0,
"duration": 44,
"description": "Amount calculation test for curve"
}
],
"duration": 13510
},
"uniswap_v2": {
"exchange_type": "uniswap_v2",
"total_tests": 4,
"passed_tests": 4,
"failed_tests": 0,
"max_error_bp": 0,
"avg_error_bp": 0,
"failed_cases": [],
"test_results": [
{
"test_name": "ETH_USDC_Basic",
"passed": true,
"error_bp": 0,
"duration": 13525,
"description": "Price calculation test for uniswap_v2"
},
{
"test_name": "WBTC_ETH_Basic",
"passed": true,
"error_bp": 0,
"duration": 9079,
"description": "Price calculation test for uniswap_v2"
},
{
"test_name": "ETH_to_USDC_Swap",
"passed": true,
"error_bp": 0,
"duration": 56,
"description": "Amount calculation test for uniswap_v2"
},
{
"test_name": "Large_ETH_Swap_Impact",
"passed": true,
"error_bp": 0,
"duration": 69,
"description": "Price impact test for uniswap_v2"
}
],
"duration": 26862
},
"uniswap_v3": {
"exchange_type": "uniswap_v3",
"total_tests": 2,
"passed_tests": 2,
"failed_tests": 0,
"max_error_bp": 6.8468e-13,
"avg_error_bp": 3.4234e-13,
"failed_cases": [],
"test_results": [
{
"test_name": "ETH_USDC_V3_Basic",
"passed": true,
"error_bp": 6.8468e-13,
"duration": 16251,
"description": "Price calculation test for uniswap_v3"
},
{
"test_name": "V3_Concentrated_Liquidity",
"passed": true,
"error_bp": 0,
"duration": 75,
"description": "Amount calculation test for uniswap_v3"
}
],
"duration": 18398
}
},
"overall_passed": true,
"total_tests": 10,
"total_passed": 10,
"total_failed": 0
}