Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: december 17 draft #22

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions src/app/content/changelogsContent/2024-12-17.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
date: "2024-12-17"
version: "1.3.0"
---

## ZK Email Updates

#### SDK
- Fixed tests and reorganized functions, improving maintainability and clarity.
- Incorporated improved input handling from [relayer-utils](https://github.com/zkemail/relayer-utils) for enhanced proof verification flows.

View the SDK on [GitHub](https://github.com/zkemail/zk-email-sdk-js).

#### Registry
- Introduced persistent storage for blueprint creation, making it easier to resume and complete workflows.
- Disabled the [blueprint creation page](https://registry.zk.email/create/new) for unauthorised users.
- Enabled pressing the `Enter` key to submit prompts in the AI regex generation tool.

Check it out at the [Registry](https://registry.zk.email/).

#### Email Transaction Builder
- Deployed a self-hosted GitHub Actions runner to improve CI/CD reliability.
- Fixed workflow formatting issues to maintain clean and efficient CI runs.

Visit the [repository](https://github.com/zkemail/email-tx-builder/) to learn more.

#### RISC Zero Integration
- Implemented initial functionality for DKIM verification and regex pattern matching.

Learn more about the implementation on [GitHub](https://github.com/zkemail/r0-zkEmail).