You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
464 B
10 lines
464 B
4 years ago
|
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)
|