|
@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
|
### Added |
|
|
### Added |
|
|
|
|
|
|
|
|
|
|
|
- JSON API: New command `setchannelfee` sets channel specific routing fees. |
|
|
- JSON API: `newaddr` outputs `bech32` or `p2sh-segwit`, or both with new `all` parameter (#2390) |
|
|
- JSON API: `newaddr` outputs `bech32` or `p2sh-segwit`, or both with new `all` parameter (#2390) |
|
|
- JSON API: `listpeers` status now shows how many confirmations until channel is open (#2405) |
|
|
- JSON API: `listpeers` status now shows how many confirmations until channel is open (#2405) |
|
|
- Config: Adds parameter `min-capacity-sat` to reject tiny channels. |
|
|
- Config: Adds parameter `min-capacity-sat` to reject tiny channels. |
|
@ -73,7 +74,6 @@ This release named by Mark Beckwith @wythe. |
|
|
- JSON API: `listpayments` is now `listsendpays`. |
|
|
- JSON API: `listpayments` is now `listsendpays`. |
|
|
- lightning-cli: `help <cmd>` finds man pages even if `make install` not run. |
|
|
- lightning-cli: `help <cmd>` finds man pages even if `make install` not run. |
|
|
- pylightning: New class 'Millisatoshi' can be used for JSON API, and new '_msat' fields are turned into this on reading. |
|
|
- pylightning: New class 'Millisatoshi' can be used for JSON API, and new '_msat' fields are turned into this on reading. |
|
|
- JSON API: New command `setchannelfee` sets channel specific routing fees. |
|
|
|
|
|
|
|
|
|
|
|
### Changed |
|
|
### Changed |
|
|
|
|
|
|
|
|