[CL][Concentrated Liquidity Module]: implement InitializePool
#3582
Labels
C:x/concentrated-liquidity
F: concentrated-liquidity
Tracking the development of concentrated liquidity feature to improve filtering on the project board
Milestone
Background
We need to implement and test this method:
osmosis/x/concentrated-liquidity/keeper.go
Line 28 in 70f67d9
This method should replace
CreateNewConcentratedLiquidityPool
since the only valid entry point for pool creation isInitializePool
Spec for it:
Suggested Design
CreateNewConcentratedLiquidityPool
methodCreatePool
by suppling a CLCreatePoolMsg
apptesting
helpers for creationg CL pools via swaprouterAcceptance Criteria
CreateNewConcentratedLiquidityPool
is removedapptesting
helpers are utilizedInitializePool
is implemented and testedapptesting
createdThe text was updated successfully, but these errors were encountered: