|
|
@ -8,12 +8,19 @@ BREAKING CHANGES |
|
|
|
|
|
|
|
- [config] Change default ports from 4665X to 2665X. Ports over 32768 are |
|
|
|
ephemeral and reserved for use by the kernel. |
|
|
|
- [cmd] `unsafe_reset_all` removes the addrbook.json |
|
|
|
|
|
|
|
IMPROVEMENT |
|
|
|
|
|
|
|
- [pubsub] Set default capacity to 0 |
|
|
|
- [docs] Various improvements |
|
|
|
|
|
|
|
BUG FIXES |
|
|
|
|
|
|
|
- [consensus] Fix #1754 where we don't make blocks when `create_empty_blocks=false` |
|
|
|
- [mempool] Fix #1761 where we don't process txs if `cache_size=0` |
|
|
|
- [rpc] Fix memory leak in Websocket (when using `/subscribe` method) |
|
|
|
- [config] Escape paths in config - fixes config paths on Windows |
|
|
|
|
|
|
|
## 0.20.0 |
|
|
|
|
|
|
|