-
Notifications
You must be signed in to change notification settings - Fork 158
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
fix: added query to calc fees #1366
Conversation
Co-authored-by: Tarik Gul <[email protected]>
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.
LGTM
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.
LGTM
Sorry to comment in a closed pull request, but if this was done to reduce performance issues, any specific reason for not making the loop that processes extrinsics concurrent? |
@GCrispino There is a few things to tackle here:
Overall, we are taking steps to do this correctly. It's a balance between getting some fixes out now, as well as sorting out the larger issue correctly. |
Got it! This makes sense, thanks for taking the time to explain 👍🏼 |
Partially #1365