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

Expose additional migration APIs #8153

Merged
merged 3 commits into from
Jul 30, 2021
Merged

Commits on Jun 24, 2021

  1. Expose additional migration APIs

    Expose migration APIs for reading migration config and creating migration fetchers.  This allows implementation of commands and external applications that want to retrieve migrations according to the Migration portion of the IPFS config.
    
    This change also moves some functionality that is specific to fetching migrations via IPFS into the `ipfsfetcher` package.
    gammazero committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    bf9bd99 View commit details
    Browse the repository at this point in the history
  2. Add comment

    gammazero committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    1ca7b76 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Review changes

    gammazero committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    b42c022 View commit details
    Browse the repository at this point in the history