From 33d8e242c5affbb75084710acb8f0fcce9d1e99a Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 7 Oct 2021 20:37:01 +0000 Subject: [PATCH] Fixup docs on deprecated JSON-RPC methods (backport #20515) (#20521) * Update expected removal version to match backward-compatibility policy (#20515) (cherry picked from commit d56ad8ff4fd374726112f445d36f4ee5f9228a99) # Conflicts: # docs/src/developing/clients/jsonrpc-api.md * Fix conflict Co-authored-by: Tyera Eulberg Co-authored-by: Tyera Eulberg --- docs/src/developing/clients/jsonrpc-api.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/developing/clients/jsonrpc-api.md b/docs/src/developing/clients/jsonrpc-api.md index a6402888a2..0bfe3faabd 100644 --- a/docs/src/developing/clients/jsonrpc-api.md +++ b/docs/src/developing/clients/jsonrpc-api.md @@ -4151,7 +4151,7 @@ Response: ### getConfirmedBlock **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 @@ -4345,7 +4345,7 @@ For more details on returned data: ### getConfirmedBlocks **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 @@ -4379,7 +4379,7 @@ Result: ### getConfirmedBlocksWithLimit **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 @@ -4411,7 +4411,7 @@ Result: ### getConfirmedSignaturesForAddress2 **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 address backwards in time from the provided signature or most recent confirmed block @@ -4473,7 +4473,7 @@ Result: ### getConfirmedTransaction **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