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
The current process for assessing a custom fee via the MsgAssessCustomMsgFeeRequest msg takes 50% of the amount charged and sends it to Provenance. This fee should be removed.
Problem Definition
This is a planned change, and this issue is to ensure that this change is tracked.
Proposal
The code that currently subtracts 50% of the fees sent should be removed, and the comments on the MsgAssessCustomMsgFeeRequest in the proto definition stating that this behavior in place should be removed.
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:
…or now it all goes to the recipient, see comment // AssessCustomMsgFeeBips is the bips the recipient will get
// This should be a message level data (present in TypeAssessCustomMsgFee = assess_custom_msg_fee) i think so that it can be defined by the smart contract writer
// or at the very least it can be a module param.
// for now i am hard coding it to avoid breaking any clients and because of this ticket #1263
AssessCustomMsgFeeBips = 10_000
…ule. (#1267)
* #1263 implement as per request, still keeping bips as an option but for now it all goes to the recipient, see comment // AssessCustomMsgFeeBips is the bips the recipient will get
// This should be a message level data (present in TypeAssessCustomMsgFee = assess_custom_msg_fee) i think so that it can be defined by the smart contract writer
// or at the very least it can be a module param.
// for now i am hard coding it to avoid breaking any clients and because of this ticket #1263
AssessCustomMsgFeeBips = 10_000
* minor fixes.
* adding changelog.
* updating comment.
* updating comments based on PR.
* update wasm encoder param comment
Co-authored-by: Ken Talley <[email protected]>
Summary
The current process for assessing a custom fee via the
MsgAssessCustomMsgFeeRequest
msg takes 50% of the amount charged and sends it to Provenance. This fee should be removed.Problem Definition
This is a planned change, and this issue is to ensure that this change is tracked.
Proposal
The code that currently subtracts 50% of the fees sent should be removed, and the comments on the
MsgAssessCustomMsgFeeRequest
in the proto definition stating that this behavior in place should be removed.For Admin Use
The text was updated successfully, but these errors were encountered: