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

Blind NFT contract should validate revealed metadata #97

Closed
psiemens opened this issue Sep 20, 2022 · 0 comments · Fixed by #100
Closed

Blind NFT contract should validate revealed metadata #97

psiemens opened this issue Sep 20, 2022 · 0 comments · Fixed by #100
Assignees
Labels
bug Something isn't working priority-1

Comments

@psiemens
Copy link
Contributor

Currently the BlindNFT contract does not check that the reveal metadata matches the minted hash. This should happen as part of the reveal transaction.

In order to do this, the contract will need to store a central dictionary of all NFT metadata hashes index by ID.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority-1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant