Moved Multiqueue, invQueue and addrQueue to network module #2256

Merged
anand-skss merged 3 commits from test3 into v0.6 2024-07-06 16:43:51 +02:00
anand-skss commented 2024-06-23 06:56:54 +02:00 (Migrated from github.com)
  • Moved Multiqueue, invQueue and addrQueue to network module
* Moved Multiqueue, invQueue and addrQueue to network module
anand-skss (Migrated from github.com) reviewed 2024-06-23 07:45:28 +02:00
@ -8,3 +8,3 @@
import connectionpool
from protocol import assembleAddrMessage
from queues import addrQueue # FIXME: init with queue
from network import addrQueue # FIXME: init with queue
anand-skss (Migrated from github.com) commented 2024-06-23 07:45:28 +02:00

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

Please check Fixme comment, i'm not sure whether i remove this comment or not.
PeterSurda (Migrated from github.com) approved these changes 2024-07-04 05:25:50 +02:00
PeterSurda (Migrated from github.com) left a comment

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

Looks ok, just next time I'd put the helper_random -> random change into a separate PR.
@ -8,3 +8,3 @@
import connectionpool
from protocol import assembleAddrMessage
from queues import addrQueue # FIXME: init with queue
from network import addrQueue # FIXME: init with queue
PeterSurda (Migrated from github.com) commented 2024-07-04 05:24:33 +02:00

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

I'm not sure either, let's leave it as it is.
This repo is archived. You cannot comment on pull requests.
No description provided.