docs+cli: honesty corrections from the pre-release audit - #10
Merged
Conversation
- decern-proof: relabel the transitive-closure coverage as re-derivation UNIT tests, not 'property tests' (no proptest exists; the closure is the trusted base cvc5 does not certify) - README: the default build is not zero-compiled-native — cedar->stacker->psm links an assembly routine via cc; claim is 'no TLS/OpenSSL/cmake by default' - decern-cli: 'verify' prints a prominent NOTE when no --pubkey (a chain-only pass is not a full verify) Closes #9 Signed-off-by: Anivar Aravind <anivar.aravind@gmail.com>
anivar
added a commit
that referenced
this pull request
Aug 2, 2026
…#10) Bumps all 9 crates and both SDKs to 0.1.1. 0.1.1 is the recommended version: it includes the Mission terminated-grant revival fix and the pre-release honesty corrections; 0.1.0 has the revival bug. Signed-off-by: Anivar Aravind <anivar.aravind@gmail.com>
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.
Closes #9. Three claim-tightening corrections from the pre-release audit (no correctness bugs): relabel example unit tests (not 'property tests') in decern-proof; correct the 'default binary is pure Rust' claim in the README (cedar→stacker→psm compiles assembly via cc); and a prominent
verifyNOTE when--pubkeyis absent so a chain-only pass is never mistaken for a full verify. clippy -D warnings + fmt clean.