From d56ad8ff4fd374726112f445d36f4ee5f9228a99 Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Thu, 7 Oct 2021 12:51:16 -0600 Subject: [PATCH] Update expected removal version to match backward-compatibility policy (#20515) --- docs/src/developing/clients/jsonrpc-api.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/src/developing/clients/jsonrpc-api.md b/docs/src/developing/clients/jsonrpc-api.md index c827baf37..fbf417d35 100644 --- a/docs/src/developing/clients/jsonrpc-api.md +++ b/docs/src/developing/clients/jsonrpc-api.md @@ -4295,7 +4295,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 @@ -4489,7 +4489,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 @@ -4523,7 +4523,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 @@ -4555,7 +4555,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 @@ -4617,7 +4617,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 @@ -4791,7 +4791,7 @@ Result: ### getSnapshotSlot **DEPRECATED: Please use [getHighestSnapshotSlot](jsonrpc-api.md#gethighestsnapshotslot) instead** -This method is expected to be removed in solana-core v1.9 +This method is expected to be removed in solana-core v2.0 Returns the highest slot that the node has a snapshot for