Add NEW labels for RPC methods introduced in v1.7

This commit is contained in:
Michael Vines 2021-05-14 13:55:27 -07:00 committed by mergify[bot]
parent 0c07f1ffe4
commit 515f8a21d5

View File

@ -348,6 +348,9 @@ Result:
### getBlock ### getBlock
**NEW: This method is only available in solana-core v1.7 or newer. Please use
[getBlock](jsonrpc-api.md#getblock) for solana-core v1.6**
Returns identity and transaction information about a confirmed block in the ledger Returns identity and transaction information about a confirmed block in the ledger
#### Parameters: #### Parameters:
@ -720,6 +723,9 @@ Result:
### getBlocks ### 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 Returns a list of confirmed blocks between two slots
#### Parameters: #### Parameters:
@ -751,6 +757,9 @@ Result:
### getBlocksWithLimit ### 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 Returns a list of confirmed blocks starting at the given slot
#### Parameters: #### Parameters:
@ -2007,6 +2016,10 @@ Result when the node has no snapshot:
### getSignaturesForAddress ### 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 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
@ -2725,6 +2738,9 @@ Result:
### getTransaction ### 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 Returns transaction details for a confirmed transaction
#### Parameters: #### Parameters: