docs(design): specify VCT root authentication#230
Open
p0mvn wants to merge 3 commits into
Open
Conversation
|
Warning No auditable source files found in this PR's diff. |
p0mvn
marked this pull request as draft
July 17, 2026 03:57
Define ownership, persistence, recovery, and forward-only scheduling invariants before implementing authenticated peer-supplied roots.
p0mvn
force-pushed
the
docs/vct-root-authentication-design
branch
from
July 17, 2026 19:07
29e259d to
6a0e701
Compare
This was referenced Jul 20, 2026
Record completed prerequisites and introduce the durable frontier with the migration that depends on it.
p0mvn
marked this pull request as ready for review
July 21, 2026 07:20
Require successor headers to be checkpoint-covered so a replaceable successor cannot authenticate authoritative roots.
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.
Motivation
Header sync receives peer-supplied commitment roots and ZIP-221 leaf inputs that must be authenticated before they become authoritative VCT state. The design needs explicit ownership, persistence, recovery, scheduling, and peer-attribution invariants before implementation proceeds.
Solution
Testing
markdownlint docs/design/header-sync-vct-root-authentication.md --config .trunk/configs/.markdownlint.yamlThis is a low-risk documentation-only change, so Rust builds, Clippy, and tests were not run under the repository's risk-based verification policy.
Specifications & References
Follow-up Work