No description
Find a file
giteadmin 62b53ccf1d Implement liquidity-aware trading functions with DRY architecture
- Add precise Uniswap V3 math-based trade size calculations
- Implement buyLimitToLiquidityBoundary() and sellLimitToLiquidityBoundary()
- Create buyRaw()/sellRaw() for unsafe trading without limits
- Establish DRY architecture where buy() calls buyRaw() internally
- Add try-catch error handling for boundary conditions
- Clean up debug console logs and convert important ones to comments
- Remove debug-only testEmptyPoolBoundaryJump() function
- All tests pass with proper boundary testing capabilities

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-19 19:24:39 +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 Implement liquidity-aware trading functions with DRY architecture 2025-07-19 19:24:39 +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