-
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
core/chains/evm/config/toml/defaults: remove ineffectual overrides #13243
Conversation
I see you updated files related to
|
bca24a2
to
707d483
Compare
707d483
to
97e6684
Compare
97e6684
to
34dc810
Compare
34dc810
to
ce235c3
Compare
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.
TestFunctionsConnectorHandler
fails, but it seems to be a flake not caused by the changes
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 1 minor comment
@@ -2,32 +2,19 @@ | |||
# Clique offers finality within (N/2)+1 blocks where N is number of signers | |||
# There are 21 BSC validators so theoretically finality should occur after 21/2+1 = 11 blocks | |||
ChainID = '56' | |||
# Keeping this >> 11 because it's not expensive and gives us a safety margin |
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.
Maybe this comment ought to remain, to show why we chose to go with eth's depth for BSC too?
Quality Gate passedIssues Measures |
This PR proposes removing redundant/ineffectual overrides from the evm configs. I left a few behind which had long comments about lack of support, so that we don't accidentally change them.