[Claimant Model] New intro#3804
Merged
mhutchinson merged 6 commits intogoogle:masterfrom Aug 21, 2025
Merged
Conversation
This tidies up the intro to make it more accessible and set the context of what the CM is designed for.
roger2hk
reviewed
Aug 21, 2025
Co-authored-by: Roger Ng <roger2hk@gmail.com>
AlCutter
approved these changes
Aug 21, 2025
2b581e8 to
07238f0
Compare
mhutchinson
commented
Aug 21, 2025
Contributor
Author
mhutchinson
left a comment
There was a problem hiding this comment.
Done. Also filled out some later sections, but I can put in a separate PR if preferred?
This is easier to read
AlCutter
approved these changes
Aug 21, 2025
docs/claimantmodel/Book.md
Outdated
|
|
||
| #### Alternatives to SCTs | ||
|
|
||
| The simplest solution is to reduce or eliminate the long merge delay. If a log can offer an MMD of a few seconds, a Believer can simply wait for the inclusion proof to be available before acting on the Claim. This shifts the burden from Believers to the log operators, who must maintain highly available and performant infrastructure, but it dramatically simplifies the client-side logic. |
Member
There was a problem hiding this comment.
Since we're talking about the Believer fetching the inclusion proof I think it's worth adding a parenthetical about the alternative "claimant can wait for the inclusion proof to be available and make an off-line verifiable bundle which includes the claim available for direct download"). Particularly if we mention the privacy issues with SCTs in the paras above...
Contributor
Author
There was a problem hiding this comment.
Dodged this to avoid a discussion of offline proofs etc here. Changed believer to user. LG?
AlCutter
approved these changes
Aug 21, 2025
himaschal
pushed a commit
to digicert/trillian
that referenced
this pull request
Jan 23, 2026
This tidies up the intro to make it more accessible and set the context of what the CM is designed for. Fixed a number of TODOs and unfinished sections later in the doc.
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.
This tidies up the intro to make it more accessible and set the context
of what the CM is designed for.