-
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
Fee Model Revision #3248
Comments
Coins amounts can't be decimals. This gets into question about nano-atom UX. Should we allow users to type On a related note, I still don't get why we can't have |
correct
the use of nano atoms should be entirely in the client (CLI/REST) as determined by numerous previous discussions - by the time the requests are hitting abci they should already be in nano-atoms. The CLI will process input from atoms with decimals to nano-atoms before broadcasting any message (as you've said). we should probably create an ADR for using nano-atoms instead of decimals. I'm going to open up another issue to organize my thoughts on this matter in the meanwhile Let's please move this discussion to this new issue #3251 |
Yes, all great points @rigelrozanski and @sunnya97. I have revised the description to revert back to |
Related to: #1008 |
Summary
Let's face it, the current fee model/structure is pretty rigid, confusing, and bit error prone. As it stands right now:
gas
andfees
fees >= (gas / 10000) + minFees
(why are we adding on top ofminFees
???)fees
are deducted from user's accountProposal
gas
andfees
, wherefees / gas = gasPrice
gasPrice >= minGasPrice
fees
are deducted from user's accounte.g.
gaiacli tx send ... --gas=200000 --fees="2stake"
/cc @sunnya97 @ValarDragon @cwgoes @zmanian
ref: #3044
For Admin Use
The text was updated successfully, but these errors were encountered: