Sebastian Falbesoner
0dbcd4c148
net: prevent sending messages in NetEventsInterface::InitializeNode
...
Now that the queueing of the VERSION messages has been moved out of
`InitializeNode`, there is no need to pass a mutable `CNode` reference any
more. With a const reference, trying to send messages in this method would
lead to a compile-time error, e.g.:
----------------------------------------------------------------------------------------------------------------------------------
...
net_processing.cpp: In member function ‘virtual void {anonymous}::PeerManagerImpl::InitializeNode(const CNode&, ServiceFlags)’:
net_processing.cpp:1683:21: error: binding reference of type ‘CNode&’ to ‘const CNode’ discards qualifiers
1683 | PushNodeVersion(node, *peer);
...
----------------------------------------------------------------------------------------------------------------------------------
2024-07-09 21:36:35 +02:00
..
2024-06-12 17:12:54 -04:00
2024-07-01 12:39:53 -04:00
2024-06-07 13:55:23 -04:00
2024-05-16 17:16:08 +02:00
2024-06-13 11:20:49 +01:00
2024-06-18 18:47:51 +02:00
2024-06-27 08:58:25 +02:00
2024-06-26 22:47:09 +00:00
2024-06-13 13:17:57 +01:00
2024-06-12 14:38:39 +01:00
2024-07-06 13:00:53 -04:00
2024-07-02 12:20:12 +01:00
2024-06-12 17:12:54 -04:00
2024-06-12 17:12:54 -04:00
2024-07-02 18:02:26 -04:00
2024-06-12 17:12:54 -04:00
2024-06-25 15:01:00 +01:00
2024-07-09 21:35:53 +02:00
2024-07-01 12:39:53 -04:00
2024-07-08 10:26:24 -04:00
2024-05-20 16:48:19 +00:00
2024-05-30 11:33:59 +01:00
2024-07-01 12:39:53 -04:00
2024-07-01 10:26:46 -04:00
2024-05-30 08:35:18 -04:00
2024-05-16 10:16:08 -05:00
2024-06-05 13:18:13 +02:00
2024-05-13 12:07:47 +02:00
2024-06-13 11:20:48 +01:00
2024-06-12 17:12:54 -04:00
2024-06-12 17:12:54 -04:00
2024-05-01 08:33:04 +02:00
2024-06-12 17:12:54 -04:00
2024-06-13 11:20:49 +01:00
2024-06-19 22:56:30 +01:00
2024-06-19 22:56:30 +01:00
2024-05-16 10:16:08 -05:00
2024-05-16 10:16:08 -05:00
2024-05-16 10:16:08 -05:00
2024-05-01 08:33:04 +02:00
2024-06-10 13:46:56 +02:00
2024-06-07 13:55:23 -04:00
2024-05-16 10:16:08 -05:00
2024-06-07 13:55:23 -04:00
2024-05-16 15:03:13 -04:00
2024-07-01 12:39:53 -04:00
2024-06-27 17:35:08 -04:00
2024-06-26 06:47:30 +03:00
2024-06-26 18:50:20 +02:00
2024-06-26 15:28:26 -04:00
2024-06-12 16:19:50 -03:00
2024-07-04 11:26:43 +01:00
2024-06-03 16:59:43 +02:00
2024-06-03 16:59:43 +02:00
2024-05-16 10:16:08 -05:00
2024-05-16 10:16:08 -05:00
2024-07-02 17:49:32 -04:00
2024-05-06 11:29:14 +01:00
2024-07-01 10:26:46 -04:00
2024-07-01 10:26:46 -04:00
2024-06-18 12:24:48 +00:00
2024-05-16 10:16:08 -05:00
2024-07-09 21:36:35 +02:00
2024-06-20 13:28:38 -04:00
2024-05-20 16:48:19 +00:00
2024-07-01 12:39:57 -04:00
2024-07-09 21:36:35 +02:00
2024-05-16 10:16:08 -05:00
2024-07-01 12:39:53 -04:00
2024-06-21 09:43:46 +01:00
2024-06-14 14:23:50 +02:00
2024-05-03 14:20:44 -03:00
2024-05-03 14:20:44 -03:00
2024-05-21 13:59:33 -04:00
2024-05-16 10:16:08 -05:00
2024-06-12 17:12:54 -04:00
2024-05-14 10:24:31 +02:00
2024-05-14 10:24:31 +02:00
2024-07-01 12:39:57 -04:00
2024-07-01 12:39:57 -04:00
2024-06-21 09:42:32 +01:00
2024-06-26 06:47:30 +03:00
2024-05-15 15:09:56 -04:00
2024-06-07 13:55:23 -04:00
2024-05-16 18:16:46 +02:00
2024-05-16 10:16:08 -05:00
2024-07-01 12:39:53 -04:00
2024-05-17 23:37:25 +02:00
2024-05-29 09:02:07 -07:00
2024-06-19 10:14:31 +01:00
2024-07-01 12:39:53 -04:00
2024-07-04 14:23:54 +01:00
2024-06-19 22:32:33 +02:00