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

[TokenFactory] Add ForceTranfer, BurnFrom and MintTo #4417

Merged
merged 2 commits into from
Feb 28, 2023

Conversation

mattverse
Copy link
Member

Closes: #XXX

What is the purpose of the change

This PR adds the functionality of Force Transfer, in which allows the admin of the token factory denom to transfer the token factory denom from one account to the other.

Another change included in this PR is adding mintTo and burnFrom address, which adds functionality to designate a minting address or a burning address from the existing Mint and Burn messages in the token factory module.

Brief Changelog

  • Add ForceTransfer, BurnFrom and MintTo fields in Burn and Mint messages

Testing and Verifying

Adds tests to existing tests, verified CI and tests are not failing.

Documentation and Release Note

  • Does this pull request introduce a new feature or user-facing behavior changes? (yes / no)
  • Is a relevant changelog entry added to the Unreleased section in CHANGELOG.md? (yes / no)
  • How is the feature or change documented? (not applicable / specification (x/<module>/spec/) / Osmosis docs repo / not documented)

@mattverse mattverse added the V:state/breaking State machine breaking PR label Feb 24, 2023
Copy link
Contributor

@nicolaslara nicolaslara left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:x/tokenfactory V:state/breaking State machine breaking PR
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants