docs: complete and correct the proving historic state page#23830
Merged
Conversation
Add the missing history::storage module (public_storage_historical_read), a data-availability caveat (pruning/archive node, 24h anchor window), and a block-header getter section. Fix the Archive-tree framing (inclusion proofs are against the note hash / nullifier / public data tree roots committed in a block header; the Archive tree holds block-header hashes), and correct the nullifier helpers to say siloed rather than raw nullifier.
ciaranightingale
approved these changes
Jun 18, 2026
ciaranightingale
left a comment
Contributor
There was a problem hiding this comment.
small clarifications that you can address where you think they are needed
Co-authored-by: ciaranightingale <52419674+ciaranightingale@users.noreply.github.com>
Distinguish reading historical public storage from a private function (no enqueued public call needed) from reading the live value, and explain that PublicImmutable/DelayedPublicMutable private reads go through public_storage_historical_read via WithHash. Define what a siloed nullifier is for the history table. Mirror the same changes into the v5.0.0-rc.1 versioned page.
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.
Updates the Proving historic state page (
docs/docs-developers/docs/aztec-nr/framework-description/advanced/how_to_prove_history.md) for completeness and accuracy againstnoir-projects/aztec-nr/aztec/src/history/.Verification
cspellpasses; cross-reference link matches its heading slug.