v55 github links updates - #335
Open
evanorti wants to merge 57 commits into
Open
Conversation
docs(sdk): kms rotation guide, release-impact fixes, prerequisites pass Add rotate-key-remote-signer: rotate a consensus key held in Cosmos-KMS (second signer process, shadow node, pubkey from /status). Test-verified e2e on a localnet; includes the show-validator stray-key trap as a Danger. Release-impact fixes to existing pages: - run-production: replace the deprecated TMKMS walkthrough with Cosmos-KMS links and a deprecation note - keyring: correct key algorithms to secp256k1 + ml_dsa_65 via --key-type (was ed25519 via --algo), link the new keys pages, fix a broken in-page anchor - run-node: next-step links to key rotation and remote signing; jq links moved to jqlang.org Guide improvements: - complete, linked prerequisites on every keys/ and kms/ guide - migrate-validator-ml-dsa: step 2 split into labeled staking / PoA / remote signer paths with the exact deltas (PoA passes ml_dsa_65) - state-sync pointers on both shadow-node rotation pages - post-quantum-keys: EIP-7702/8051/8141 linked and corrected - Cosmos-KMS naming in prose, bare "kms" replaced with "the signer" - remote-signing next steps completed (resolves placeholder TODO)
…o security-release
* update Cometbft and SDK docs for v0.55 and v0.40 release * Update block-sync.mdx * Update configuration.mdx
…o security-release
Contributor
|
Too many files changed for review. ( |
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.
Summary
Repairs every upstream GitHub reference in the SDK and CometBFT docs after the
v0.55 and v0.40 freeze, and adds tooling so the next release is a script run.
Changes
latest/now onrelease/v0.55.x,CometBFT 105 of 109 on
v0.40.x. The remainder is deliberate: ADRs cite codeas it stood at decision time, and version-specific upgrade and changelog pages
keep their own version's refs.
no successor. The URLs stay visible as inline code.
check-github-refs.jsandverify-links-live.js(40 fixture tests),plus the
update-stale-refsskill for deciding when a stale link means theprose is wrong.
Review focus
enterprise/poa/distribution.mdxdescribed enabling the PoA module account as"recommended" with a
fee_collectorfallback.EndBlockerpanics at block 1otherwise, so a chain following that page would have halted on its first block.
Three other PoA claims were wrong in the same direction.
Most line ranges rest on the re-derivation method rather than individual
confirmation. All 91 changed pages were reviewed by agents that did not make the
changes, which caught one anchor bumped away from the version its own sentence
names.
Verification
459 unique URLs all resolve with no anchor past end of file;
mint broken-linksclean;
latest/nextparity 0 both products; 40/40 fixture tests. Detail inwork-log/release-versioning-v55.md.