-
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/config: add EVM.OCR DeltaCOverride and DeltaCJitterOverride #11250
Conversation
I see that you haven't updated any README files. Would it make sense to do so? |
I see that you haven't updated any CHANGELOG files. Would it make sense to do so? |
89306cf
to
58292b7
Compare
4f25912
to
0ac829e
Compare
0ac829e
to
43bff4a
Compare
6e30214
to
00702c5
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! Do we want a CHANGELOG entry?
Oh yeah, I thought I had added one already. Incoming. |
8e82296
to
707a549
Compare
SonarQube Quality Gate |
https://smartcontract-it.atlassian.net/browse/BCF-2790
This PR adds
EVM.OCR
DeltaCOverride
andDeltaCJitterOverride
to TOML config for overriding theConfigOverrider
defaults, and changes the defaults from24h
/1h
to7d
/1h
.DeltaCOverride
DeltaCOverride (and
DeltaCJitterOverride
) determine the config override DeltaC.DeltaC is the maximum age of the latest report in the contract. If the maximum age is exceeded, a new report will be
created by the report generation protocol.
DeltaCJitterOverride
DeltaCJitterOverride is the range for jitter to add to
DeltaCOverride
.