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

feat: support IPFS/IPNS paths, Gateways, etc #4

Merged
merged 8 commits into from
Mar 3, 2024

Commits on Feb 29, 2024

  1. feat: support IPFS/IPNS paths, Gateways, etc

    Adds support for fetching resources in the form:
    
    - IPFS Path, e.g. `/ipfs/<CID>`
    - IPNS Path, e.g. `/ipns/<PeerId>`
    - IPFS Gateway Path, e.g. `http://example.com/ipfs/<CID>`
    - IPNS Gateway Path, e.g. `http://example.com/ipns/<PeerId>`
    - IPFS Subdomain Gateway Path, e.g. `http://<CID>.ipfs.example.com`
    - IPNS Subdomain Gateway Path, e.g. `http://<PeerId>.ipns.example.com`
    achingbrain committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    44933f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    5753dad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14d5093 View commit details
    Browse the repository at this point in the history
  3. chore: apply suggestions from code review

    Co-authored-by: Daniel Norman <[email protected]>
    achingbrain and 2color authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    39c7b15 View commit details
    Browse the repository at this point in the history
  4. chore: fix tests

    achingbrain committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    dcf6db7 View commit details
    Browse the repository at this point in the history
  5. chore: more tests

    achingbrain committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    61e7dd9 View commit details
    Browse the repository at this point in the history
  6. chore: remove $

    achingbrain committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    56f5e85 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

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