Skip to content

Commit 1e9be02

Browse files
committed
update with latest commits
1 parent d3fff65 commit 1e9be02

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

doc/release-notes.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ Few RPC commands are no longer supported: `estimatepriority`, `estimatesmartprio
132132

133133
See `help command` in rpc for more info.
134134

135+
ZMQ changes
136+
-----------
137+
Added two new messages `hashchainlock` and `rawchainlock` which return the hash of the chainlocked block
138+
or the raw block itself respectively.
139+
135140
Command-line options
136141
--------------------
137142

@@ -157,8 +162,16 @@ A lot of refactoring, backports, code cleanups and other small fixes were done i
157162
0.14.0.0 Change log
158163
===================
159164

160-
See detailed [set of changes](https://github.com/dashpay/dash/compare/v0.14.0.0...dashpay:v0.13.3.0).
165+
See detailed [set of changes](https://github.com/dashpay/dash/compare/v0.13.3.0...dashpay:v0.14.0.0).
161166

167+
- [`4dc5c0e9e`](https://github.com/dashpay/dash/commit/4dc5c0e9e) Bump "keepOldConnections" by one for all LLMQ types (#2909)
168+
- [`7696a6fc8`](https://github.com/dashpay/dash/commit/7696a6fc8) Print inputs on which we voted and quorums used for signing (#2907)
169+
- [`a173e6836`](https://github.com/dashpay/dash/commit/a173e6836) Implement integration tests for DKG error handling (#2905)
170+
- [`89f6f7591`](https://github.com/dashpay/dash/commit/89f6f7591) Implement zmq notifications for chainlocked blocks (#2899)
171+
- [`66a2cdeaf`](https://github.com/dashpay/dash/commit/66a2cdeaf) Properly handle conflicts between ChainLocks and InstantSend (#2904)
172+
- [`b63f7dd39`](https://github.com/dashpay/dash/commit/b63f7dd39) Fix a crash in `masternode winners` when `count` is too large (#2902)
173+
- [`357b7279d`](https://github.com/dashpay/dash/commit/357b7279d) Implement isolate_node/reconnect_isolated_node in tests (#2901)
174+
- [`7fdc66dd8`](https://github.com/dashpay/dash/commit/7fdc66dd8) Ask for locked TXs after removing conflicting TXs (#2898)
162175
- [`5d05ab17a`](https://github.com/dashpay/dash/commit/5d05ab17a) Fix PrivateSend log (#2892)
163176
- [`53827a376`](https://github.com/dashpay/dash/commit/53827a376) Remove code for QDEBUGSTATUS propagation (#2891)
164177
- [`783cb9ca6`](https://github.com/dashpay/dash/commit/783cb9ca6) Skip CheckCbTxMerkleRoots until assumeValid block (#2890)

0 commit comments

Comments
 (0)