Skip to content

Commit a512925

Browse files
committed
[doc] Release notes
1 parent 50f94b3 commit a512925

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/release-notes.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,17 @@ will trigger BIP 125 (replace-by-fee) opt-in. (#11413)
105105
- The `testmempoolaccept` RPC returns `vsize` and a `fee` object with the `base` fee
106106
if the transaction passes validation. (#19940)
107107

108+
- The `getpeerinfo` RPC now returns a `connection_type` field. This indicates
109+
the type of connection established with the peer. It will return one of six
110+
options. For more information, see the `getpeerinfo` help documentation.
111+
(#19725)
112+
113+
- The `getpeerinfo` RPC no longer returns the `addnode` field by default. This
114+
field will be fully removed in the next major release. It can be accessed
115+
with the configuration option `-deprecatedrpc=getpeerinfo_addnode`. However,
116+
it is recommended to instead use the `connection_type` field (it will return
117+
`manual` when addnode is true). (#19725)
118+
108119
- The `walletcreatefundedpsbt` RPC call will now fail with
109120
`Insufficient funds` when inputs are manually selected but are not enough to cover
110121
the outputs and fee. Additional inputs can automatically be added through the

0 commit comments

Comments
 (0)