[CL][Concentrated Liquidity Module]: create a separate file and folder for pool implementation #3243
Labels
C:x/concentrated-liquidity
F: concentrated-liquidity
Tracking the development of concentrated liquidity feature to improve filtering on the project board
Background
Currently, we have keeper methods and pool methods both mixed up in
pool.go
.We should separate pool methods from the keeper methods.
Suggested Design
concentratedpool
package in the root of the module.concentratedPool.pb.go
file to the above packageconcentratedpool
packageAcceptance Criteria
The text was updated successfully, but these errors were encountered: