mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-23 14:52:27 +02:00
Merge #7762: [ZMQ] append a message sequence number to every ZMQ notification
0b25a9f
[ZMQ] append a message sequence number to every ZMQ notification (Jonas Schnelli)de821d5
[ZMQ] refactor message string (Jonas Schnelli)
This commit is contained in:
@@ -52,6 +52,15 @@ The following outputs are affected by this change:
|
||||
- REST `/rest/block/` (JSON format when including extended tx details)
|
||||
- `bitcoin-tx -json`
|
||||
|
||||
### ZMQ
|
||||
|
||||
Each ZMQ notification now contains an up-counting sequence number that allows
|
||||
listeners to detect lost notifications.
|
||||
The sequence number is always the last element in a multi-part ZMQ notification and
|
||||
therefore backward compatible.
|
||||
Each message type has its own counter.
|
||||
(https://github.com/bitcoin/bitcoin/pull/7762)
|
||||
|
||||
### Configuration and command-line options
|
||||
|
||||
### Block and transaction handling
|
||||
|
Reference in New Issue
Block a user