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

Bitswap Refactor #3: Extract sessions to package #30

Merged
merged 2 commits into from
Dec 13, 2018

Commits on Dec 11, 2018

  1. refactor(sessions): extract sessions to package

    - moved sessions out of main bitswap package
    - modified session manager to manage all sessions
    - moved get functions to their own package so sessions can directly
    
    BREAKING CHANGE: SessionsForBlock, while not used outside of Bitswap, has been removed, and was an
    exported function
    hannahhoward committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    40aa1fb View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. fix(sessions): minor cleanup

    remove for loop not needed, cleanup spelling
    hannahhoward committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    bf5cc69 View commit details
    Browse the repository at this point in the history