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

chore: market: upgrade index-provider and related dependencies #8890

Closed
wants to merge 6 commits into from

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    ecae0ca View commit details
    Browse the repository at this point in the history
  2. Upgrade to go-blockstore 1.2.0 and go-cid 0.2.0

    Upgrade required dependencies and fix breaking changes.
    masih committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    ac2569e View commit details
    Browse the repository at this point in the history
  3. Upgrade to go-fil-markets v1.22.2

    Upgrade to the latest go-fil-markets with dependency to go-blockstore
    upgraded.
    masih committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    66cf1fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c6d908 View commit details
    Browse the repository at this point in the history
  5. Address lint issues as a result of libp2p deprecations and tidy go mod

    Address staticcheck issues caused by deprecated APIs and `go mod tidy`.
    masih committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    9af69d1 View commit details
    Browse the repository at this point in the history
  6. Remove dependency to archived quic and regenerate CLI docs

    The quic transport implementation is now moved to `go-libp2p` mono repo.
    Replace the dependency to the archived repo with the new one.
    
    Regenerate CLI docs.
    masih committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    20b3881 View commit details
    Browse the repository at this point in the history