Changeset View
Changeset View
Standalone View
Standalone View
doc/release-notes.md
| Bitcoin ABC version 0.20.13 is now available from: | Bitcoin ABC version 0.20.13 is now available from: | ||||
| <https://download.bitcoinabc.org/0.20.13/> | <https://download.bitcoinabc.org/0.20.13/> | ||||
| This release includes the following features and fixes: | This release includes the following features and fixes: | ||||
| - The RPC `getrpcinfo` returns runtime details of the RPC server. At the moment | - The RPC `getrpcinfo` returns runtime details of the RPC server. At the moment | ||||
| it returns the active commands and the corresponding execution time. | it returns the active commands and the corresponding execution time. | ||||
| New RPC methods | New RPC methods | ||||
| ------------ | ------------ | ||||
| - `getnodeaddresses` returns peer addresses known to this node. It may be used to connect to nodes over TCP without using the DNS seeds. | - `getnodeaddresses` returns peer addresses known to this node. It may be used to connect to nodes over TCP without using the DNS seeds. | ||||
| Network upgrade | |||||
| --------------- | |||||
| At the MTP time of 1589544000 (May 15, 2020 12:00:00 UTC) the following behaviors will change: | |||||
| - The default for max number of in-pool ancestors (`-limitancestorcount`) is changed from 25 to 50. | |||||
| - The default for max number of in-pool descendants (`-limitdescendantcount`) is changed from 25 to 50. | |||||