Skip to content

docs(releases): mirror the v0.19.1 patch train - #44

Merged
jdogresorg merged 2 commits into
masterfrom
mirror-v0191
Sep 16, 2026
Merged

jdogresorg merged 2 commits into
masterfrom
mirror-v0191

Conversation

@jdogresorg

Copy link
Copy Markdown
Contributor

Summary

  • Adds a v0.19.1 section to operations/releases.md, mirroring the two-repo patch train (xchain-sync, xchain-node).
  • xchain-sync fixes a boot failure resolving its own DDL directory; xchain-node fixes the pinned bootstrap signing key path and repins sync to v0.19.1.
  • Every other component keeps its v0.19.0 pin; activation heights unchanged (trainActivation ruleSetVersion 0.19.0, testnet 152787, mainnet at the sentinel).

Test plan

  • npm test green on push (538 pass / 0 fail)
  • node bin/check-release-mirror.js green after this PR merges to master

On a pull_request event github.ref is refs/pull/<n>/merge, so the old
expression's single github.ref test never matched refs/heads/master and a PR
whose BASE is master was graded against the sibling's develop. The corpus on
master documents the released platform, so that is a wrong verdict: the v0.19.1
mirror PR failed on four citations of indexer files that live at src/ on master
and moved under src/consensus/ on develop.

The expression now also reads github.base_ref, which is empty on a push event
and so leaves the push cases unchanged. A release/* head still reads its own
branch, a push to master still reads master, everything else still reads
develop.

test/ci-sibling-ref-expression.test.js asserts all four cases by evaluating the
literal expression read out of ci.yml, for every checkout step that names a
repository, so a copy of the rule cannot drift from the rule the venue runs.
@jdogresorg
jdogresorg merged commit 78129d8 into master Sep 16, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant