We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
txfees module will have the follwing logic:
will replace original cosmos-sdk's DeductFee handler, with 2 handler - MempoolCheck and DeductFee
DeductFee
MempoolCheck
Will swap and burn all tokens in it's balance on epoch start
Will manage accepted fees by hooking to the pool creation hook
pool creation
The text was updated successfully, but these errors were encountered:
Few notes regarding the difference between our/osmosis/ethermint/cosmos implementations:
logic separated into two components
In Cosmos:
ctx.IsCheckTx()
In Ethermint:
DynamicFeeChecker
In Osmosis:
checkTx
For dymension:
checkTx()
txfee
@omritoptix @shaolin-flow WDYT
Sorry, something went wrong.
mtsitrin
Successfully merging a pull request may close this issue.
txfees module will have the follwing logic:
will replace original cosmos-sdk's
DeductFee
handler, with 2 handler -MempoolCheck
andDeductFee
Will swap and burn all tokens in it's balance on epoch start
Will manage accepted fees by hooking to the
pool creation
hookThe text was updated successfully, but these errors were encountered: