-
Notifications
You must be signed in to change notification settings - Fork 10
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
Start global chain fee module #45
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good stuff.
I would add a couple more test cases, but otherwise great to merge.
I would, however, request a follow up PR adding a grpc query to find out the minimum fee enforced by this chain.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice changes. Looking good to me.
I think you should use |
We try to stay consistent with the cosmos-sdk. Why is bank still on v1beta1? |
Because 0.1 was not possible and we weren't sure how this will evolve. |
We will make the update once the pain of changing has been handled by the Cosmos SDK team. This is client api breaking and a big headache. We still use Cosmos SDK 0.45 and will handle the renaming with the 0.46 update. We are also 1 week from tgrade launch and not about to rename all proto.... this is not meant for consumption by cosmos-sdk:main/0.46.x yet |
Resolves #7
New module with ante handler and genesis IO to enforce global minimum gas price(s)