-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Downgrade unknown transaction log message #12297
Conversation
I see that you haven't updated any CHANGELOG files. Would it make sense to do so? |
Quality Gate passedIssues Measures |
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.
Can we get a prom metric on this so we can alert on it maybe?
Adding some comments to this issue, as we've done a deep dive here in the past, while supporting our own Chainlink oracles at LinkWell Nodes: As we all know, the default GasEstimator mode for Sepolia chains is "BlockHistory", which is essentially using the gas prices of recent blocks to determine what the gas price of any of our submitted DR txns should be. There are several different "txn types" in ETH, which refers to the version of the ETH token standard that was used to submit the txn:
Because it's rather new, when CL sees these As you can see in the following CL node log snippet, gas price was successfully estimated as 2.88 gwei, despite
|
|
Many chains are expected to have more than 3 types of transactions so we downgrade this log message to reduce noise.