-
Notifications
You must be signed in to change notification settings - Fork 37
test(contract): sandbox coverage + stub verifier for async attestation #3715
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
pbeza
merged 28 commits into
3642-async-attestation-core
from
3642-async-attestation-tests
Jul 22, 2026
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
87c77a9
test(contract): sandbox coverage + stub verifier for async attestation
pbeza fa42980
test(contract): unit-cover VerifierNotConfigured and revert_dstack_store
pbeza f098b5c
test(contract): cover OOG inside resolve_verification
pbeza b516d68
test(contract): address review on async attestation tests
pbeza 9c2963b
test(contract): address self-review findings on async attestation tests
pbeza 7ec5ecf
test(contract): fix TODO-format lint in ignored-test reason
pbeza 6f37e23
docs(test-tee-verifier): use intra-doc links instead of bare backticks
pbeza e86d986
test(contract): share StubResponse via a types crate, drop the mirror
pbeza 5d54a7e
test(contract): tighten async attestation tests
pbeza 3eb5ec7
test(contract): port async attestation tests to the no-yield design
pbeza c7c141a
docs: add trailing newline to attestation-verifier-contract.md
pbeza dd57e03
test(contract): address pre-review findings on async attestation tests
pbeza f1a16be
test(contract): de-duplicate async attestation tests
pbeza 5ff268a
test(contract): cover post-DCAP-fail, dstack store rejection, and dep…
pbeza 947d7cc
test(contract): tighten attestation test assertions
pbeza 6a98267
docs(contract): tighten async attestation test comments
pbeza 2bd43f9
test(contract): drop doc changes, split to a stacked PR
pbeza aa1906f
test(contract): drop the OOG deposit-refund assertion
pbeza f582894
test(contract): reconcile async attestation tests with flat-fee parent
pbeza c521d0d
test(contract): drop tests-only PartialEq/Eq from NodeAttestation
pbeza 6014d11
test(contract): trim redundant Given/When/Then comment explanations
pbeza 198ed04
test(contract): drop unused PartialEq/Eq from VerifiedAttestation and…
pbeza 63f634c
test(contract): drop redundant total_gas_fee doc comment
pbeza a0e276b
test(contract): drop stub tee-verifier, drive real verifier + in-proc…
pbeza fe68c93
test(contract): dedup attestation test setup via shared helpers
pbeza b21cc1e
test(contract): assert the flat fee is consumed net of gas
pbeza df67ec5
Merge remote-tracking branch 'origin/3642-async-attestation-core' int…
pbeza de64407
Merge remote-tracking branch 'origin/3642-async-attestation-core' int…
pbeza 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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.
nit: we generally prefer assert_matches