Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Bitswap Refactor #2: Extract PeerManager From Want Manager + Unit Test #29

Merged
merged 5 commits into from
Dec 11, 2018

Commits on Dec 11, 2018

  1. refactor(WantManager): extract PeerManager

    Seperates the functions of tracking wants from tracking peers
    Unit tests for both peer manager and want manager
    Refactor internals of both to address synchonization issues discovered
    in tests
    hannahhoward committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    693085c View commit details
    Browse the repository at this point in the history
  2. refactor(Managers): Further cleanup

    Finishing adding comments to WantManager and PeerManager, refactor message structure for type
    safety, add sending messages test
    hannahhoward committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    9ed150a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9532d00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b7ae9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac45ed0 View commit details
    Browse the repository at this point in the history