docs(v5-next): backport doc corrections from #24005 and #23830 - #24242
Merged
Merged
Conversation
critesjosh
marked this pull request as ready for review
June 23, 2026 16:06
critesjosh
approved these changes
Jun 23, 2026
critesjosh
enabled auto-merge
June 23, 2026 16:06
critesjosh
added this pull request to the merge queue
Jun 23, 2026
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.
Backports the source-doc corrections from two already-merged
nextdocs PRs to thev5-nextrelease line, where the same pages were stale:fix(docs): fable review(merged Jun 22)docs: complete and correct the proving historic state page(merged Jun 22)v5-nexthas noversion-v5.0.0-rc.1versioned snapshot (its versioned docs are v4.3.0-era), so this touches source docs only — the authored pages underdocs/docs-developers/anddocs/docs-operate/.What's included (12 files)
Each fix was re-verified against
v5-nextsource, not blindly copied fromnext/v6:From #23830
aztec-nr/.../advanced/how_to_prove_history.md— rewrite. Every history fn it documents (assert_note_existed_by,assert_note_was_nullified_by,assert_note_was_valid_by,assert_contract_bytecode_was_published_by,assert_contract_was_initialized_by,public_storage_historical_read) exists verbatim in v5-next'saztec/src/history/.From #24005
aztec-nr/.../how_to_retrieve_filter_notes.md,state_variables.md—RetrievedNote/HintedNote→ConfirmedNote(type confirmed present on v5-next).aztec-nr/.../events_and_logs.md— nonexistentself.context.emit_public_log(...)→emit_public_log_unsafe(confirmed atpublic_context.nr:110on v5-next).aztec-nr/.../contract_structure.md— storage struct must be namedStorage(version-agnostic).foundational-topics/contract_creation.md—aztec::history::contract_inclusion→aztec::history::deployment(thedeploymentmodule exists on v5-next).foundational-topics/.../outbox.md— checkpoint-basedIOutbox(getRootData(Epoch, uint256)confirmed in v5-next'sIOutbox.sol).cli/aztec_cli_reference.md— fills the emptyaztec startsection; all documented module flags (--network,--node,--sequencer,--prover-node,--prover-broker,--prover-agent,--p2p-bootstrap,--txe,--bot,--admin-port) exist in v5-next'saztec_start_options.ts.cli/aztec_wallet_cli_reference.md— removes generator-machine leakage in default values (/home/josh/.aztec/wallet→~/.aztec/wallet,host.docker.internal→localhost).operators/.../governance-participation.md,useful-commands.md— stale governance calls fixed:M()→ROUND_SIZE(),N()→QUORUM_SIZE(),yeaCount(...)→signalCount(...),proposals(uint256)→getProposal(uint256). Confirmed: v5-nextGovernance.solexposesgetProposal,EmpireBase.solexposesROUND_SIZE/QUORUM_SIZE/signalCount; old names are gone.tutorials/js_tutorials/token_bridge.md— Hardhat artifact-path / run-command corrections; the@aztec/l1-contractsversion note uses the#include_aztec_versionmacro, so it resolves to the v5 version automatically.Deliberately excluded — needs a v5-specific numeric pass
slashing-configuration.md— fix(docs): fable review #24005's numbers arenext/mainnet-framed and do not match the live v5 testnet. The v5 upgrade deploy (DeployRollupForUpgradeV5.s.sol, Sepolia branch) setslocalEjectionThreshold = 199,000e18and slash amounts 100k / 250k / 250k (AZIP-16 full-stake), versus the doc's 190k + 2,000/5,000. Slot duration (72s) and round size (128 slots) do check out for v5 (confirmed via live testnet block spacing of 72s). This page should be rewritten with verified v5-testnet values in a follow-up rather than copied.Source PRs: #24005, #23830. No tracked issue is closed by this backport.
Created by claudebox · group:
slackbot