- 19 Nov, 2019 2 commits
-
-
hannahhoward authored
add a default validation policy that only accepts selectors up to 100 depth
-
Hannah Howard authored
Send user extensions in request
-
- 18 Nov, 2019 1 commit
-
-
hannahhoward authored
add the ability to send extensions when creating requests
-
- 13 Nov, 2019 1 commit
-
-
hannahhoward authored
This reverts commit e8245a51, reversing changes made to 2cbb73ff.
-
- 11 Nov, 2019 6 commits
-
-
Hannah Howard authored
Update peertaskqueue
-
Dirk McCormick authored
-
Hannah Howard authored
Refactor file organization
-
hannahhoward authored
To reduce future import cycles, and expose more types properly, move the root package to an interface/types file and move the main implementation into /impl. This also exposes an interface other implementers can replace.
-
Hannah Howard authored
feat(graphsync): support extension protocol
-
hannahhoward authored
return a boolean instead of an error if an extention is found on a message
-
- 08 Nov, 2019 1 commit
-
-
hannahhoward authored
Per https://github.com/ipld/specs/pull/205, metadata is now an extension, and further extensions will be added soon
-
- 07 Nov, 2019 2 commits
-
-
Hannah Howard authored
Bump go-ipld-prime to 092ea9a7696d
-
Edgar Lee authored
-
- 18 Oct, 2019 1 commit
-
-
Hannah Howard authored
Fix some typo
-
- 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
-