-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
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
Add ReserveTax and ReserveTaxPool #583
Comments
(comment moved to https://github.com/cosmos/cosmos-economics/issues/32) |
Should Where can |
From slack Convo: rige cwgoes In the fee pool design for staking there is already a fee pool account - maybe we should pass in some limited keeper to the antehandler which informs where to move the fees too... Or maybe just an account address would be enough. If it was an interface on the keeper being passed in, we could allow for the staking keeper to execute arbitrary logic as to how the fees taking is handled. For instance, I don't the the fee pool should be an actual "account" it only needs to be a |
Can we separate the fee pool and the staking implementation of fee distribution if possible? Charging fees on transactions - and sending those fees somewhere, so the coins aren't just destroyed - is something most (all?) applications using the Cosmos SDK will want to do, whereas the How about the |
of course, but I don't see the problem with requiring passing in an function to the feeHandler in auth which dictates what happens to the fees. - yeah maybe it can already happen through |
Fee calculation / tracking / allocation doc reference - https://github.com/cosmos/cosmos-sdk/blob/master/docs/spec/staking/old/spec2.md#fee-calculations @sunnya97 Did you want to work on fees (you mentioned)? I think this has to be done as part of the full fee implementation, it isn't a standalone task. |
Going to close this issue as addressed by #2236 |
ref: cosmos/gaia#61
closed (?) from spec in
feature/provisions
branch in gaia repoThe text was updated successfully, but these errors were encountered: