Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
865bf30
feat: add dedicated chutes sidecar endpoints
mondaylord Mar 31, 2026
36f9520
feat: support request model cache namespace for chutes mode
mondaylord Apr 1, 2026
7ab07f9
feat: route /v1/chat/completions to chutes when enabled
mondaylord Apr 1, 2026
45d8ff8
feat(attestation): add /v1/attestation/chain endpoint with binding proof
mondaylord Apr 1, 2026
d85efa0
fix(attestation-chain): validate input and handle upstream fetch/JSON…
mondaylord Apr 1, 2026
fabf438
test(attestation): add standalone verification scripts for report and…
mondaylord Apr 1, 2026
ddd5408
fix(attestation-chain): use api.chutes.ai for upstream attestation en…
mondaylord Apr 1, 2026
5bdab6f
fix(test): use hex nonce in attestation chain verification script
mondaylord Apr 1, 2026
7b5b4cb
fix(attestation-chain): surface upstream rate-limit errors and improv…
mondaylord Apr 1, 2026
d7dbef8
fix(attestation-chain): follow chutes evidence flow (model->chute->in…
mondaylord Apr 1, 2026
f46dc07
fix(test): add retry and configurable timeout for attestation chain v…
mondaylord Apr 1, 2026
84021eb
test(attestation): verify binding_proof signature against proxy signi…
mondaylord Apr 2, 2026
48d564d
feat: add proxy-mode chutes verification with passthrough option
mondaylord Apr 2, 2026
f1abb37
fix: tighten chutes proxy verification parity checks
mondaylord Apr 2, 2026
ac1e3ca
fix: align proxy mode with optional chutes tdx status field
mondaylord Apr 2, 2026
dc3242e
feat: enrich proxy attestation receipt and test both verify modes
mondaylord Apr 2, 2026
5eb1e20
fix: make chain verifier script schema-tolerant for summary fields
mondaylord Apr 2, 2026
f5b9497
feat: enforce online TDX verification in proxy mode
mondaylord Apr 2, 2026
0d20af9
chore: add dcap-qvl dependency for online TDX verification
mondaylord Apr 2, 2026
fc33de4
chore: refine online TDX verification and unify upstream error handling
mondaylord Apr 3, 2026
771d73b
chutes: use 8 TDX online workers by default
mondaylord Apr 3, 2026
171d089
chutes: async TDX verification and trimmed error message
mondaylord Apr 3, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ dstack-sdk==0.5.3
cryptography==43.0.1
redis==5.2.1
nv-ppcie-verifier==1.5.0
dcap-qvl>=0.3.13
Loading