- 20 Dec, 2018 1 commit
-
-
hannahhoward authored
Reduce duplicates through splits of requests
-
- 13 Dec, 2018 3 commits
-
-
hannahhoward authored
Add a unit test and do some additional decoupling
-
hannahhoward authored
extract the job of finding and managing peers for a session from the job of requesting blocks
-
hannahhoward authored
remove for loop not needed, cleanup spelling
-
- 11 Dec, 2018 2 commits
-
-
hannahhoward authored
- 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
-
-
- 04 Dec, 2018 1 commit
-
-
hannahhoward authored
Extract session manager from bitswap Extract session manager & want manager to package Move want manager message queue to seperate file Move Message Queue to subpackage Respond to PR Comments
-