-
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
[feat] Fee Handler #161
[feat] Fee Handler #161
Conversation
@olanod I created a simple version of the pallet to get started. The next stage would be converting And within the |
About the worst case scenario, it's worth doing the extra work of calculating the weight dynamically or doing a weight correction https://docs.substrate.io/v3/runtime/weights-and-fees/#dynamic-weights |
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.
Looks good, just a small thing :)
resolves #158
ToDo