From eebaf89874f5b0e27950dd577afcab6dfde26815 Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Mon, 13 Dec 2021 16:40:07 -0700 Subject: [PATCH] Remove old notes referring to EOL versions --- docs/src/developing/clients/jsonrpc-api.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/docs/src/developing/clients/jsonrpc-api.md b/docs/src/developing/clients/jsonrpc-api.md index 1edef1b8cd..92705d87ba 100644 --- a/docs/src/developing/clients/jsonrpc-api.md +++ b/docs/src/developing/clients/jsonrpc-api.md @@ -363,9 +363,6 @@ Result: ### getBlock -**NEW: This method is only available in solana-core v1.7 or newer. Please use -[getConfirmedBlock](jsonrpc-api.md#getconfirmedblock) for solana-core v1.6** - Returns identity and transaction information about a confirmed block in the ledger #### Parameters: @@ -768,9 +765,6 @@ Result: ### getBlocks -**NEW: This method is only available in solana-core v1.7 or newer. Please use -[getConfirmedBlocks](jsonrpc-api.md#getconfirmedblocks) for solana-core v1.6** - Returns a list of confirmed blocks between two slots #### Parameters: @@ -802,9 +796,6 @@ Result: ### getBlocksWithLimit -**NEW: This method is only available in solana-core v1.7 or newer. Please use -[getConfirmedBlocksWithLimit](jsonrpc-api.md#getconfirmedblockswithlimit) for solana-core v1.6** - Returns a list of confirmed blocks starting at the given slot #### Parameters: @@ -998,9 +989,6 @@ Result: ### getFeeForMessage -**NEW: This method is only available in solana-core v1.9 or newer. Please use -[getFees](jsonrpc-api.md#getfees) for solana-core v1.7/v1.8** - Get the fee the network will charge for a particular Message #### Parameters: @@ -1976,9 +1964,6 @@ Result: ### getSignaturesForAddress -**NEW: This method is only available in solana-core v1.7 or newer. Please use -[getConfirmedSignaturesForAddress2](jsonrpc-api.md#getconfirmedsignaturesforaddress2) for solana-core v1.6** - Returns confirmed signatures for transactions involving an address backwards in time from the provided signature or most recent confirmed block @@ -2727,9 +2712,6 @@ Result: ### getTransaction -**NEW: This method is only available in solana-core v1.7 or newer. Please use -[getConfirmedTransaction](jsonrpc-api.md#getconfirmedtransaction) for solana-core v1.6** - Returns transaction details for a confirmed transaction #### Parameters: