forked from aeyakovenko/percolator
-
Notifications
You must be signed in to change notification settings - Fork 3
audit: resurrect Kani proof suite + 6 audit-gap proofs (Phase F + F+) #85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
aa109eb
fix: rename duplicate charge_fee_to_insurance (1-arg) to sweep_fee_de…
dcccrypto f8f91ca
fix(hygiene): annotate keeper_crank best-effort let _ patterns + guar…
dcccrypto 98052a4
test(kani): repair stale proof harnesses for Phase F compatibility
dcccrypto a580e02
feat(kani): Phase F — 5 audit-gap proofs (healthy-immune, fee-bounded,
dcccrypto 6768216
test(kani): resurrect tests/kani.rs (202 proofs) from upstream-diverg…
dcccrypto ce5707c
test(kani): fix fast_maintenance_margin to include MM floor + pos_margin
dcccrypto b496ac5
test(kani): unwind bumps + LQ4 cap fix + fee_split zeroed in test_params
dcccrypto ae710d9
test(kani): 5 more proof fixes — unwind bumps + stale-crank rewrite +…
dcccrypto 04ef31c
test(kani): proof_gap1 conditional no-mutation (overflow unreachable)
dcccrypto bc4394e
test(kani): MAX_VAULT_TVL deposit fix + 3 bitwise-NOT bugs + 2 missin…
dcccrypto 7746f00
test(kani): Phase F+ — 3-account haircut cascade topology proof
dcccrypto 8ee87a4
Merge remote-tracking branch 'origin/master' into audit/kani-resurrect
dcccrypto 448516d
test(kani): adapt P8321 funding proofs to Phase 3B Result<i64> signature
dcccrypto 1e21b9a
style: cargo fmt — satisfy CI fmt check on PR #85
dcccrypto 0e7dda0
chore: untrack rust_out binary + add to .gitignore
dcccrypto File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -39,3 +39,4 @@ desktop.ini | |
| .env | ||
| .env.local | ||
| test-ledger/ | ||
| rust_out | ||
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stale comment contradicts the explicit
[[test]]entries below.The comment states that
kani.rsis "intentionally not listed — it is kept on disk for future resurrection but is NOT part of any build target," yettests/kani.rsis declared as a[[test]]target at lines 89–91 (consistent with the PR objective of resurrecting the 202-proof suite). Likewise,amm_tests.rsis called out as broken/feature-gated here but is now listed at lines 97–99. Please update this comment so future readers aren't misled about which test targets are active.📝 Proposed comment update
📝 Committable suggestion
🤖 Prompt for AI Agents