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

bump chainlink-common; rm unused PluginFactoryConstructor #424

Merged
merged 2 commits into from
Jan 17, 2025

Conversation

@@ -244,5 +216,4 @@ func (p PluginFactory) HealthReport() map[string]error {
}

// Interface compatibility checks.
var _ core.OCR3ReportingPluginClient = &PluginFactoryConstructor{}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This type assertion was incompatible with the common bump, but the type is unused anyways.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, seems unused. I don't see any references in chainlink repo as well so it should be safe to remove

@jmank88 jmank88 force-pushed the BCF-2709-loopp-health branch 4 times, most recently from 1ca646e to f9e9321 Compare January 10, 2025 16:13
@jmank88 jmank88 force-pushed the BCF-2709-loopp-health branch from f9e9321 to a7ce842 Compare January 16, 2025 22:03
@jmank88 jmank88 marked this pull request as ready for review January 16, 2025 22:07
@jmank88 jmank88 requested a review from a team as a code owner January 16, 2025 22:07
@jmank88 jmank88 force-pushed the BCF-2709-loopp-health branch 2 times, most recently from 9be6038 to cbd0237 Compare January 16, 2025 22:38
@jmank88 jmank88 force-pushed the BCF-2709-loopp-health branch from d3151ec to a81f996 Compare January 17, 2025 13:46
Copy link

Metric BCF-2709-loopp-health main
Coverage 76.7% 76.6%

@@ -244,5 +216,4 @@ func (p PluginFactory) HealthReport() map[string]error {
}

// Interface compatibility checks.
var _ core.OCR3ReportingPluginClient = &PluginFactoryConstructor{}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, seems unused. I don't see any references in chainlink repo as well so it should be safe to remove

@jmank88 jmank88 merged commit cf4b445 into main Jan 17, 2025
17 checks passed
@jmank88 jmank88 deleted the BCF-2709-loopp-health branch January 17, 2025 16:23
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