feat(node): add scheduled inbound mirror worker - #347
Draft
gnanam1990 wants to merge 9 commits into
Draft
Conversation
Origin-Session: local-d6a143 | Codex | 12 prompts
Origin-Session: local-d6a143 | Codex | 14 prompts
Origin-Session: local-d6a143 | Codex | 16 prompts
Origin-Session: local-d6a143 | Codex | 20 prompts
Origin-Session: local-d6a143 | Codex | 20 prompts
Origin-Session: local-d6a143 | Codex | 21 prompts
Origin-Session: local-d6a143 | Codex | 18 prompts
Origin-Session: local-d6a143 | Codex | 24 prompts
Origin-Session: local-d6a143 | Codex | 24 prompts
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
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.
Dependency
This is a stacked follow-up to #333.
Summary
Network and credential safety
Scope
This PR covers the scheduled-fetch portion of Track B1.
Not included here:
Verification
Passed locally:
The complete local node test binary finished with 842 of 849 passing. The seven failures are the same host-load-sensitive object-count, deadline, process-watchdog, and IPFS timing names already observed on the B1a baseline; all changed-path tests passed.
A multi-lens internal review reproduced and fixed three blocking defects before this draft was opened: broken HTTPS startup from empty client-certificate settings, incomplete special-purpose address rejection, and invalid Git configuration parsing for equals-sign paths.