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

Import spec actor types #118

Merged
merged 7 commits into from
Feb 12, 2020
Merged

Import spec actor types #118

merged 7 commits into from
Feb 12, 2020

Commits on Feb 12, 2020

  1. feat(types): switch to spec actor big.Int

    Switch to the tokenamount in the spec-actor repo and remove tokenamount.TokenAmount
    hannahhoward committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    744d262 View commit details
    Browse the repository at this point in the history
  2. refactor(types): remove shared types

    move ask to storage market, import voucher & signature from specs-actors
    hannahhoward committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    4b7fb56 View commit details
    Browse the repository at this point in the history
  3. refactor(types): remove shared folder entirely

    Just remove 2 references to a single constant that does not have the same meaning any more
    hannahhoward committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    349c3d1 View commit details
    Browse the repository at this point in the history
  4. feat(storagemarket): import chain deal types

    use chains deal proposal and storage deal proposal, switch to using PieceCIDs, switch storageAsk to
    chain epoch based, and have the piece store be keyed by CIDs as well.
    hannahhoward committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    f4146dc View commit details
    Browse the repository at this point in the history
  5. refactor(storagemarket): simplify deal access

    use embedded struct to simplify property access
    hannahhoward committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    52906d5 View commit details
    Browse the repository at this point in the history
  6. test(storagemarket): integration test offline deals

    add an integration test to verify the offline deal flow is working
    hannahhoward committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    583d217 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ddf6b73 View commit details
    Browse the repository at this point in the history