- 03 Sep, 2019 1 commit
-
-
hannahhoward authored
add test to repro errors with message size exceeding in slow connection with large blocks
-
- 08 Aug, 2019 1 commit
-
-
hannahhoward authored
-
- 06 Aug, 2019 2 commits
-
-
hannahhoward authored
Remove unneeded old dependencies
-
hannahhoward authored
Utility functions to construct loaders/storers from a go-blockstore
-
- 30 Jul, 2019 2 commits
-
-
hannahhoward authored
downgrade logging in ReceiveError to an Info level warning to match Bitswap ReceiveError behavior
-
hannahhoward authored
update go-ipld-prime
-
- 27 Jul, 2019 2 commits
-
-
hannahhoward authored
update go-ipld-prime
-
hannahhoward authored
update go-ipld-prime
-
- 23 Jul, 2019 3 commits
-
-
Hannah Howard authored
Add conn management and update libp2p
-
hannahhoward authored
Adds callbacks to manage connections, also removes network receiver methods from public graphsync interface, and updates libp2p to handle go-libp2p-core refactor
-
Hannah Howard authored
feat(ipld): update ipldbridge and integrate
-
- 20 Jul, 2019 1 commit
-
-
hannahhoward authored
Updates IPLD Bridge to use latest go-ipld-prime and runs and actual round trip test using GraphSync, go-ipld-prime, and real selectors
-
- 11 Jul, 2019 1 commit
-
-
hannahhoward authored
Add storer to Graphsync Initialization
-
- 11 Jun, 2019 8 commits
-
-
hannahhoward authored
-
Hannah Howard authored
Change readme badges to point to go-graphsync
-
Michael Avila authored
-
Hannah Howard authored
ci(travis): add travis.yml
-
hannahhoward authored
-
hannahhoward authored
-
hannahhoward authored
add travis yml so tests run
-
Hannah Howard authored
Update README.md
-
- 05 Jun, 2019 1 commit
-
-
Dominic Della Valle authored
Links changed
-
- 10 May, 2019 1 commit
-
-
hannahhoward authored
-
- 06 May, 2019 1 commit
-
-
Hannah Howard authored
docs(architecture): flesh out architecture docs
-
- 30 Apr, 2019 2 commits
-
-
Hannah Howard authored
Graphsync Requestor Receives Responses And Validates Them
-
hannahhoward authored
Provide a detailed guide to the architecture of go-graphsync Co-Authored-By: MollyM <momack2@users.noreply.github.com>
-
- 19 Apr, 2019 14 commits
-
-
hannahhoward authored
Successfully execute query on remote system and return results
-
hannahhoward authored
Improve Error message on missing blocks, and also add missing comments
-
hannahhoward authored
Move ResponseProgress to the types package and extract some testing functions to testutil
-
hannahhoward authored
make sure order channels are consumed in repsonse collector doesn't block sends on the other
-
hannahhoward authored
Make the request manager actually inject responses from the network, and perform a selector verification
-
hannahhoward authored
extracts parts of old asyncloader to load attempt queue expands functionality of asyncloader to handle response cache moves response cache and unverified block store under async laoder
-
hannahhoward authored
wrapper around an async load to make a regular ipld.loader for the request manager
-
hannahhoward authored
Continue to load links synchronously after network request completes
-
hannahhoward authored
Async loader returns a single channel result type
-
hannahhoward authored
Create a cache to manager how to track how long to keep unverified blocks around
-
hannahhoward authored
move link tracker out of response manager so it can be used for requests
-
hannahhoward authored
-
hannahhoward authored
Create an in memory object for storing blocks received from the server temporarily
-
hannahhoward authored
Create async loader to handle multiple load attempts as responses come in from network
-