-
Notifications
You must be signed in to change notification settings - Fork 678
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
2.1.0-rc.2 congestion gas for a PromiseYield
#11873
Comments
JFYI I am removing the error message. It will take a while until it is released though. I will follow up separately to make sure that the promise yield are accounted for in congestion control. |
github-merge-queue bot
pushed a commit
that referenced
this issue
Aug 9, 2024
There is no need to print an error in this case. Congestion Control does not need to account for promise yields as indicated in the comment. This is to fix #11873.
jancionear
pushed a commit
that referenced
this issue
Aug 16, 2024
There is no need to print an error in this case. Congestion Control does not need to account for promise yields as indicated in the comment. This is to fix #11873.
jancionear
pushed a commit
that referenced
this issue
Aug 20, 2024
There is no need to print an error in this case. Congestion Control does not need to account for promise yields as indicated in the comment. This is to fix #11873.
jancionear
pushed a commit
that referenced
this issue
Aug 21, 2024
There is no need to print an error in this case. Congestion Control does not need to account for promise yields as indicated in the comment. This is to fix #11873.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
During block catch-up on testnet, the node is spamming:
ERROR congestion_control: Attempting to calculate congestion gas for a PromiseYield.
I'm not sure if it is related only to the sync, or just in general
To Reproduce
Expected behavior
Do not attempt Or don't show an error.
Screenshots
https://gist.github.com/evgenykuzyakov/0e73c389351367ec1f67c218a34c65b3
Version (please complete the following information):
2.1.0-rc.2
(+sha disabled)Additional context
The text was updated successfully, but these errors were encountered: