docs(concepts): explain content addressing as free versioning#3471
Merged
Conversation
Add a concept section to Walrus Fundamentals describing how a content- derived blob ID yields immutable versioning for free: every version is its own blob, lineage is an ordered list of blob IDs, identical content dedups automatically, and a blob ID is tamper-evident proof of content for provenance and reproducibility. Document the manifest-blob pattern for mapping logical names to per-version blob IDs. BEDU-603
Contributor
Style Guide AuditAll 1 file(s) pass the style guide audit. |
Contributor
|
Contributor
📋 afdocs check resultsURL: https://MystenLabs.github.io/walrus/pr-preview/pr-3471/ |
jessiemongeon1
requested changes
Jun 17, 2026
Co-authored-by: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com>
jessiemongeon1
approved these changes
Jun 17, 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.
Adds a Content addressing and versioning section to Walrus Fundamentals (docs/content/system-overview/core-concepts.mdx), explaining how a content-derived blob ID gives immutable versioning for free. Prose only, per the Sui docs style guide.
BEDU-603
What's new
Open questions for reviewers