- 11 Nov, 2019 1 commit
-
-
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
-
- 23 Jul, 2019 1 commit
-
-
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
-
- 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
-
- 19 Apr, 2019 19 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
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
-
hannahhoward authored
Convert GraphSyncRequest and GraphSyncResponse to structs, track by value, pass directly into add methods on GraphSyncMessage
-
hannahhoward authored
-
hannahhoward authored
-
hannahhoward authored
Handle failed request status codes from server and pass on errors
-
hannahhoward authored
Cleanup request manager test to extract repeated code
-
hannahhoward authored
Add a channel of asynchronous errors instead of only an initial synchronous one
-
hannahhoward authored
Create a manager for outgoing requests
-