-
Notifications
You must be signed in to change notification settings - Fork 632
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
Delete the governance proposal code for creating a CL pool #9026
Conversation
WalkthroughThis pull request removes concentrated liquidity pool proposal functionality across the codebase. It deletes related proposal handlers, CLI commands, keeper methods, proposal types, constants, and associated tests while retaining functionality for tick spacing decrease proposals. Additionally, a field is removed from a protobuf message and replaced with a reserved statement. A TODO comment was added to the codec registration as a reminder for future revisions. Changes
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
⏰ Context from checks skipped due to timeout of 90000ms (5)
🔇 Additional comments (5)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving, assuming our state compatibility checks pass
Wont be state compatible alas |
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Remove parsePoolRecords function that's no longer needed - Remove FlagPoolRecords constant definition - Remove unused osmomath import 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Remove gov-based CL pool creation in favor of direct pool creation for E2E tests. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
* Delete the governance proposal code for creating a CL pool * Generated protofile changes * Update x/concentrated-liquidity/types/codec.go * Delete numbered test directories in tests/ibc-hooks 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * fix: remove unused code in concentrated-liquidity CLI - Remove parsePoolRecords function that's no longer needed - Remove FlagPoolRecords constant definition - Remove unused osmomath import 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * style: format tx.go with gofmt 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * fix(e2e): update CL pool creation in E2E tests Remove gov-based CL pool creation in favor of direct pool creation for E2E tests. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * Fix test * rename test --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Adam Tucker <[email protected]> (cherry picked from commit 4bbcf0c)
…9043) * Delete the governance proposal code for creating a CL pool * Generated protofile changes * Update x/concentrated-liquidity/types/codec.go * Delete numbered test directories in tests/ibc-hooks 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * fix: remove unused code in concentrated-liquidity CLI - Remove parsePoolRecords function that's no longer needed - Remove FlagPoolRecords constant definition - Remove unused osmomath import 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * style: format tx.go with gofmt 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * fix(e2e): update CL pool creation in E2E tests Remove gov-based CL pool creation in favor of direct pool creation for E2E tests. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * Fix test * rename test --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Adam Tucker <[email protected]> (cherry picked from commit 4bbcf0c) Co-authored-by: Dev Ojha <[email protected]>
I've left the codec for decoding until we come back with an answer for removing things from codec or not