diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-04-19 15:36:58 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-04-19 15:44:38 +0200 |
| commit | a1eb344ba8f4ef7dade755c823a9d001f837ae7d (patch) | |
| tree | d063a57050a83688d042ceb308066c64dbbd9da8 /doc/release-notes.md | |
| parent | Merge #7822: Add listunspent() test for spendable/unspendable UTXO (diff) | |
| parent | [ZMQ] append a message sequence number to every ZMQ notification (diff) | |
| download | archived-discoin-a1eb344ba8f4ef7dade755c823a9d001f837ae7d.tar.xz archived-discoin-a1eb344ba8f4ef7dade755c823a9d001f837ae7d.zip | |
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)
Diffstat (limited to 'doc/release-notes.md')
| -rw-r--r-- | doc/release-notes.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 8360cc481..73ad13e72 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -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 |