Fixup docs on deprecated JSON-RPC methods (backport #20515) (#20521)

* Update expected removal version to match backward-compatibility policy (#20515)

(cherry picked from commit d56ad8ff4f)

# Conflicts:
#	docs/src/developing/clients/jsonrpc-api.md

* Fix conflict

Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
This commit is contained in:
mergify[bot]
2021-10-07 20:37:01 +00:00
committed by GitHub
parent ef55045724
commit 33d8e242c5

View File

@ -4151,7 +4151,7 @@ Response:
### getConfirmedBlock ### getConfirmedBlock
**DEPRECATED: Please use [getBlock](jsonrpc-api.md#getblock) instead** **DEPRECATED: Please use [getBlock](jsonrpc-api.md#getblock) instead**
This method is expected to be removed in solana-core v1.8 This method is expected to be removed in solana-core v2.0
Returns identity and transaction information about a confirmed block in the ledger Returns identity and transaction information about a confirmed block in the ledger
@ -4345,7 +4345,7 @@ For more details on returned data:
### getConfirmedBlocks ### getConfirmedBlocks
**DEPRECATED: Please use [getBlocks](jsonrpc-api.md#getblocks) instead** **DEPRECATED: Please use [getBlocks](jsonrpc-api.md#getblocks) instead**
This method is expected to be removed in solana-core v1.8 This method is expected to be removed in solana-core v2.0
Returns a list of confirmed blocks between two slots Returns a list of confirmed blocks between two slots
@ -4379,7 +4379,7 @@ Result:
### getConfirmedBlocksWithLimit ### getConfirmedBlocksWithLimit
**DEPRECATED: Please use [getBlocksWithLimit](jsonrpc-api.md#getblockswithlimit) instead** **DEPRECATED: Please use [getBlocksWithLimit](jsonrpc-api.md#getblockswithlimit) instead**
This method is expected to be removed in solana-core v1.8 This method is expected to be removed in solana-core v2.0
Returns a list of confirmed blocks starting at the given slot Returns a list of confirmed blocks starting at the given slot
@ -4411,7 +4411,7 @@ Result:
### getConfirmedSignaturesForAddress2 ### getConfirmedSignaturesForAddress2
**DEPRECATED: Please use [getSignaturesForAddress](jsonrpc-api.md#getsignaturesforaddress) instead** **DEPRECATED: Please use [getSignaturesForAddress](jsonrpc-api.md#getsignaturesforaddress) instead**
This method is expected to be removed in solana-core v1.8 This method is expected to be removed in solana-core v2.0
Returns confirmed signatures for transactions involving an Returns confirmed signatures for transactions involving an
address backwards in time from the provided signature or most recent confirmed block address backwards in time from the provided signature or most recent confirmed block
@ -4473,7 +4473,7 @@ Result:
### getConfirmedTransaction ### getConfirmedTransaction
**DEPRECATED: Please use [getTransaction](jsonrpc-api.md#gettransaction) instead** **DEPRECATED: Please use [getTransaction](jsonrpc-api.md#gettransaction) instead**
This method is expected to be removed in solana-core v1.8 This method is expected to be removed in solana-core v2.0
Returns transaction details for a confirmed transaction Returns transaction details for a confirmed transaction