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

Improve ipfs util #440

Closed

Commits on Feb 24, 2024

  1. Improve ipfs util

    - Use `is-ipfs` library to validate IPFS CID in provided uri/url
    - Handle IPFS URIs with folder/directory path structure
    - Handle http urls (many contracts use direct gateway urls in their contracts). And convert them to provided gateway
    - Use provided gateway on all required fields (previously metadata fetching was not using gateway)
    - Add more default gateway options, as ipfs.io fails often, so it is easier to test/develop before getting dedicated gateway
    Yuripetusko committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    a85af89 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. prettier formatting

    Yuripetusko committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    064ff53 View commit details
    Browse the repository at this point in the history
  2. improve code comment

    Yuripetusko committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    b849de2 View commit details
    Browse the repository at this point in the history
  3. improve code comments

    Yuripetusko committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    95b2427 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d814fe1 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    2a5fa78 View commit details
    Browse the repository at this point in the history