- 17 Oct, 2019 1 commit
-
-
Alexey authored
-
- 25 Sep, 2019 2 commits
-
-
Hannah Howard authored
fix(messagequeue): no retry after queue shutdown
-
hannahhoward authored
Previously, we allowed the last message send attempt to run to maxRetries if the queue was shutdown, which also generated warning logs. Now, if a send attempt fails, check that the queue has shutdown and immediately return if it has
-
- 03 Sep, 2019 3 commits
-
-
Hannah Howard authored
Limit Response Size
-
hannahhoward authored
limit the size of blocks sent in a response to 512k a.l.a. bitswap
-
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 9 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
-