AztecProtocol / ab2

Alpha Build 2 project repository.
3 stars 27 forks source link

Version incompatibility with bb for gitclaim example #13

Open microbecode opened 1 month ago

microbecode commented 1 month ago

Issue Description

Unable to compile the https://github.com/saleel/gitclaim example project.

Project Context

Name: Invite only

Challenge: ZKEmail Guardian

GitHub Repository: https://github.com/microbecode/zk-invite-only

Environment

Aztec Version: 0.57.0 sandbox

Noir Version (if applicable): 0.55

Operating System: Ubuntu

Steps to Reproduce

  1. Try compiling gitclaim with bb version 0.47
  2. You get syntax errors

Expected Behavior

What did you expect to happen? Successful compilation

Actual Behavior

What actually happened? errors

Code Snippet

sh build.sh

Error Messages

Gate count:
Unknown variant index for enum

Additional Context

Possible Solution

Upgrade bb to version 0.55.0. That fixes the issue

Impact on Development

Support Needed