- 23 Mar, 2020 2 commits
-
-
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
-
- 03 Dec, 2019 4 commits
-
-
hannahhoward authored
Incorporate go-ipld-prime-proto and write test to verify that graphsync works with it
-
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
refactor hook interface to pass an actions object
-
- 02 Dec, 2019 1 commit
-
-
hannahhoward authored
When the request manager receives extensions in a request, it processes them and returns their response
-
- 19 Nov, 2019 1 commit
-
-
hannahhoward authored
add a default validation policy that only accepts selectors up to 100 depth
-
- 18 Nov, 2019 1 commit
-
-
hannahhoward authored
add the ability to send extensions when creating requests
-
- 11 Nov, 2019 1 commit
-
-
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.
-
- 07 Nov, 2019 1 commit
-
-
Edgar Lee authored
-
- 03 Sep, 2019 1 commit
-
-
hannahhoward authored
add test to repro errors with message size exceeding in slow connection with large blocks
-
- 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 4 commits
-
-
hannahhoward authored
Successfully execute query on remote system and return results
-
hannahhoward authored
Make the request manager actually inject responses from the network, and perform a selector verification
-
hannahhoward authored
Complete functionality to initialize response manager and process incoming requests fix #7, fix #8
-
hannahhoward authored
Initializes a new top level interface that brings together all the components so far to send a request across the network fix #6
-