Browse Source

changelog

pull/1779/head
Ethan Buchman 6 years ago
parent
commit
d220a1ef13
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      CHANGELOG.md

+ 7
- 0
CHANGELOG.md View File

@ -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


Loading…
Cancel
Save