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

[VRF-892] Remove noisy log poller warning for VRFv2(+) jobs #12132

Merged
merged 10 commits into from
Mar 28, 2024
Merged

Conversation

vreff
Copy link
Contributor

@vreff vreff commented Feb 22, 2024

Removes logic that repeatedly calls the Log Poller's RegisterFilter function, which fires off a noisy warning for duplicates. Instead checks the log poller for an existing filter and registers one if not found.

Copy link
Contributor

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

leeyikjiun
leeyikjiun previously approved these changes Feb 22, 2024
jinhoonbang
jinhoonbang previously approved these changes Feb 22, 2024
@vreff vreff marked this pull request as ready for review February 22, 2024 23:38
@vreff vreff requested a review from a team as a code owner February 22, 2024 23:38
}

// on startup we want to initialize the last processed block
if startingUp {
var err2 error
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it should be fine naming it as err instead of err2?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, I think you're right that it wouldn't cause a shadowing issue.

jinhoonbang
jinhoonbang previously approved these changes Feb 23, 2024
@vreff vreff added this pull request to the merge queue Feb 26, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 26, 2024
@vreff
Copy link
Contributor Author

vreff commented Mar 11, 2024

Sorry for the re-review request here, the PR had an orphaned goroutine in the test so it was causing failures in GH actions. Also, added a git changeset.

@vreff vreff requested a review from leeyikjiun March 11, 2024 21:11
jinhoonbang
jinhoonbang previously approved these changes Mar 15, 2024
@jinhoonbang
Copy link
Contributor

looks good but there is a merge conflict again. will re approve once that's resolved

@vreff vreff added this pull request to the merge queue Mar 28, 2024
Merged via the queue into develop with commit 478f73b Mar 28, 2024
105 checks passed
@vreff vreff deleted the VRF-892 branch March 28, 2024 18: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.

4 participants