Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CL][Concentrated Liquidity Module]: implement MsgCreateConcentratedPool #3245

Closed
p0mvn opened this issue Nov 4, 2022 · 0 comments
Closed
Assignees
Labels
C:x/concentrated-liquidity F: concentrated-liquidity Tracking the development of concentrated liquidity feature to improve filtering on the project board

Comments

@p0mvn
Copy link
Member

p0mvn commented Nov 4, 2022

Background

This issue is blocked on: #3243

Upon successfully implementing the above refactor, and implement the new MsgCreateConcentratedPool in the concentratedpool package.

Follow the structure and design similar to MsgCreateBalancerPool, MsgCreateStableswapPool

Implement the message server method:

func (server msgServer) CreateConcentratedPool(goCtx context.Context, msg *balancer.MsgCreateConcentratedPool) (*balancer.MsgCreateConcentratedPoolResponse, error) {
}

Add tests

Acceptance Criteria

  • The message is implemented
  • Follows the similar folder structure and design to MsgCreateBalancerPool, MsgCreateStableswapPool
  • tests added
@p0mvn p0mvn added C:x/concentrated-liquidity F: concentrated-liquidity Tracking the development of concentrated liquidity feature to improve filtering on the project board labels Nov 4, 2022
@osmo-bot osmo-bot moved this to Needs Review 🔍 in Osmosis Chain Development Nov 4, 2022
@p0mvn p0mvn changed the title [CL][Concentrated Liquidity Module]: implement MsgCreateStableswapPool [CL][Concentrated Liquidity Module]: implement MsgCreateConcentratedPool Nov 7, 2022
@mattverse mattverse self-assigned this Nov 7, 2022
@p0mvn p0mvn assigned czarcas7ic and unassigned mattverse Nov 28, 2022
Repository owner moved this from Needs Review 🔍 to Done ✅ in Osmosis Chain Development Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:x/concentrated-liquidity F: concentrated-liquidity Tracking the development of concentrated liquidity feature to improve filtering on the project board
Projects
Archived in project
Development

No branches or pull requests

3 participants