Merge #15799: doc: Clarify RPC versioning
fa747498f7
doc: Clarify RPC versioning (MarcoFalke)
Pull request description:
ACKs for commit fa7474:
Tree-SHA512: 4d374cc9ae77a06423acc9c73fe29f706f4349c548b17cb2414f15f72e0fc8c6ef7783ce099e938db2ab949717a4ef29e1aebc6aa09a350853d7f875b192ccb5
This commit is contained in:
commit
2209b3ba25
1 changed files with 12 additions and 0 deletions
|
@ -5,6 +5,18 @@ The headless daemon `bitcoind` has the JSON-RPC API enabled by default, the GUI
|
||||||
option. In the GUI it is possible to execute RPC methods in the Debug Console
|
option. In the GUI it is possible to execute RPC methods in the Debug Console
|
||||||
Dialog.
|
Dialog.
|
||||||
|
|
||||||
|
## Versioning
|
||||||
|
|
||||||
|
The RPC interface might change from one major version of Bitcoin Core to the
|
||||||
|
next. This makes the RPC interface implicitly versioned on the major version.
|
||||||
|
The version tuple can be retrieved by e.g. the `getnetworkinfo` RPC in
|
||||||
|
`version`.
|
||||||
|
|
||||||
|
Usually deprecated features can be re-enabled during the grace-period of one
|
||||||
|
major version via the `-deprecatedrpc=` command line option. The release notes
|
||||||
|
of a new major release come with detailed instructions on what RPC features
|
||||||
|
were deprecated and how to re-enable them temporarily.
|
||||||
|
|
||||||
## Security
|
## Security
|
||||||
|
|
||||||
The RPC interface allows other programs to control Bitcoin Core,
|
The RPC interface allows other programs to control Bitcoin Core,
|
||||||
|
|
Loading…
Reference in a new issue