diff options
| author | MarcoFalke <[email protected]> | 2020-03-11 10:05:29 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-03-11 10:05:33 -0400 |
| commit | 9c507a77f7a11fd280bb4c534a59b62a8f92f9bd (patch) | |
| tree | 13e4eed9b278f3b7de2be239f1a4cfe41cf8494d | |
| parent | Merge #17989: tests: Add fuzzing harness for ProcessMessage(...). Enables hig... (diff) | |
| parent | doc: asmap release note (diff) | |
| download | discoin-9c507a77f7a11fd280bb4c534a59b62a8f92f9bd.tar.xz discoin-9c507a77f7a11fd280bb4c534a59b62a8f92f9bd.zip | |
Merge #18310: doc: asmap release note
ac73afbcbf7751cf2b8d52de6f2a341e8bac5cf6 doc: asmap release note (Jon Atack)
Pull request description:
Unsure how much detail to provide. Feedback welcome.
ACKs for top commit:
laanwj:
ACK ac73afbcbf7751cf2b8d52de6f2a341e8bac5cf6
naumenkogs:
ACK ac73afb
Tree-SHA512: 6fd26f83084db913f2683ced799a4d50a26cd81cdf282bd0ae5364d2ab48b7508b358fd88e0aca5b31bbabb8a0015ca4aca49d690c136776d33b83ca95603393
| -rw-r--r-- | doc/release-notes.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index cb46408d9..22d5767b7 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -139,6 +139,14 @@ New settings - RPC Whitelist system. It can give certain RPC users permissions to only some RPC calls. It can be set with two command line arguments (`rpcwhitelist` and `rpcwhitelistdefault`). (#12763) +- A new `-asmap` configuration option has been added to enable IP-to-ASN mapping + for bucketing of the network peers to diversify the network connections. The + legacy /16 prefix mapping remains the default. See [issue + #16599](https://github.com/bitcoin/bitcoin/issues/16599), [PR + #16702](https://github.com/bitcoin/bitcoin/pull/16702), and the `bitcoind + help` for more information. This option is experimental and subject to changes + or removal in future releases. + Updated settings ---------------- |