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

Support Ipni-Cid-Schema-Type HTTP header #2664

Merged
merged 7 commits into from
Sep 12, 2024
Merged

Support Ipni-Cid-Schema-Type HTTP header #2664

merged 7 commits into from
Sep 12, 2024

Commits on Sep 6, 2024

  1. Update dependencies

    - Update go-libipni
    - Remove loadtest synthetic command that was never used
    - Update README
    gammazero committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    a7a8427 View commit details
    Browse the repository at this point in the history
  2. Remove unused command flag

    gammazero committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    897cbb5 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Support Ipni-Cid-Schema-Type HTTP header

    The Ipni-Cid-Schema-Type HTTP header serves as an indication to advertisement publishers what type of data is being requested and is identified by the CID. This may help some publishers more quickly lookup the data.
    
    - Remove `synthetic` command
    
    The synthetic command is not used as there is not longer a way to import the generated data. This command was originally used to populate storetheindex with artificial data for testing. Test data is readily available from providers and CAR mirrors, and can be made available by a reference index provider, so there is not a need to generate data synthetically withing a storetheindex admin command.
    
    Other changes:
    - Update go-libp2p, boxo
    - Update README to remove references to comands that no longer exist
    gammazero committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    899c842 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    039e8cd View commit details
    Browse the repository at this point in the history
  3. fix test

    gammazero committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    bdd988e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f028ef7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db08ac2 View commit details
    Browse the repository at this point in the history