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

Network Abstraction For Retrieval Market #17

Merged
merged 37 commits into from
Jan 8, 2020

Commits on Jan 8, 2020

  1. Testing refactors (#21)

    * extract mocknet setup from datatransfer testing, fold whitebox testing into graphsync_impl_test
    shannonwells committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    5f3027f View commit details
    Browse the repository at this point in the history
  2. feat(storagemarket): extract storage market

    Extract all components of storage market
    hannahhoward authored and shannonwells committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    7173346 View commit details
    Browse the repository at this point in the history
  3. feat(retrieval): add network abstraction skeleton

    Create a network to wrap cbor read/writes and introduce some typechecking, and provide a mockable
    abstraction
    hannahhoward authored and shannonwells committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    94b256a View commit details
    Browse the repository at this point in the history
  4. WIP saving current work

    shannonwells committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    a7f6c2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9172b16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    743e437 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1959968 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bc82edf View commit details
    Browse the repository at this point in the history
  9. mod tidy

    shannonwells committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    2e0ebf0 View commit details
    Browse the repository at this point in the history
  10. fix cbor-util import

    shannonwells committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    b630b0e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7be5819 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5a2b608 View commit details
    Browse the repository at this point in the history
  13. Testing refactors (#21)

    * extract mocknet setup from datatransfer testing, fold whitebox testing into graphsync_impl_test
    shannonwells committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    7c747f9 View commit details
    Browse the repository at this point in the history
  14. feat(retrieval): add network abstraction skeleton

    Create a network to wrap cbor read/writes and introduce some typechecking, and provide a mockable
    abstraction
    hannahhoward authored and shannonwells committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    44ae6dd View commit details
    Browse the repository at this point in the history
  15. WIP saving current work

    shannonwells committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    9f50ce4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e225c63 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c3d10b2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ff4c379 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    581b50b View commit details
    Browse the repository at this point in the history
  20. mod tidy

    shannonwells committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    6bd6c81 View commit details
    Browse the repository at this point in the history
  21. fix cbor-util import

    shannonwells committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    4a5b95f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    523f81b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    757cad7 View commit details
    Browse the repository at this point in the history
  24. passing tests WIP

    shannonwells committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    9f03de1 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d559616 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f94ab0d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a99e68c View commit details
    Browse the repository at this point in the history
  28. saving current work

    shannonwells committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    b809658 View commit details
    Browse the repository at this point in the history
  29. * QueryStream implementations + test

    * DealStream implementations
    shannonwells committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    087a5bc View commit details
    Browse the repository at this point in the history
  30. use test lib p2p

    shannonwells committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    bfba37e View commit details
    Browse the repository at this point in the history
  31. buncha passing tests

    shannonwells committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    0d6696a View commit details
    Browse the repository at this point in the history
  32. more passing tests

    shannonwells committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    832aca6 View commit details
    Browse the repository at this point in the history
  33. better and more tests

    shannonwells committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    44880cd View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    61bdab1 View commit details
    Browse the repository at this point in the history
  35. prevent deadlock

    shannonwells committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    6db45a7 View commit details
    Browse the repository at this point in the history
  36. touchups for review

    shannonwells committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    6b0ff1a View commit details
    Browse the repository at this point in the history
  37. simplify tests

    shannonwells committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    aee364d View commit details
    Browse the repository at this point in the history