Below are some of the recent updates:
-
Oyster CVM
- Ease development by providing automatic setup of domains for enclaves out of the box (docs)
- Local development environment that simulates enclave Local dev env for enclave testing before deployment (docs, code)
- Exploring the requirements to expand Oyster marketplace to Solana
- Enhance security of the attestation process for blue images by using custom PCRs (code)
- Command in oyster CVM CLI to derive public key of KMS for specific enclave and path that helps external users verify the authenticity of keys derived from KMS. The above is applicable for both normal and contract based KMS (code)
- Development of contracts for Oyster marketplace for Sui in move (code)
- Expand support for Oyster CVM to BSC ecosystem thus expanding developer reach to use Oyster CVM enclaves (code)
-
Oyster Serverless
- Sandbox for Oyster Serverless in frontend where any one can test out serverless functions locally before actually deploying them in production (link)
- Serverless indexer is updated and redeployed
- CLI to ease use of Oyster serverless by providing an interface to build, test and deploy serverless functions (code)
-
Applications
- 3DNS integration to enable contract managed domains which enabled decentralized websites using OysterCVM (code)
- Twitter agent service example application added to the docs as an example of how to build twitter agents that are completely independent and not controlled by anyone else. (code)
- Sheethater is a PoC on how AI can be used within enclaves to automate mundane tasks without losing control of personal details with oyster enclaves (link, post)
-
Monitoring and Visualization
- Expand test suite for the frontend to ensure that errors do not repeat themselves saving time while testing and ensure that the frontend is bug free.
-
Research
- Investigate the Yocto framework for creating minimal TDX base images with a low attack surface area
- Explore mkosi to build TDX base images with systemd for a better developer experience for application developers
- Implement builds using buildx for building enclave components across platforms in a reproducible manner