Skip to content

feat: add IAttestationRegistry interface for Nitro attestation tracking#211

Open
zardozmonopoly wants to merge 1 commit intobase:mainfrom
zardozmonopoly:feat/add-verifier-interface-docs
Open

feat: add IAttestationRegistry interface for Nitro attestation tracking#211
zardozmonopoly wants to merge 1 commit intobase:mainfrom
zardozmonopoly:feat/add-verifier-interface-docs

Conversation

@zardozmonopoly
Copy link

Summary

Adds IAttestationRegistry.sol, a new interface for tracking verified AWS Nitro Enclave attestations on Base L2.

Motivation

The existing INitroEnclaveVerifier handles proof verification but lacks a standardized interface for querying historical attestation records. This interface fills that gap.

Changes

  • Add IAttestationRegistry interface under interfaces/multiproof/tee/
  • Defines registerAttestation, revokeAttestation, getAttestation and attestationCount functions
  • Includes AttestationRegistered and AttestationRevoked events for on-chain auditability

Testing

Interface only — no logic changes. Implementation and tests to follow in a subsequent PR.

…attestations

Defines the IAttestationRegistry interface for managing AWS Nitro Enclave attestations.
@cb-heimdall
Copy link
Collaborator

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

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