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

refactor/test(x/cosmwasmpool): tokenfactory shares and updated transmuter #5381

Merged
merged 15 commits into from
Jun 2, 2023

Conversation

p0mvn
Copy link
Member

@p0mvn p0mvn commented Jun 1, 2023

Closes: #XXX

What is the purpose of the change

This PR implements the change documented in: #5350

With the transmuter contract from this branch: https://github.com/osmosis-labs/transmuter/tree/share_token

Testing and Verifying

Functionally tests the transmuter tokenfactory shares.

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

@p0mvn p0mvn added V:state/compatible/no_backport State machine compatible PR, depends on prior breaks A:no-changelog labels Jun 1, 2023
Comment on lines +34 to +36
// For choice, see: https://github.com/osmosis-labs/osmosis/pull/4983
DenomCreationFee: sdk.NewCoins(), // used to be 10 OSMO at launch.
DenomCreationGasConsume: uint64(DefaultCreationGasFee),
Copy link
Member Author

Choose a reason for hiding this comment

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

@p0mvn p0mvn marked this pull request as ready for review June 1, 2023 04:43
@p0mvn
Copy link
Member Author

p0mvn commented Jun 1, 2023

I saw the simulator failure and will address it tomorrow. If everything else looks good, please ACK the PR, and I will merge it after fixing the simulator

@p0mvn p0mvn requested a review from iboss-ptk June 1, 2023 04:44
Copy link
Contributor

@iboss-ptk iboss-ptk left a comment

Choose a reason for hiding this comment

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

LGTM I will fix share denom

@github-actions github-actions bot added the C:app-wiring Changes to the app folder label Jun 1, 2023
@github-actions github-actions bot added C:simulator Edits simulator or simulations and removed C:app-wiring Changes to the app folder labels Jun 2, 2023
@p0mvn p0mvn merged commit b9bc185 into main Jun 2, 2023
@p0mvn p0mvn deleted the roman/new-transmuter branch June 2, 2023 14:38
pysel pushed a commit that referenced this pull request Jun 6, 2023
…uter (#5381)

* new-transmuter

* refactor/test(x/cosmwasmpool): tokenfactory shares and updated transmuter

* updates

* updates

* fix test

* disable simulator

* update transmuter

* correct share

* fix test AGAIN

* fix test

* fix problem

* fix

* update test

* updates

* remove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A:no-changelog C:CLI C:simulator Edits simulator or simulations C:x/tokenfactory 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.

2 participants