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
Add the ability for a governance proposal to be submitted which can change the forced_transfer setting on an existing RESTRICTED marker.
Problem Definition
The forced transfer capability is a new feature which allows markers to be created with a transfer agent that has complete control of the token movement regardless of where it is stored. As this setting breaks the rules of an account requiring its signature before moving funds this option can only be set when a marker is initially created so users acquiring the token can be aware of the terms of its possession.
This request would add the ability for a marker that allows governance control and is set to RESTRICTED to have the forced_transfer flag changed when a governance proposal request is passed.
Proposal
Create a new msg that can be dispatched by the governance module (signed by the governance module as the authority) which allows the forced_update setting on an existing marker to be changed. This request should only be allowed for RESTRICTED markers that have allow_governance control enabled.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary
Add the ability for a governance proposal to be submitted which can change the
forced_transfer
setting on an existingRESTRICTED
marker.Problem Definition
The forced transfer capability is a new feature which allows markers to be created with a transfer agent that has complete control of the token movement regardless of where it is stored. As this setting breaks the rules of an account requiring its signature before moving funds this option can only be set when a marker is initially created so users acquiring the token can be aware of the terms of its possession.
This request would add the ability for a marker that allows governance control and is set to
RESTRICTED
to have theforced_transfer
flag changed when a governance proposal request is passed.Proposal
Create a new
msg
that can be dispatched by the governance module (signed by the governance module as the authority) which allows theforced_update
setting on an existing marker to be changed. This request should only be allowed forRESTRICTED
markers that haveallow_governance
control enabled.For Admin Use
The text was updated successfully, but these errors were encountered: