Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraphSync user can create a GraphSyncNetwork from LibP2P Host #1

Closed
2 tasks done
hannahhoward opened this issue Feb 1, 2019 · 0 comments · Fixed by #13
Closed
2 tasks done

GraphSync user can create a GraphSyncNetwork from LibP2P Host #1

hannahhoward opened this issue Feb 1, 2019 · 0 comments · Fixed by #13

Comments

@hannahhoward
Copy link
Collaborator

hannahhoward commented Feb 1, 2019

As a user of the go-graphsync client library, I can initialize a network with a libp2p host that can send GraphSync messages to other nodes so that I can communicate

  • Build network interface
  • Build libp2p Implementation

Acceptance Criteria:

  • Spin up one two libp2p hosts with MockNet
  • Send a GraphSync message from one to another
  • Show that it was received
hannahhoward added a commit that referenced this issue Feb 7, 2019
setup GraphSyncNetwork interfaces and provide an implementation based on libp2p.host

fix #1
hannahhoward added a commit that referenced this issue Feb 7, 2019
setup GraphSyncNetwork interfaces and provide an implementation based on libp2p.host

fix #1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant