-
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
Move EVM config ocr and ocr2 #9606
Move EVM config ocr and ocr2 #9606
Conversation
I see that you haven't updated any CHANGELOG files. Would it make sense to do so? |
…e_EVM_ocr_and_ocr2_config
…e_EVM_ocr_and_ocr2_config
…e_EVM_ocr_and_ocr2_config # Conflicts: # core/chains/evm/config/v2/chain_scoped.go
@@ -220,6 +228,18 @@ func (c *ChainScoped) EvmGasTipCapMinimum() *assets.Wei { | |||
return c.cfg.GasEstimator.TipCapMin | |||
} | |||
|
|||
func (c *ChainScoped) EvmHeadTrackerHistoryDepth() uint32 { |
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.
@george-dorin Rebase error? These have been removed in a PR that I merged recently.
…e_EVM_ocr_and_ocr2_config # Conflicts: # core/chains/evm/config/config.go # core/chains/evm/config/v2/chain_scoped.go
@@ -1124,3 +1110,5 @@ func TestRunner_Error_Callback_AsyncJob(t *testing.T) { | |||
require.Eventually(t, func() bool { return eiNotifiedOfDelete }, 5*time.Second, 10*time.Millisecond, "expected external initiator to be notified of deleted job") | |||
} | |||
} | |||
|
|||
func ptr[T any](t T) *T { return &t } |
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.
Hoping we can drop these in two release 🤞
golang/go#45624
…e_EVM_ocr_and_ocr2_config
SonarQube Quality Gate |
OCR
andOCR2
EVM chain scoped config