Skip to content

v3.3.0

Compare
Choose a tag to compare
@Metachaser24 Metachaser24 released this 18 Jan 15:41
· 340 commits to main since this release
ccdb8a2

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

Full Changelog: View Changes from v3.2.0 to v3.3.0