You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add public getters to BaselinePoolState and BaselineLiquidity
Adds accessor methods needed by downstream consumers (cefi) to
decompose pool state for ring buffer transport:
- BaselinePoolState::liquidity() / liquidity_mut()
- BaselineLiquidity::tick_spacing(), start_tick(), start_sqrt_price(), start_liquidity()
Removes duplicate get_baseline_liquidity/get_baseline_liquidity_mut,
get_current_tick, get_tick_spacing in favor of the cleaner names.
Co-Authored-By: Frankenstein <263438330+frankenstien-dev@users.noreply.github.com>
0 commit comments