[codex] balance mimicry execution peers and discovery refresh#816
Open
[codex] balance mimicry execution peers and discovery refresh#816
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This changes execution node coordination to spread mimicry targets across known EL implementations instead of filling the response with the oldest matching records. It updates xatu discovery's scheduled execution refresh so execution records seed discv4 first, with discv5 left as a fallback when discv4 is disabled. It also refreshes govulncheck to run with Go 1.25.10 and bumps golang.org/x/net to the fixed release. The regression test covers the case where older Geth records would otherwise crowd out newer non-Geth records.