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
MsgCreateVestingAccount is currently blocked via DisabledAuthzMsgs and antehandler.
This may be due to potential risks associated with the preemption of vesting accounts by predicting contract account addresses, or perhaps it aligns with Canto's strategic policies.
v0.50.x bump will include the addition of MsgCreatePermanentLockedAccount and MsgCreatePeriodicVestingAccount
Suggestions:
Technical Consistency: If the MsgCreateVestingAccount blockage is due to technical risks, propose adding new messages to DisabledAuthzMsgs.
Policy Decision: If the blockage is policy-based, need to evaluate the necessity of similar restrictions on new messages. Further technical risk assessment is required if new inclusions are made.
Background:
MsgCreateVestingAccount
is currently blocked viaDisabledAuthzMsgs
andantehandler
.MsgCreatePermanentLockedAccount
andMsgCreatePeriodicVestingAccount
Suggestions:
MsgCreateVestingAccount
blockage is due to technical risks, propose adding new messages toDisabledAuthzMsgs
.Action Items:
The text was updated successfully, but these errors were encountered: