docs: release skills re-verify every networks.md figure against sources of truth - #24770
Merged
Conversation
AztecBot
force-pushed
the
cb/docs-release-v5.0.1
branch
from
July 17, 2026 15:07
b8d15fe to
6b6eb1f
Compare
AztecBot
force-pushed
the
cb/release-docs-verification
branch
from
July 17, 2026 17:54
64b26eb to
084c41d
Compare
alejoamiras
approved these changes
Jul 17, 2026
alejoamiras
marked this pull request as ready for review
July 17, 2026 19:48
alejoamiras
enabled auto-merge
July 17, 2026 19:48
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.
Generalizes the verification lessons from the v5.0.1 docs release (#24763) — specifically from cross-checking the machine-derived
networks.mdvalues against the hand-written ones in #24756 — into the/release-docsand/release-network-docsskills, so every future release re-checks all of it against sources of truth instead of trusting carried-forward or hand-transcribed values.The two discrepancies that cross-check caught, which motivate the rules:
0xfd39c8f7and shipped wrong (4248094967instead of4248422647).Governance.getConfiguration()says 2 days — the governance table had no re-verification step at all.What the skills now require, every release
A new "Re-verify every figure against its source of truth" subsection in
/release-docsStep 9 (referenced from/release-network-docsStep 4), plus a Key Point:cast to-check-sum-addressbefore landing in the tables.cast to-dec, never by eye.getVersion()and cross-checked against the RPC'srollupVersion; in the pre-release flow the target rollup's on-chain value wins.cast chain-idmust agree with the docs row and the node RPC'sl1ChainId.QUORUM_SIZE/ROUND_SIZE), Voting/Execution delays fromGovernance.getConfiguration()decoded against the tag'sIGovernancestruct (with a warning about the 256-second compressed time fields), Slashing Quorum/Round Size from the Tally Slashing Proposer (QUORUM,ROUND_SIZE,ROUND_SIZE_IN_EPOCHS).Stacked on #24763 (which already added the
cast to-decnote and the migration-notes TBD rule); once that merges this PR retargets tonextand carries only these two skill files.Created by claudebox · group:
slackbot· Slack thread