-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Description
Summary
Let's face it, the current fee model/structure is pretty rigid, confusing, and bit error prone. As it stands right now:
- Validators set their minimum fees via a flag or config
- Clients specify
gasandfees - The ante handler ensures:
fees >= (gas / 10000) + minFees(why are we adding on top ofminFees???)feesare deducted from user's account
Proposal
- A validator specifies minimum gas price (as suggested by @sunnya97)
- A client/user provides
gasandfees, wherefees / gas = gasPrice - The ante handler ensures:
gasPrice >= minGasPricefeesare deducted from user's account
e.g. gaiacli tx send ... --gas=200000 --fees="2stake"
/cc @sunnya97 @ValarDragon @cwgoes @zmanian
ref: #3044
For Admin Use
- Not duplicate issue
- Appropriate labels applied
- Appropriate contributors tagged
- Contributor assigned/self-assigned
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels