btc: g3b POPULATED re-drive harness (turnkey #566 BIP35 proof) - #569
Merged
Conversation
… proof Composes the #566 deploy-card re-drive recipe into one invocation. Encodes the four fail-closed pass criteria as a self-contained --dry-run acceptance gate (passes on a fired+NODE_BLOOM+connected+populated re-drive, bites on skipped/not-fired/un-connected/coinbase-only) and a deploy-gated --go live re-drive (seed-before-connect, NODE_BLOOM prereq check, post-seed launch). Grep tokens grounded in btc/coin/p2p_node.hpp emission (Sent/Skipped BIP 35 mempool request). Harness-only, BTC-fenced, no test target (no allowlist drift). Live --go requires an operator-tapped deploy card + a #566 REBUILD.
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.
Turnkey re-drive harness for the #566 BIP 35 mempool-pull POPULATED fix — the executable form of the deploy-card recipe acknowledged by integrator.
What it does: composes the four fail-closed pass criteria into one invocation.
--dry-runis a self-contained acceptance gate (passes on good, bites on each failure shape: skipped / not-fired / un-connected / coinbase-only).--gois the deploy-gated live re-drive (seed-before-connect, NODE_BLOOM prereq, post-seed launch).Harness-only, BTC-fenced, no test target (no allowlist drift). Live
--gorequires an operator-tapped deploy card + a #566 REBUILD on .121. Held for tap.