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

Moved Multiqueue, invQueue and addrQueue to network module #2256

Merged
merged 3 commits into from
Jul 6, 2024
Merged

Conversation

anand-skss
Copy link
Collaborator

@anand-skss anand-skss commented Jun 23, 2024

  • Moved Multiqueue, invQueue and addrQueue to network module

@anand-skss anand-skss changed the title Moved Multiqueue and invQueue into network module Moved Multiqueue, invQueue and addrQueue to network module Jun 23, 2024
@anand-skss anand-skss force-pushed the test3 branch 2 times, most recently from cda064e to 36ecc83 Compare June 23, 2024 05:28
@anand-skss anand-skss marked this pull request as ready for review June 23, 2024 05:35
@@ -7,7 +7,7 @@
# magic imports!
import connectionpool
from protocol import assembleAddrMessage
from queues import addrQueue # FIXME: init with queue
Copy link
Collaborator Author

@anand-skss anand-skss Jun 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check Fixme comment, i'm not sure whether i remove this comment or not.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure either, let's leave it as it is.

Copy link
Member

@PeterSurda PeterSurda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks ok, just next time I'd put the helper_random -> random change into a separate PR.

@@ -7,7 +7,7 @@
# magic imports!
import connectionpool
from protocol import assembleAddrMessage
from queues import addrQueue # FIXME: init with queue
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure either, let's leave it as it is.

@PeterSurda PeterSurda merged commit 49e89ec into v0.6 Jul 6, 2024
12 of 14 checks passed
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 this pull request may close these issues.

None yet

2 participants