- 23 Mar, 2020 3 commits
-
-
hannahhoward authored
-
hannahhoward authored
remove remaining methods for ipld bridge
-
hannahhoward authored
Removed mock selector spec, switch to using more real blockchain simulator
-
- 20 Mar, 2020 1 commit
-
-
hannahhoward authored
Remove the encode and decode on ipldbridge as part of ramp up to removing entirely Also move selector encode/decode to within protobuf encoding
-
- 12 Mar, 2020 1 commit
-
-
Steven Allen authored
feat: update the peer task queue
-
- 11 Mar, 2020 2 commits
-
-
Hannah Howard authored
docs(readme): document the storeutil package in the readme
-
Steven Allen authored
-
- 12 Feb, 2020 1 commit
-
-
Steven Allen authored
The README currently implies that one needs to implement these functions manually.
-
- 03 Dec, 2019 8 commits
-
-
Hannah Howard authored
Add DAG Protobuf Support
-
hannahhoward authored
Incorporate go-ipld-prime-proto and write test to verify that graphsync works with it
-
Hannah Howard authored
Add response hooks
-
Hannah Howard authored
DRY up integration test so it's more clear what each test is doing
-
hannahhoward authored
Add processing of on extensions in responses in the request manager
-
hannahhoward authored
define types and mock implementation for supporting extensions
-
Hannah Howard authored
Request hooks
-
hannahhoward authored
refactor hook interface to pass an actions object
-
- 02 Dec, 2019 3 commits
-
-
Hannah Howard authored
Breakup super long and complicated executeQuery function in two
-
hannahhoward authored
When the request manager receives extensions in a request, it processes them and returns their response
-
hannahhoward authored
define types and mock implementation for supporting extensions
-
- 22 Nov, 2019 1 commit
-
-
Hannah Howard authored
Add a default validation policy
-
- 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
-