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
Merge #310: fix: use v26 getpeerinfo for v26, v27, v28, v29
e25af9a fix: use v26 getpeerinfo for v26, v27, v28, v29 (0xb10c)
Pull request description:
Previously, the v0.17 getpeerinfo types were used for v26, v27, v28, and v29.
Also adds the `mapped_as` field to the response that was missing in the v26 type.
I manually checked that the changes since v26 were only minor doc changes for getpeerinfo by diffing `bitcoin-cli help getpeerinfo` for the mentioned version.
ACKs for top commit:
tcharding:
ACK e25af9a
Tree-SHA512: b50996944ff3c578eb40d91d0bed9e9254760a62b2503d41a03cb7d57d45417fd936520fc78839d5e8544b5493c280bf14955e75ba05b1786dcdfbd6b4705200
/// Mapped AS (Autonomous System) number at the end of the BGP route to the peer, used for diversifying peer selection (only displayed if the -asmap config option is set).
38
+
pubmapped_as:Option<u32>,
37
39
/// The services offered.
38
40
pubservices:String,
39
41
/// The services offered, in human-readable form. v0.19 and later only.
0 commit comments