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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ 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
6
6
7
-
## [23.05rc2] - 2023-04-26
7
+
## [23.05rc3] - 2023-05-05
8
8
9
9
### Added
10
10
@@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
24
24
-`pyln-client`: Improvements on the gossmap implementation ([#6012])
25
25
-`hsmtool`: `makerune` new command to make a master rune for a node. ([#6097])
26
26
- JSON-RPC: `setpsbtversion`: new command to aid debugging and compatibility ([#5898])
27
+
-`grpc`: Added mapping for `listpeerchannels`, `listclosedchannels`, `decode` and `decodepay` RPC methods ([#6229])
27
28
28
29
29
30
### Changed
@@ -37,6 +38,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
37
38
-`msggen`: The generated interfaces `cln-rpc` anc `cln-grpc` can now work with a range of versions rather than having to match the CLN version ([#6142])
38
39
-`grpc`: The mTLS private keys are no longer group-readable ([#6075])
39
40
41
+
40
42
### Deprecated
41
43
42
44
Note: You should always set `allow-deprecated-apis=false` to test for changes.
@@ -100,6 +102,8 @@ Note: You should always set `allow-deprecated-apis=false` to test for changes.
Copy file name to clipboardExpand all lines: contrib/pyln-proto/pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[tool.poetry]
2
2
name = "pyln-proto"
3
-
version = "23.05rc2"
3
+
version = "23.05rc3"
4
4
description = "This package implements some of the Lightning Network protocol in pure python. It is intended for protocol testing and some minor tooling only. It is not deemed secure enough to handle any amount of real funds (you have been warned!)."
0 commit comments