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
if(referencedIngredient.manifestReference){//Skipping hash validation of ingredient claims for now as they seem to be invalid in public test files//if (!await this.validateHashedReference(referencedIngredient.manifestReference)) return false;}
Need to investigate if the hash is really wrong in the public test files and/or why other implementations didn't seem to have a problem with that.
The text was updated successfully, but these errors were encountered:
In
Manifest.validateActionAssertion
we have this:Need to investigate if the hash is really wrong in the public test files and/or why other implementations didn't seem to have a problem with that.
The text was updated successfully, but these errors were encountered: