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
- JSON-RPC: reverts requirement for "jsonrpc" "2.0" inside requests (still deprecated though, just for a while longer!) ([#5783])
15
+
16
+
### Changed
17
+
18
+
- config: `announce-addr-dns` needs to be set to *true* to put DNS names into node announcements, otherwise they are suppressed.
19
+
20
+
### Deprecated
21
+
22
+
Note: You should always set `allow-deprecated-apis=false` to test for changes.
23
+
24
+
- config: `announce-addr-dns` (currently defaults to `false`). This will default to `true` once enough of the network has upgraded to understand DNS entries. ([#5796])
25
+
26
+
### Fixed
27
+
28
+
- Build: arm32 compiler error in fetchinvoice, due to bad types on 32-bit platforms. ([#5785])
29
+
- JSON-RPC: `autoclean-once` response `uncleaned` count is now correct. ([#5775])
30
+
- Plugin: `autoclean` could misperform or get killed due to lightningd's invalid handling of JSON batching. ([#5775])
31
+
- reckless verbosity properly applied. ([#5781])
32
+
- wireaddr: #5657 allow '_' underscore in hostname part of DNS FQDN ([#5789])
0 commit comments