Skip to content

v3.3.1

Compare
Choose a tag to compare
@Metachaser24 Metachaser24 released this 29 Mar 06:51
· 220 commits to main since this release
29b0182

zk-email-verify v3.3.1 Updates

In this release, we've introduced several key improvements and additions:

Key Updates

  • Environmental Configuration Enhancement: @alvinlee001 added the capability to pass LOAD_URL as a parameter by incorporating it into the .env file. PR #156

  • Helpers Package Cleanup: @saleel made significant updates to the helpers package to improve efficiency and CI/CD workflows. Key changes include:

    • Streamlining of the helpers package.
    • Addition of ARC email handling.
    • Switching testing to GitHub Actions, phasing out Circle CI.
    • Introduction of specific CI for the helpers package to ensure quality.
  • Assert Padding Bug Fix: @0xSachinK patched a bug in our email verifier circuit by introducing assert valid padding. PR #168

  • PR Templates: @Metachaser24 created a pull_request_template.md to streamline the submission and review processes. PR #169

  • Utilities and Documentation Update: @Metachaser24 added utility circom templates to the utils/ folder in the helpers package, along with documentation updates. PR #183

Full Changelog: v3.3.0...v3.3.1