You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+33
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,38 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## [0.9.0-1] - 2020-08-12: "(Still) Rat Poison Squared on Steroids"
8
+
9
+
This is a point release, mainly including some omissions in the `listpays` result, and a fix for routehints from invoices being skipped for payments larger than 10,000 satoshis.
10
+
11
+
### Added
12
+
13
+
- JSON-RPC: `listpays` now lists the `destination` if it was provided (e.g., via the `pay` plugin or `keysend` plugin) ([None](https://github.com/ElementsProject/lightning/pull/None))
14
+
- JSON-RPC: `listpays` can be used to query payments using the `payment_hash` ([3888](https://github.com/ElementsProject/lightning/pull/3888))
15
+
- JSON-RPC: `listpays` now includes the `payment_hash` ([3888](https://github.com/ElementsProject/lightning/pull/3888))
16
+
- JSON-RPC: The result returned by `listpays` now includes the timestamp of the first part of the payment ([3909](https://github.com/ElementsProject/lightning/pull/3909))
17
+
18
+
### Changed
19
+
20
+
21
+
### Deprecated
22
+
23
+
Note: You should always set `allow-deprecated-apis=false` to test for changes.
24
+
25
+
26
+
### Removed
27
+
28
+
29
+
### Fixed
30
+
31
+
- pay: Fixed a bug where routehints would be ignored if the payment exceeded 10,000 satoshi. This is particularly bad if the payee is only reachable via routehints in an invoice. ([3908](https://github.com/ElementsProject/lightning/pull/3908))
32
+
- pay: Fixed a crash of the `pay` plugin if the presplit modifier skipped the root payment. ([3927](https://github.com/ElementsProject/lightning/pull/3927))
33
+
- pay: Correct a case where we put the sub-payment value instead of the *total* value in the `total_msat` field of a multi-part payment.
34
+
- pay: Be less aggressive with forgetting routehints.
35
+
36
+
37
+
### Security
38
+
7
39
8
40
## [0.9.0] - 2020-07-31: "Rat Poison Squared on Steroids"
9
41
@@ -785,6 +817,7 @@ There predate the BOLT specifications, and are only of vague historic interest:
0 commit comments