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 deprecated comments and warning usage at all points where BroadcastMode block is used.
Problem Definition
BroadcastMode Block was developed for debug as far as I know, but I think this mode is used because of it is very convenience in client side. But block mode has many problem like blocking mempool checkTx and etc. Therefore it need to be removed. But I don't know which problem is occurred if we remove it. And it'll be remove in the cosmos-sdk v0.47. (cosmos/cosmos-sdk#12167) Therefore I think it's better to add deprecated comment and warning usaged.
Proposal
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 deprecated comments and warning usage at all points where BroadcastMode block is used.
Problem Definition
BroadcastMode Block was developed for debug as far as I know, but I think this mode is used because of it is very convenience in client side. But block mode has many problem like blocking mempool checkTx and etc. Therefore it need to be removed. But I don't know which problem is occurred if we remove it. And it'll be remove in the cosmos-sdk v0.47. (cosmos/cosmos-sdk#12167) Therefore I think it's better to add deprecated comment and warning usaged.
Proposal
For Admin Use
The text was updated successfully, but these errors were encountered: