You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CRE] [4/5] ConfidentialModule, config, DB migration, syncer routing
Core abstractions for confidential workflow execution:
- ConfidentialModule: implements host.ModuleV2, dispatches workflow
execution to TEE enclave via the confidential-workflows capability
- Syncer routing: detects confidential workflows via on-chain attributes,
routes to ConfidentialModule instead of local WASM engine
- Config: CRE.ConfidentialRelay TOML config for relay DON nodes
- DB migration: adds attributes column to workflow_specs_v2
- WorkflowSpec.Attributes: persists on-chain workflow attributes
Nothing is wired into CRE yet. Inert until PR 5/5.
Part of #21635
0 commit comments