fix(critical): complete execution pipeline - all blockers fixed and operational

This commit is contained in:
Krypto Kajun
2025-11-04 10:24:34 -06:00
parent 0b1c7bbc86
commit 52d555ccdf
410 changed files with 99504 additions and 28488 deletions

View File

@@ -17,13 +17,13 @@ import (
// ReserveData holds cached reserve information for a pool
type ReserveData struct {
Reserve0 *big.Int
Reserve1 *big.Int
Liquidity *big.Int // For UniswapV3
SqrtPriceX96 *big.Int // For UniswapV3
Tick int // For UniswapV3
LastUpdated time.Time
IsV3 bool
Reserve0 *big.Int
Reserve1 *big.Int
Liquidity *big.Int // For UniswapV3
SqrtPriceX96 *big.Int // For UniswapV3
Tick int // For UniswapV3
LastUpdated time.Time
IsV3 bool
}
// ReserveCache provides cached access to pool reserves with TTL