Skip to content
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

Merged
merged 9 commits into from
Jun 16, 2023

Conversation

george-dorin
Copy link
Contributor

@george-dorin george-dorin commented Jun 15, 2023

  • Move OCR and OCR2 EVM chain scoped config

@github-actions
Copy link
Contributor

I see that you haven't updated any CHANGELOG files. Would it make sense to do so?

@@ -220,6 +228,18 @@ func (c *ChainScoped) EvmGasTipCapMinimum() *assets.Wei {
return c.cfg.GasEstimator.TipCapMin
}

func (c *ChainScoped) EvmHeadTrackerHistoryDepth() uint32 {
Copy link
Contributor

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 }
Copy link
Contributor

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

@cl-sonarqube-production
Copy link

@george-dorin george-dorin merged commit 97071fb into develop Jun 16, 2023
@george-dorin george-dorin deleted the chore/BCF-2342_move_EVM_ocr_and_ocr2_config branch June 16, 2023 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants