-
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
Ship 1829 mode config #13373
Ship 1829 mode config #13373
Conversation
Quality Gate passedIssues Measures |
[GasEstimator] | ||
EIP1559DynamicFees = true | ||
BumpThreshold = 60 | ||
BumpPercent = 20 |
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.
|
||
[GasEstimator] | ||
EIP1559DynamicFees = true | ||
BumpThreshold = 60 |
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.
What's the reasoning behind this huge number?
BumpPercent = 20 | ||
BumpMin = '100 wei' | ||
PriceMax = '120 gwei' | ||
LimitDefault = 8000000 |
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.
The fallback value is 500k, why do we set 8m here?
FeeCapDefault = '120 gwei' | ||
|
||
[HeadTracker] | ||
HistoryDepth = 300 |
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.
HistoryDepth is no longer needed to be larger than FinalityDepth
#13494 . Perhaps we want to set this to something smaller?
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
No description provided.