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

Make cosmwasmpool's create pool cli generic #6388

Merged
merged 2 commits into from
Sep 13, 2023
Merged

Conversation

iboss-ptk
Copy link
Contributor

@iboss-ptk iboss-ptk commented Sep 13, 2023

What is the purpose of the change

The previous create-pool command expect contract's instantiate msg to have certain structure which might not be the case for every cosmwasmpool. So this update is to allow passing instantiate msg raw json string directly to the cli.

Testing and Verifying

Manually verify change by running the command

Documentation and Release Note

  • Does this pull request introduce a new feature or user-facing behavior changes?
  • Changelog entry added to Unreleased section of CHANGELOG.md?

Where is the change documented?

  • Specification (x/{module}/README.md)
  • Osmosis documentation site
  • Code comments?
  • N/A

@github-actions github-actions bot added the C:CLI label Sep 13, 2023
@iboss-ptk iboss-ptk requested review from p0mvn, mattverse and AlpinYukseloglu and removed request for mattverse September 13, 2023 05:07
@iboss-ptk iboss-ptk added the V:state/compatible/no_backport State machine compatible PR, depends on prior breaks label Sep 13, 2023
Copy link
Member

@mattverse mattverse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@p0mvn p0mvn merged commit ebb31b6 into main Sep 13, 2023
1 check passed
@p0mvn p0mvn deleted the boss/generic-coswasmpool-cli branch September 13, 2023 13:42
@p0mvn p0mvn added V:state/compatible/backport State machine compatible PR, should be backported A:backport/v19.x backport patches to v19.x branch labels Sep 20, 2023
mergify bot pushed a commit that referenced this pull request Sep 20, 2023
* make create pool generic

* update changelog

(cherry picked from commit ebb31b6)
p0mvn pushed a commit that referenced this pull request Sep 20, 2023
* make create pool generic

* update changelog

(cherry picked from commit ebb31b6)

Co-authored-by: Supanat <[email protected]>
@github-actions github-actions bot mentioned this pull request May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A:backport/v19.x backport patches to v19.x branch C:CLI V:state/compatible/backport State machine compatible PR, should be backported V:state/compatible/no_backport State machine compatible PR, depends on prior breaks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants