Skip to content

feat: add TEE verification pallet support#73

Merged
jmontesdeocanuez merged 3 commits intomainfrom
add-tee-verification-pallet
Mar 9, 2026
Merged

feat: add TEE verification pallet support#73
jmontesdeocanuez merged 3 commits intomainfrom
add-tee-verification-pallet

Conversation

@jmontesdeocanuez
Copy link
Copy Markdown
Contributor

@jmontesdeocanuez jmontesdeocanuez commented Mar 9, 2026

Jira ticket: [WEB3-2143] ZKVerifyJS: New TEE verifier

Add support for the TEE (Trusted Execution Environment) verification pallet in zkverifyjs.

Changes

  • Add tee proof type with formatter, processor, and type definitions (src/proofTypes/tee/)
  • Register settlementTeePallet in proof configurations with TeeVk custom type and RPC definition
  • Add runtime version validation requiring V1_5_0 (Volta) for TEE
  • Add TEE test fixture data and integrate into test runners/utils
  • Add refresh-tee-tcb script to fetch fresh Intel TDX TCB info before tests (pretest hook)
  • Bump version to 2.3.0

Features

  • TEE proof verification: Users can now submit and verify TEE proofs via zkVerify.verify().tee()
  • VK format: TEE verification keys use a { tcbResponse, certificates } structure (both hex-encoded)
  • Auto-refresh TCB data: Test fixtures automatically refresh Intel TCB info on npm test via pretest hook

🤖 Generated with Claude Code

jmontesdeocanuez and others added 3 commits March 4, 2026 14:21
Add TEE (Trusted Execution Environment) proof type with processor,
formatter, types, config, and test data. Requires runtime V1.5.0+.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jmontesdeocanuez jmontesdeocanuez requested a review from a team as a code owner March 9, 2026 11:25
Copy link
Copy Markdown
Collaborator

@rushby rushby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM nicely done

@jmontesdeocanuez jmontesdeocanuez merged commit 2229f4b into main Mar 9, 2026
1 check passed
@jmontesdeocanuez jmontesdeocanuez deleted the add-tee-verification-pallet branch March 9, 2026 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants