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
When sending coin with MsgMultiSend, we can make sure that the source of the amount you are sending cannot be clearly identified. And MsgMultiSend can be replaced with MultiMsg txs. Cosmos-SDK is also trying to change to single signer at cosmos/cosmos-sdk issues/12628. So, it would be better to disable it for now and apply the changed function when it is stabilized later in Cosmos-SDK so that it can be used.
Proposal
Let's return an error if use MsgMultiSend in the x/bankplus. And use x/bankplus instead of x/bank as default.
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
Disable
MsgMultiSend
of x/bankProblem Definition
When sending coin with
MsgMultiSend
, we can make sure that the source of the amount you are sending cannot be clearly identified. AndMsgMultiSend
can be replaced withMultiMsg
txs. Cosmos-SDK is also trying to change to single signer atcosmos/cosmos-sdk issues/12628
. So, it would be better to disable it for now and apply the changed function when it is stabilized later in Cosmos-SDK so that it can be used.Proposal
Let's return an error if use
MsgMultiSend
in thex/bankplus
. And usex/bankplus
instead ofx/bank
as default.For Admin Use
The text was updated successfully, but these errors were encountered: