File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
contrib/pyln-grpc-proto/pyln/grpc Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 55
66from pyln .grpc import node_pb2 as node__pb2
77
8- GRPC_GENERATED_VERSION = '1.75.1 '
8+ GRPC_GENERATED_VERSION = '1.69.0 '
99GRPC_VERSION = grpc .__version__
1010_version_not_supported = False
1111
You can’t perform that action at this time.
0 commit comments