You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently, when creating an imported credential we need to compute
featureFlags
andmaxProofsVerified
by running all the methods. Later, also the verification key often needs to be created by callingcompile()
, 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.
The text was updated successfully, but these errors were encountered: