Skip to content

Commit 1698462

Browse files
committed
CHANGELOG.md: update with the xpay clash PR merge.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
1 parent fbae522 commit 1698462

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [25.05.1] - 2025-11-10: "Satoshi's OP_RETURN Opinion II"
88

9-
Minor fix for xpay when used heavily.
9+
Fixes for xpay when used heavily.
1010

1111
### Fixed
1212

13-
- askrene: fix reservation code, which caused xpay to fail due to previous payments. ([#8670])
13+
- JSON-RPC: `xpay` clash with simultanous payments via routehints and blinded paths. ([#8685])
14+
- Plugins: `askrene-reserve` and `askrene-unreserve` can take an optional `layer` inside `path` elements. ([#8685])
15+
- Plugins: fix reservation code in askrene, which caused xpay to fail due to previous payments. ([#8670])
1416

17+
[#8685]: https://github.com/ElementsProject/lightning/pull/8685
1518
[#8670]: https://github.com/ElementsProject/lightning/pull/8670
1619
[25.05.1]: https://github.com/ElementsProject/lightning/releases/tag/v25.05.1
1720

contrib/pyln-grpc-proto/pyln/grpc/node_pb2_grpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from pyln.grpc import node_pb2 as node__pb2
77

8-
GRPC_GENERATED_VERSION = '1.75.1'
8+
GRPC_GENERATED_VERSION = '1.69.0'
99
GRPC_VERSION = grpc.__version__
1010
_version_not_supported = False
1111

0 commit comments

Comments
 (0)