Completed clean root directory structure: - Root now contains only: .git, .env, docs/, orig/ - Moved all remaining files and directories to orig/: - Config files (.claude, .dockerignore, .drone.yml, etc.) - All .env variants (except active .env) - Git config (.gitconfig, .github, .gitignore, etc.) - Tool configs (.golangci.yml, .revive.toml, etc.) - Documentation (*.md files, @prompts) - Build files (Dockerfiles, Makefile, go.mod, go.sum) - Docker compose files - All source directories (scripts, tests, tools, etc.) - Runtime directories (logs, monitoring, reports) - Dependency files (node_modules, lib, cache) - Special files (--delete) - Removed empty runtime directories (bin/, data/) V2 structure is now clean: - docs/planning/ - V2 planning documents - orig/ - Complete V1 codebase preserved - .env - Active environment config (not in git) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
70 lines
1.6 KiB
JSON
70 lines
1.6 KiB
JSON
{
|
|
"summary": {
|
|
"generated_at": "2025-10-20T04:25:07.908285289Z",
|
|
"total_vectors": 1,
|
|
"vectors_passed": 1,
|
|
"total_assertions": 1,
|
|
"assertions_passed": 1,
|
|
"property_checks": 4,
|
|
"property_succeeded": 4
|
|
},
|
|
"vectors": [
|
|
{
|
|
"name": "uniswap_v2_usdc_weth",
|
|
"description": "Uniswap V2 style pool with 10k WETH against 20M USDC",
|
|
"exchange": "uniswap_v2",
|
|
"passed": true,
|
|
"tests": [
|
|
{
|
|
"name": "amount_out_5_weth",
|
|
"type": "amount_out",
|
|
"passed": true,
|
|
"delta_bps": 0,
|
|
"expected": "9871580343970612988504",
|
|
"actual": "9871580343970612988504",
|
|
"annotations": [
|
|
"tolerance 1.0000 bps"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"property_checks": [
|
|
{
|
|
"name": "price_conversion_round_trip",
|
|
"type": "property",
|
|
"passed": true,
|
|
"delta_bps": 0,
|
|
"expected": "",
|
|
"actual": "",
|
|
"details": "all samples within 0.1% tolerance"
|
|
},
|
|
{
|
|
"name": "tick_conversion_round_trip",
|
|
"type": "property",
|
|
"passed": true,
|
|
"delta_bps": 0,
|
|
"expected": "",
|
|
"actual": "",
|
|
"details": "ticks round-trip within ±1"
|
|
},
|
|
{
|
|
"name": "price_monotonicity",
|
|
"type": "property",
|
|
"passed": true,
|
|
"delta_bps": 0,
|
|
"expected": "",
|
|
"actual": "",
|
|
"details": "higher ticks produced higher prices"
|
|
},
|
|
{
|
|
"name": "price_symmetry",
|
|
"type": "property",
|
|
"passed": true,
|
|
"delta_bps": 0,
|
|
"expected": "",
|
|
"actual": "",
|
|
"details": "price * inverse remained within 0.1%"
|
|
}
|
|
]
|
|
} |