Browse Source

CHANGELOG.md: catchup with changes so far.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
json-streaming
Rusty Russell 6 years ago
parent
commit
4198cb34a2
  1. 8
      CHANGELOG.md

8
CHANGELOG.md

@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- JSON API: `listpeers` has new field `scratch_txid`: the latest tx in channel.
- Bitcoind: more parallelism in requests, for very slow nodes.
- Testing: fixed logging, cleaner interception of bitcoind, minor fixes.
### Changed
@ -21,6 +23,12 @@ changes.
### Fixed
- Startup: more coherent complaint if daemon already running.
- JSON RPC: `getinfo` now shows correct Tor port.
- JSON RPC: `ping` now works even after one peer fails to respond.
- JSON RPC: `getroute` `fuzzpercent` and `pay` `maxfeepercent` can now be > 100.
- Protocol: fix occasional deadlock when both peers flood with gossip.
### Security
## [0.6.1] - 2018-09-11: "Principled Opposition To Segwit"

Loading…
Cancel
Save