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

Handle IPFS metadata outside the shape defined by the app #126

Open
ryanchristo opened this issue Jul 27, 2023 · 0 comments
Open

Handle IPFS metadata outside the shape defined by the app #126

ryanchristo opened this issue Jul 27, 2023 · 0 comments
Labels
dev Engineering task enhancement New feature or request help wanted Extra attention is needed

Comments

@ryanchristo
Copy link
Member

src/util/validation/metadata.ts

      const ipfsData = await fetchIpfsData(getIpfsCID(metadata))
      // TODO: we aren't handling IPFS metadata that's outside the shape of our
      // expected data - could possibly add to the `other` field, or something
      // similar if we want to support in the future (add else block here)
@ryanchristo ryanchristo added the dev Engineering task label Jul 27, 2023
@ryanchristo ryanchristo changed the title Handle IPFS metadata outside the shape of application metadata Handle IPFS metadata outside the shape defined within the app Jul 27, 2023
@ryanchristo ryanchristo changed the title Handle IPFS metadata outside the shape defined within the app Handle IPFS metadata outside the shape defined by the app Jul 27, 2023
@ryanchristo ryanchristo added the help wanted Extra attention is needed label Jul 29, 2023
@ryanchristo ryanchristo added the enhancement New feature or request label Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev Engineering task enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant