- 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 3 commits
-
-
hannahhoward authored
Convert GraphSyncRequest and GraphSyncResponse to structs, track by value, pass directly into add methods on GraphSyncMessage
-
hannahhoward authored
Create a manager for outgoing requests
-
hannahhoward authored
Create a message queue to pool messages for a single peer and send them
-
- 07 Mar, 2019 2 commits
-
-
hannahhoward authored
Update to finalized protobuf format. Also remove deprecated selector interface which is out of date
-
hannahhoward authored
testutils will be general, so move them
-
- 07 Feb, 2019 1 commit
-
-
hannahhoward authored
correction to diagram, protobuff, and remove test function not needed
-
- 06 Feb, 2019 3 commits
-
-
hannahhoward authored
Add ToNet and FromNet functions that read/write to an io stream for use in network. Also type response codes
-
hannahhoward authored
Use a Cid as a root instead of a node, so that only one round trip is neccesary
-
hannahhoward authored
Initial implementation of graph sync messages including protobuf struct and serialization/deserialization fix #2 fix #3
-