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

use md5 hash as a id for MetadataEntity #224

Open
vikiival opened this issue Feb 22, 2024 · 0 comments
Open

use md5 hash as a id for MetadataEntity #224

vikiival opened this issue Feb 22, 2024 · 0 comments

Comments

@vikiival
Copy link
Member

Describe the feature

Currently we are using metadata string as a id for metadata entity and it is not very kosher.
therefore -> entity.metadata === meta.id

Expected outcome

I expect to use md5 to hash metadata id so -> md5(entity.metadata) === meta.id
additionally we can implement #223 like token.id === md5(meta.image) + ':' md5(meta.animation_url)

Reference

Additional context

CC @daiagi

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