Skip to content

feat(enclave): introduce pontifex and a health route#2

Merged
Takaros999 merged 3 commits into
mainfrom
takis/pontifex-health
Jul 15, 2026
Merged

feat(enclave): introduce pontifex and a health route#2
Takaros999 merged 3 commits into
mainfrom
takis/pontifex-health

Conversation

@Takaros999

@Takaros999 Takaros999 commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

This PR:

  • Introduces pontifex, a crate we've used before for Host<->Enclave communication
  • Introduced a shared enclave-types crate that establishes the enclave API contract, this pattern has proven useful before when building https://github.com/worldcoin/world-chat-backend
  • Added a health pontifex route in the enclave (will enrich this as we go)

@Takaros999 Takaros999 changed the title feat(enclave): add pontifex health operation feat(enclave): introduce pontifex and a health route Jul 14, 2026
@Takaros999
Takaros999 marked this pull request as ready for review July 14, 2026 21:58
Comment thread secure-enclave/src/lib.rs
@@ -0,0 +1,12 @@
//! Secure-enclave runtime for private face verification.

#![deny(

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

nit. can we set linting rules globally in the workspace?

@Takaros999
Takaros999 merged commit ee9216f into main Jul 15, 2026
12 checks passed
@Takaros999
Takaros999 deleted the takis/pontifex-health branch July 15, 2026 18:05
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.

3 participants