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

Storage Market Changes Based On Lotus Integration #223

Merged
merged 3 commits into from
May 5, 2020

Commits on May 5, 2020

  1. chore(deps): update go-ipfs-ds-help

    update go-ipfs-ds-help and go-ipfs-blockstore to match lotus
    hannahhoward committed May 5, 2020
    Configuration menu
    Copy the full SHA
    f5cfa4d View commit details
    Browse the repository at this point in the history
  2. feat(storagemarket): cleanup WaitForMessage

    Modify WaitForMessage signature -- as it turns out, we cannot wait for messages with confidences,
    only state changes (for the most part)
    hannahhoward committed May 5, 2020
    Configuration menu
    Copy the full SHA
    2bddcd8 View commit details
    Browse the repository at this point in the history
  3. feat(storagemarket): add context to WaitForMessage

    add a context to WaitForMessage since generally wait apis on node expect a context
    hannahhoward committed May 5, 2020
    Configuration menu
    Copy the full SHA
    1738687 View commit details
    Browse the repository at this point in the history