mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
CHANGELOG.md: catchup with changes so far.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
94e42f2384
commit
4198cb34a2
@ -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…
Reference in New Issue
Block a user