aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-19776.md
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2020-08-21 16:51:11 +0200
committerSebastian Falbesoner <sebastian.falbesoner@gmail.com>2020-09-29 00:42:06 +0200
commitdab6583307ceb7dd94affcc3482ddcc1a5747147 (patch)
tree26aac1a4516689bf028b6955072218d98e290c30 /doc/release-notes-19776.md
parenta7ed00f8bbc07dfc09f9e0a5bae10a1afe7612bb (diff)
downloadbitcoin-dab6583307ceb7dd94affcc3482ddcc1a5747147.tar.xz
doc: release note for new getpeerinfo fields "bip152_hb_{from,to}"
Co-authored-by: Jon Atack <jon@atack.com>
Diffstat (limited to 'doc/release-notes-19776.md')
-rw-r--r--doc/release-notes-19776.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/release-notes-19776.md b/doc/release-notes-19776.md
new file mode 100644
index 0000000000..5553c5a7bd
--- /dev/null
+++ b/doc/release-notes-19776.md
@@ -0,0 +1,9 @@
+Updated RPCs
+------------
+
+- The `getpeerinfo` RPC returns two new boolean fields, `bip152_hb_to` and
+ `bip152_hb_from`, that respectively indicate whether we selected a peer to be
+ in compact blocks high-bandwidth mode or whether a peer selected us as a
+ compact blocks high-bandwidth peer. High-bandwidth peers send new block
+ announcements via a `cmpctblock` message rather than the usual inv/headers
+ announcements. See BIP 152 for more details. (#19776)