nmc: PE dual-path fallback-leg KAT (submit_aux_block vs P2P relay) - #243
Merged
Conversation
…P relay) Pins the second half of the PE both-paths broadcaster gate at unit level: submit_aux_block() (submitauxblock RPC fallback) acknowledges in embedded mode (no daemon; P2P relay is authoritative) yet leaves the submit_block() hex cache UNTOUCHED, proving the two legs are independent routes, not aliases. The P2P-primary leg already had three KATs; this closes the fallback leg ahead of the daemon-gated .140 live won-block soak. Additive to the allowlisted nmc_template_builder_test (16->17 green); own NMC coin tree only, no build.yml target change, no shared-host edit.
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.
Closes the second half of the PE both-paths broadcaster gate (integrator note #3) at unit level.
The P2P-primary leg (submit_block) already had three KATs: no-relay->false, relay->N->true, 0-peers->false (never-silent-drop, BTC #162). This adds the missing FALLBACK leg KAT: submit_aux_block() (submitauxblock RPC path) acknowledges in embedded mode (no daemon; P2P relay authoritative) but leaves the submit_block hex cache UNTOUCHED -> the two legs are independent routes, not aliases.