v3.3.0
zk-email-verify v3.3.0 Updates
Key Updates
- DKIM Registry Enhancement: @saleel added functionality to set multiple keys for a domain in a single transaction. PR #130
- Scripts Package for DKIM Registry: @saleel updated the scripts package for the DKIM Registry. Updated the DKIM script to use Poseidon hash for public keys. PR #135
- Twitter Contract Update: Updated by @saleel to accommodate x.com and migrated the network from Goerli to Sepolia. PR #142
- Documentation Improvements: Comprehensive documentation updates by @Metachaser24. PR #139 & PR #145
- Automatic DKIM Registry Update: @Divide-By-0 automated the DKIM registry updates with selectors and domains, adding tools for scanning common selectors. PR #132
- Library Accessibility Enhancement: @isidroamv improved helper file imports by adding a
dist
folder for easier access. PR #153
Note: Change the way you import helper functions for streamlined code.
- Old Method:
import { toCircomBigIntBytes } from "@zk-email/helpers/src/binaryFormat";
- New Method:
import { toCircomBigIntBytes } from "@zk-email/helpers";
New Contributors
- Welcome to @Dhoni77, @Metachaser24, @foolo, and @isidroamv.
Full Changelog: View Changes from v3.2.0 to v3.3.0