-
Notifications
You must be signed in to change notification settings - Fork 11
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
Query missing broadcast messages from peers #428
base: develop
Are you sure you want to change the base?
Conversation
please rebase to resolve the conflicting |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #428 +/- ##
===========================================
- Coverage 50.32% 50.16% -0.17%
===========================================
Files 48 48
Lines 31806 31844 +38
===========================================
- Hits 16006 15974 -32
- Misses 15800 15870 +70
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Only used to save our NodeAnnouncement to the graph. We don't really need to have our own NodeAnnouncement in the graph.
3900f23
to
2c587a0
Compare
aa34394
to
a1f2473
Compare
store: S, | ||
chain_actor: ActorRef<CkbChainMessage>, | ||
supervisor: ActorCell, | ||
) -> Self { |
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.
suggest to return (Self, GossipProtocolHandle), then we can remove the network_control_sender field and create_protocol_handle fn
No description provided.