Skip to content

Investigate wrong ingredient manifest references in public test files #85

Description

@cyraxx

In Manifest.validateActionAssertion we have this:

            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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions