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

Create imported credential from hard-coded zkprogram metadata #97

Open
mitschabaude opened this issue Feb 5, 2025 · 0 comments
Open

Comments

@mitschabaude
Copy link
Member

Currently, when creating an imported credential we need to compute featureFlags and maxProofsVerified by running all the methods. Later, also the verification key often needs to be created by calling compile(), because we want to hard-code it in our attestation spec.

For imported specs shipped with our library, we should create that data at build time and check that it didn't change in CI. So that users of the library have these specs available immediately without compiling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant