fix(critical): complete execution pipeline - all blockers fixed and operational
This commit is contained in:
14
pkg/cache/reserve_cache.go
vendored
14
pkg/cache/reserve_cache.go
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user