Release v0.16.1 - xchain-node carrier - #40
Merged
Merged
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.
Carrier release for the v0.16.1 patch train (release-management §7 step 3, §6 step 6 in miniature).
What moves
Sparse lockstep: this train tags only the repo it touches.
xchain-indexermoves to 0.16.1; the other eleven components keep their v0.16.0 or v0.15.0 pins unchanged.src/release-manifest.jsonxchain-indexerrepinned tov0.16.1/66c23c42package.json,package-lock.jsonREADME.mdCHANGELOG.md[0.16.1] - 2026-09-09entryThe manifest was generated by
bin/write-release-manifest.jsfrom the actual tagged state, never by hand. Its diff is six lines: the two description lines, the platform version, the release date, and the indexer's tag and commit.What the train carries
A state-neutral indexer fix. The anchor row writer binds every value to fit its column, so a rejected ANCHOR wire (a pre-activation legacy version or a malformed head) is recorded instead of failing its INSERT forever. On v0.16.0 a node syncing DOGE testnet from genesis stopped at the first legacy anchor (height 67856088); the same replay now reaches the tip with a block hash chain identical to the long-running nodes. The same hole was a liveness risk on live DOGE indexers, since one malformed permissionless ANCHOR head could park them the same way.
No activation height moves and no derived state changes, so the rolling upgrade needs no coordination window.
xchainRequiresHubstays 0.16.0.Verification
9e02389: 4409 passing, 0 failing.xchain-indexerv0.16.1 is tagged and pushed at its master merge commit66c23c42, signed by the platform release key and signature-verified.xchain-documentationv0.16.1 is tagged and pushed atad100502; its mirror section matches this manifest component for component.Ledger: XC-2270. Spec: claude/specs/anchor-v0-single-wire.md rows 12 and 9b.