You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in osmosis-labs/osmosis#1029, in the v1 of the x/tokenfactory module, we removed the ForceTransfer functionality and only allow mints/burns to be done to/from the admin account. We should eventually add these functionalities back in.
To do so, we need to conduct a review of all existing SDK code to make sure the "adding or removing of tokens" from accounts (especially module accounts) does not cause unexpected behavior or bugs. For example, what happens if an admin suddenly burns coins from the distribution module account? There's a lot of edge cases to consider.
The text was updated successfully, but these errors were encountered:
As discussed in osmosis-labs/osmosis#1029, in the v1 of the x/tokenfactory module, we removed the ForceTransfer functionality and only allow mints/burns to be done to/from the admin account. We should eventually add these functionalities back in.
To do so, we need to conduct a review of all existing SDK code to make sure the "adding or removing of tokens" from accounts (especially module accounts) does not cause unexpected behavior or bugs. For example, what happens if an admin suddenly burns coins from the distribution module account? There's a lot of edge cases to consider.
The text was updated successfully, but these errors were encountered: