ltc(seeds): autosense seed ladder (WIP) - #927
Draft
frstrtr wants to merge 1 commit into
Draft
Conversation
… fallback (WIP) Additive scaffold in src/impl/ltc/coin/chain_seeds.hpp only: SeedRung enum, SeedLadderRung (settle_ms + min_peers escalation keys), and ltc_seed_ladder() composing the existing dns/fixed helpers. Embedded-bootstrap rung stubbed pending the live-bootstrap CI gate host. No src/core touch. DOGE aux rides the same ladder.
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.
WIP / DRAFT. Additive seed-discovery ladder for LTC (DOGE aux rides it).
Scope: additive-only in
src/impl/ltc/coin/chain_seeds.hpp. No src/core touch.Base/stack correction: base = origin/master @ ddbd81e, which ALREADY contains #911 (merge c1d3cef, merged 2026-07-27 10:42Z) providing f20cb82 is_wire_advertisable. No cherry-pick needed — the merge-order-#911-then-mine plan was against a stale local mirror; verified is_wire_advertisable present on ddbd81e.
This commit (d679a7c): SeedRung enum + SeedLadderRung (settle_ms/min_peers escalation keys) + ltc_seed_ladder() composing existing ltc_dns_seeds()/ltc_fixed_seeds(). Autosense = stay on highest rung yielding >= min_peers within settle_ms, escalate on starvation.
Remaining (WIP): (1) pin the EmbeddedBootstrap rung host from the live-bootstrap CI gate (own seed host, not public mainnet) — currently stubbed empty; (2) wire ltc_seed_ladder() into the node discovery loop consumer; (3) DOGE aux ladder-share confirmation; (4) ladder-ordering unit KAT.