Remove old notes referring to EOL versions

This commit is contained in:
Tyera Eulberg 2021-12-13 16:40:07 -07:00 committed by Tyera Eulberg
parent bed1b143a5
commit eebaf89874
1 changed files with 0 additions and 18 deletions

View File

@ -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: