-
Notifications
You must be signed in to change notification settings - Fork 159
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
Setup GraphSync network interface #442
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
framework lgtm
// self.events | ||
// .push_back(NetworkBehaviourAction::NotifyHandler { | ||
// peer_id, | ||
// // TODO once request manager logic built out | ||
// event: todo!(), | ||
// handler: NotifyHandler::Any, | ||
// }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe remove for now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah was just leaving for convenience, I'll remove for now tho
Summary of changes
Changes introduced in this pull request:
Just opening as draft for now for transparency and any comments or reviews are welcome :)
I'm planning on finishing the codec impls (should be easy since logic done already in previous) and ensuring all todos added shouldn't be resolved now, then I will open this PR and open any sub issues
Reference issue to close (if applicable)
Closes #382
Other information and links