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
1 changed files with 16 additions and 0 deletions

View File

@ -348,6 +348,9 @@ Result:
### 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
#### Parameters:
@ -720,6 +723,9 @@ 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:
@ -751,6 +757,9 @@ 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:
@ -2007,6 +2016,10 @@ Result when the node has no snapshot:
### 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
@ -2725,6 +2738,9 @@ 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: